Page 1 of 1

Script / Drive / Folder Error since 3.6RC1

Posted: June 16th, 2022, 10:49 am
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

Re: Script / Drive / Folder Error since 3.6RC1

Posted: June 16th, 2022, 11:57 am
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"