-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
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
Error: $ operator is invalid for atomic vectors: Problem with Access Token #178
Comments
I'm running into this exact same issue. |
Same here |
I think that it would be very useful if somebody could elaborate a bit more on the problem, and produce a replicable error. At the very least somebody should report to what does this error message refer to:
I don't think that this is a program code bug, nevertheless, it would be good to give users a more meaningful error message. |
Hi Daniel, Here is an example of a command that results in this error:
I created a new client and secret ID and generated a new authorisation token (making sure I added the localhost url as described in the package's tutorial) , but I keep getting the same error. |
Same here. Did anyone find a solution? |
When trying to use any function that requires the Spotify access token, I get the following error in R:
I am using the access token I retrieved through the Authorization Flow and here is the json data for it:
{"access_token":"BQAutrEqv1HNUuVJB7gRsIkih53KbntAJeeAAc7JDEwbRpQ3Z1PuVecf9zdjgg2StJQAU_LAMwjLI1xBJ4d1ZKa371_VE77FuAJY5KhnjfIrPqNL4LzSWtj2cXPpsbqspzuWls8wh8vn522mgE1oTFhm7Y9rBDAPML2****","token_type":"Bearer","expires_in":3600,"refresh_token":"AQCvFU5TL_ZejNdOe-t_2uHym2FllH3DqKVrveh3RdcvcP5B4Qx-cmHyefnR-tcpiosZkyA0yUhD_9MVsL4Gmf5IZw8V9UMwpyMfT6UG0mr_844B9h4b0nqztM6D1o6****","scope":"playlist-read-private user-read-private"}
I added the **** to the end of the tokens just to maybe protect some data.
The text was updated successfully, but these errors were encountered: