Since upgrading to 0.7.0, I've run into the following bug:
In my category settings, I have certain categories set to download to a network path such as "\\server\temp" Since upgrading to 0.7.0, rather than moving my download to this network location, the directory structure \server\temp is created in my default completed download folder. For example, the files would end up in C:\downloads\server\temp.
Has anyone else experienced this problem?
Network location path bug (0.7.0)
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Re: Network location path bug (0.7.0)
This is happening to me as well
Re: Network location path bug (0.7.0)
Will be investigated.
Re: Network location path bug (0.7.0)
Cannot reproduce your problem. Works fine here.
Please email screenshots of your Config->Folders and Config->Categories to [email protected]
Please email screenshots of your Config->Folders and Config->Categories to [email protected]
Re: Network location path bug (0.7.0)
The current code relies on folder joining by a Python library that doesn't have fully predictable behaviour
over various Python and/or Windows versions.
I'll work around this and try to get a solution in release 0.7.1
over various Python and/or Windows versions.
I'll work around this and try to get a solution in release 0.7.1
Re: Network location path bug (0.7.0)
Noticed similar bug in 0.7.1 (windows):
Under Config > Folders, am only able to enter local folder paths as opposed to share names as I once could \\server\foldername. If you enter a \\server\sharename and SAVE, it will revert back to \incomplete, etc.
Even if you map a drive letter - for example - F to \\server\sharename, it will not allow a folder to then be F:\incomplete. The only work around I've found thus far is creating a symbolic link to c:\usenet point to \\server\sharenamehere.
If this could be corrected it would be appreciated.
Under Config > Folders, am only able to enter local folder paths as opposed to share names as I once could \\server\foldername. If you enter a \\server\sharename and SAVE, it will revert back to \incomplete, etc.
Even if you map a drive letter - for example - F to \\server\sharename, it will not allow a folder to then be F:\incomplete. The only work around I've found thus far is creating a symbolic link to c:\usenet point to \\server\sharenamehere.
If this could be corrected it would be appreciated.
Re: Help With Categories
"incomplete" is the one path that doesn't support UNC.
The reason is simple: par2 does not support it.
The way the issue is reported, is a bit awkward.
The reason is simple: par2 does not support it.
The way the issue is reported, is a bit awkward.
Re: Network location path bug (0.7.0)
incomplete supports UNC if you use a symbolic link of a local path (i.e. C:\incomplete) that points to \\network\incomplete.