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
Describe the bug
When attempting to reproduce a playlist from the search with ~1000 tracks, the program freezes.
To Reproduce
Steps to reproduce the behavior:
Press F2 to search.
Write "Disclosure's Record Bag" on the search, hit intro.
Navigate to playlists (triple right arrow on my mappings)
Hit intro on top of the playlist "Disclosure's Record Bag - Disclosure" as shown in the screenshot
Program should stop audio and freeze, can't be killed without killing terminal.
Expected behavior
Playlist is added to queue and starts reproducing
Screenshots
System (please complete the following information):
OS: macOS 14.3.1 arm M1
Terminal: [kitty, iTerm2] reproduced in both.
Version: 1.1.1
Installed from: cargo
Backtrace/Debug log
No crash, just frozen
Additional context
Low CPU load even when frozen, computer should be able to handle it pretty well. Playlist has an emoji in the name, and there are some song titles with weird characters (One by Four Tet has very weird characters). I'm not too sure what other tests I can run, happy to help.
I tried the 4th playlist for me, by Deli Paloma-Sisk with 1027 songs, and that one works although it sometimes doesn't, displaying 0 songs but without freezing.
The text was updated successfully, but these errors were encountered:
[2024-08-19][17:11:08] [ncspot::spotify_api] [ERROR] unhandled api error: json parse error: data did not match any variant of untagged enum PlayableItem at line 1 column 26378
And also a lot of HTTP 429, possible because of the size of the playlist the pagination is hitting rate limits. However, the pagination doesn't seem to advance either, it's always requesting with offset=100 and limit=100.
Describe the bug
When attempting to reproduce a playlist from the search with ~1000 tracks, the program freezes.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Playlist is added to queue and starts reproducing
Screenshots
System (please complete the following information):
Backtrace/Debug log
No crash, just frozen
Additional context
Low CPU load even when frozen, computer should be able to handle it pretty well. Playlist has an emoji in the name, and there are some song titles with weird characters (One by Four Tet has very weird characters). I'm not too sure what other tests I can run, happy to help.
I tried the 4th playlist for me, by Deli Paloma-Sisk with 1027 songs, and that one works although it sometimes doesn't, displaying 0 songs but without freezing.
The text was updated successfully, but these errors were encountered: