We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1520543558700
Hi!
Thanks for this library, it's really useful!
Today I tried to get the current playing track using sp.current_user_playing_track(). This used to work fine, but today I get:
sp.current_user_playing_track()
State { next_error: Some(ErrorImpl { code: Message("invalid value: integer `1520543558700`, expected u32"), line: 2, column: 29 }), backtrace: None }
in my log. I guess spotify changed something.
The text was updated successfully, but these errors were encountered:
Mixing Attempt #1 and Attempt #2
ce0a860
No branches or pull requests
Hi!
Thanks for this library, it's really useful!
Today I tried to get the current playing track using
sp.current_user_playing_track()
. This used to work fine, but today I get:in my log. I guess spotify changed something.
The text was updated successfully, but these errors were encountered: