-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MemoryError during import #5207
Comments
I just hit the same thing (searched this discogs ID and found this issue! haha) and i added a line like this so i dont keep hitting it and i can continue using discogs during a large import. Line 408 (in get_album_info) on
Would make sense to put a more generic (say 500) track limit to catch any other weird entries though |
Would you mind giving this update a try with your import by any chance? I've got an album with 136 tracks and I tried matching it to this crazy release - it seems to work OK on my end. |
Trying to import an album results in a MemoryError, the reason seems to be that one of the candidates it finds on discogs is an album with 6666 tracks. Disabling the discogs plugin so this is not a candidate "fixes" it and lets the import proceed. While albums with that many tracks are not the norm, is there something which can be tweaked so beets can handle that?
Problem
This is the discogs release which triggers the bug:
https://www.discogs.com/release/29948101-Lord-Poozix-Grim-And-Frostbitten-Penguins
Setup
My configuration (output of
beet config
) is:The text was updated successfully, but these errors were encountered: