Script / Drive / Folder Error since 3.6RC1

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
DrGrinch
Newbie
Newbie
Posts: 2
Joined: June 22nd, 2020, 3:07 pm

Script / Drive / Folder Error since 3.6RC1

Post by DrGrinch »

I use Beets to auto-tag music that downloads. My usual workflow for many years has been albums would download to E:\SabNZBD\Music, the Beets script would trigger and then after it runs it would automatically move the files to I:\Cleaned\

Since 3.6 it throws an error. Logs and more details in this pastebin


https: //pastebin . com/gWW8g1LQ
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: Script / Drive / Folder Error since 3.6RC1

Post by sander »

It all happens within 'beets'. So I would say not SABnzbd related. It might be a filesystem rights problem.

Code: Select all

"File "c:\python37\lib\site-packages\beets\util\__init__.py", line 496, in move
os.replace(path, dest)
OSError: [WinError 17] The system cannot move the file to a different disk drive: '\\\\?\\E:\\SabNZBD\\Downloads\\complete\\MUSIC\'

Code: Select all

File "c:\python37\lib\site-packages\beets\util\__init__.py", line 499, in move
prefix=py3_path(b'.' + os.path.basename(dest)),
TypeError: can't concat str to bytes"
Post Reply