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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: