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'm not sure where in RSpotify things are breaking down, but if there was some way for me to rescue this error myself and force a token refresh, that'd potentially work.
I also checked and expires_at for the user has passed, so seems RSpotify::User.new(connection) should be refreshing the connection as well as the call to recently_played.
The text was updated successfully, but these errors were encountered:
When calling
recently_played
on a user, RSpotify is returningRestClient::BadRequest (400 Bad Request)
.However, if I call
me/player/recently-played
directly, I get a 401 error:I'm not sure where in RSpotify things are breaking down, but if there was some way for me to rescue this error myself and force a token refresh, that'd potentially work.
I also checked and
expires_at
for the user has passed, so seemsRSpotify::User.new(connection)
should be refreshing the connection as well as the call torecently_played
.The text was updated successfully, but these errors were encountered: