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
Hi @VerbingNouns , I'll leave this here so that maybe someone can help with you, but I think this is unrelated to our code - but if someone has any idea what causes this problem, we can write a better error message. My haunch is that you are behind a proxy, you do not get through and you get timed out.
Apologies -- starting its own thread:
library(spotifyr)
returns:Warning message: In c(x, values) : closing unused connection 3 (https://developer.spotify.com/documentation/general/guides/authorization/scopes/)
Which may or may not be causing this issue downstream:
get_spotify_authorization_code()
returns:<simpleError in open.connection(x, "rb"): SSL certificate problem: certificate has expired>
But whatever is going on, it means I can't access my own account data, although I can get my access token just fine.
Thanks!
The text was updated successfully, but these errors were encountered: