You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why do I keep getting this error when using fetchart? When I use fetchart to find a cover (manually or on import) it seems to download and move ONE cover.jpg to the correct spot, crash and not delete the tmp files nor does it continue the queue. I've tried clearing the tmp folder, rebooting. Thought it works, I can only 'fetchart' one album at a time.
``Error: The process cannot access the file because it is being used by another process while moving C:\Users\rob86\AppData\Local\Temp\beets\beetsplug_fetchart\xvbmqvlo.jpg to T:\navidrome\music\beets\XMAS\The Canadian Brass\Christmas With The Canadian Brass\cover.1.jpg`
fetchart: The Coasters - Christmas With the Coasters: found album art
Error: The process cannot access the file because it is being used by another process while moving C:\Users\rob86\AppData\Local\Temp\beets\beetsplug_fetchart\gkj0rosm.jpg to T:\navidrome\music\beets\XMAS\Nat King Cole\The Magic of Christmas\cover.jpg
PS C:\beets> beet fetchart -q
fetchart: Nat King Cole - The Magic of Christmas: found album art
Error: The process cannot access the file because it is being used by another process while moving C:\Users\rob86\AppData\Local\Temp\beets\beetsplug_fetchart\_detmij9.jpg to T:\navidrome\music\beets\XMAS\Judy Collins\Christmas With Judy Collins\cover.jpg
PS C:\beets> beet fetchart -q
fetchart: Judy Collins - Christmas With Judy Collins: found album art
`
OS: Windows 11
Python version: 3.13
beets version: 2.1.0
Turning off plugins made problem go away (yes/no): yes
I don't know if it's helpful, but I'll share a more verbose log of a fetchart -q command. It's a reproduceable error with every attempt. I can delete the tmp jpgs in windows explorer immediately after it crashes, so I think fetchart must be the one 'using' it?
`fetchart: trying source filesystem for album The Chieftains - The Bells of Dublin
fetchart: trying source coverart for album The Chieftains - The Bells of Dublin
fetchart: getting URL: https://coverartarchive.org/release/aa8ba721-3f7b-4b03-afaa-c63acb2d9202
fetchart: downloading image: http://coverartarchive.org/release/aa8ba721-3f7b-4b03-afaa-c63acb2d9202/13719332555.jpg
fetchart: downloaded art to: C:\Users\rob86\AppData\Local\Temp\beets\beetsplug_fetchart\m4vapawn.jpg
fetchart: using remote image C:\Users\rob86\AppData\Local\Temp\beets\beetsplug_fetchart\m4vapawn.jpg
Traceback (most recent call last):
File "C:\Users\rob86\AppData\Local\Programs\Python\Python313\Lib\site-packages\beets\util\__init__.py", line 529, in move
os.replace(syspath(path), syspath(dest))
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '\\\\?\\C:\\Users\\rob86\\AppData\\Local\\Temp\\beets\\beetsplug_fetchart\\m4vapawn.jpg' -> '\\\\?\\G:\\navidrome\\music\\beets\\christmas\\The Chieftains\\The Bells of Dublin\\cover.jpg'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\rob86\AppData\Local\Programs\Python\Python313\Lib\site-packages\beets\util\__init__.py", line 556, in move
os.remove(syspath(path))
~~~~~~~~~^^^^^^^^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '\\\\?\\C:\\Users\\rob86\\AppData\\Local\\Temp\\beets\\beetsplug_fetchart\\m4vapawn.jpg'
Error: The process cannot access the file because it is being used by another process while moving C:\Users\rob86\AppData\Local\Temp\beets\beetsplug_fetchart\m4vapawn.jpg to G:\navidrome\music\beets\christmas\The Chieftains\The Bells of Dublin\cover.jpg`
Why do I keep getting this error when using fetchart? When I use fetchart to find a cover (manually or on import) it seems to download and move ONE cover.jpg to the correct spot, crash and not delete the tmp files nor does it continue the queue. I've tried clearing the tmp folder, rebooting. Thought it works, I can only 'fetchart' one album at a time.
`
My configuration (output of
beet config
) is:The text was updated successfully, but these errors were encountered: