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
Thank you so much for developing this! I just have a question regarding transferring playlists. One of them did it without much issue when the program was transferring my 2nd playlist, it was unable to do so and kept going on repeat.
Initially it had:
Response message: {"status":404,"subStatus":2001,"userMessage":"Album [358208046] not found"}
Response headers: {'Content-Type': 'application/json', 'Content-Length': '75', 'Connection': 'keep-alive', 'Date': 'Sat, 27 Dec 2025 11:33:28 GMT', 'Server': 'noyb', 'Cache-Control': 'no-cache', 'X-Cache': 'Error from cloudfront', 'Via': '1.1 e880f887bc0d932c2631abf8fa58de7e.cloudfront.net (CloudFront)', 'X-Amz-Cf-Pop': 'LHR50-P7', 'X-Amz-Cf-Id': 'r1DXlEWTVJ0gW3q08yZs5pTUHp7hyfj5BFLgCoGoaG7UDQZLJbtM7A=='}
Searching Tidal for 190/199 tracks in Spotify playlist 'XXXXX Too many requests occurred, retrying 5 times
Then this showed up after retrying 5 times:
Task exception was never retrieved
future: <Task finished name='Task-81' coro=<tqdm_asyncio.gather..wrap_awaitable() done, defined at /Library/Frameworks/Python.framework/Versions/3.14/lib/python3.14/site-packages/tqdm/asyncio.py:75> exception=SystemExit(1)>
Traceback (most recent call last): File "####", line 158, in repeat_on_request_error
return await repeat_on_request_error(function, *args, remaining=remaining-1, **kwargs)
Then it exited the system
Could someone let me know why this may have occurred? I tried rebooting the program again several times but same thing happened.
Thanks in advance!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you so much for developing this! I just have a question regarding transferring playlists. One of them did it without much issue when the program was transferring my 2nd playlist, it was unable to do so and kept going on repeat.
Initially it had:
Response message: {"status":404,"subStatus":2001,"userMessage":"Album [358208046] not found"}
Response headers: {'Content-Type': 'application/json', 'Content-Length': '75', 'Connection': 'keep-alive', 'Date': 'Sat, 27 Dec 2025 11:33:28 GMT', 'Server': 'noyb', 'Cache-Control': 'no-cache', 'X-Cache': 'Error from cloudfront', 'Via': '1.1 e880f887bc0d932c2631abf8fa58de7e.cloudfront.net (CloudFront)', 'X-Amz-Cf-Pop': 'LHR50-P7', 'X-Amz-Cf-Id': 'r1DXlEWTVJ0gW3q08yZs5pTUHp7hyfj5BFLgCoGoaG7UDQZLJbtM7A=='}
Searching Tidal for 190/199 tracks in Spotify playlist 'XXXXX Too many requests occurred, retrying 5 times
Then this showed up after retrying 5 times:
Task exception was never retrieved
future: <Task finished name='Task-81' coro=<tqdm_asyncio.gather..wrap_awaitable() done, defined at /Library/Frameworks/Python.framework/Versions/3.14/lib/python3.14/site-packages/tqdm/asyncio.py:75> exception=SystemExit(1)>
Traceback (most recent call last): File "####", line 158, in repeat_on_request_error
return await repeat_on_request_error(function, *args, remaining=remaining-1, **kwargs)
Then it exited the system
Could someone let me know why this may have occurred? I tried rebooting the program again several times but same thing happened.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions