hbashton / spotify-ripper

https://github.com/jrnewell/spotify-ripper has been revived
MIT License
493 stars 98 forks source link

hangs when loading large list of URIs #48

Open dodgelodge opened 5 years ago

dodgelodge commented 5 years ago

now that playlists no longer work, i've attempted to rip from a large list of URIs. In total there are about 1500 entries. When I run the program I get:

Logging in... Logged in as [user]

and it just hangs there. Left it for an hour thinking it was just parsing the data, but nothing happened.

using the split command to break the file into several more that were 50 lines each appears to work perfectly. There is no delay between getting logged in and starting the process.

Any ideas?

seandex commented 5 years ago

Check if there is some of lines with non URI format between 1500, I had about 10 ~ 12 lines of uncompleted 'grep script' error left over from 620 list, (from my script that http to uri failed line displayed). i would look for uncompleted lines if that is too long, then grep the opposite.

does your ripper do cover-art?