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
I call client.next to play next song
after that i fetch get_current_track_info(), it returns old track info and not next track info
Since it's not an async api, time.sleep not working either and causing more issues
Please suggest a solution ?
Thanks
The text was updated successfully, but these errors were encountered:
I think the issue is when calling next it takes a bit delay to play another track. sleep should do the trick but sometimes after 3 sec wait it still returns old track name.
There is no error or anything like that, it's just the info not getting updated @EpocDotFr
I call client.next to play next song
after that i fetch get_current_track_info(), it returns old track info and not next track info
Since it's not an async api, time.sleep not working either and causing more issues
Please suggest a solution ?
Thanks
The text was updated successfully, but these errors were encountered: