Network location path bug (0.7.0)

Report & discuss bugs found in SABnzbd
Forum rules
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.
Post Reply
waryo
Release Testers
Release Testers
Posts: 3
Joined: February 20th, 2009, 12:45 pm

Network location path bug (0.7.0)

Post by waryo »

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?
aluXogen
Newbie
Newbie
Posts: 1
Joined: June 29th, 2012, 8:19 am

Re: Network location path bug (0.7.0)

Post by aluXogen »

This is happening to me as well
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Network location path bug (0.7.0)

Post by shypike »

Will be investigated.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Network location path bug (0.7.0)

Post by shypike »

Cannot reproduce your problem. Works fine here.
Please email screenshots of your Config->Folders and Config->Categories to [email protected]
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Network location path bug (0.7.0)

Post by shypike »

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
miles267
Newbie
Newbie
Posts: 9
Joined: July 25th, 2011, 9:44 am

Re: Network location path bug (0.7.0)

Post by miles267 »

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.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Help With Categories

Post by shypike »

"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.
miles267
Newbie
Newbie
Posts: 9
Joined: July 25th, 2011, 9:44 am

Re: Network location path bug (0.7.0)

Post by miles267 »

incomplete supports UNC if you use a symbolic link of a local path (i.e. C:\incomplete) that points to \\network\incomplete.
Post Reply