mirror of
https://github.com/misiektoja/spotify_monitor.git
synced 2026-04-25 22:55:52 +03:00
[GH-ISSUE #30] Hang with 'is_user_removed' #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tomballgithub on GitHub (Dec 26, 2025).
Original GitHub issue: https://github.com/misiektoja/spotify_monitor/issues/30
When debugging earlier, I noticed that some requests that yield 429's seem to hang up and don't time out (for minutes - much longer than expected).
But the real issue is that this URL is generating a 429
Specifically, I am seeing in this code base that this URL is hanging up, but if I observe the network with Proxyman it is getting a 429. The same behavior happens without Proxyman in play.
@tomballgithub commented on GitHub (Dec 26, 2025):
I verified that updating this function to use sp_accessToken_oauth_app and oauth_app=True works
@misiektoja commented on GitHub (Dec 27, 2025):
Thx, I totally forgot about it. I also improved error handling to avoid hanging up.