-
Notifications
You must be signed in to change notification settings - Fork 13
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 in curl::curl_fetch_memory(url, handle = handle) #3
Comments
This is still a problem |
Can you share a piece of code? |
I created two functions that return the correct spotify clientid and secret (so I never have to type them in or see them in the rhistory.
This opens the spotify authentification page, where I log in
I've tried to install the newest version of curl from github, but that is a bit difficult because devtools uses curl and it errors the install. |
Some session info |
I had this error (trying to access the API of github) when i was behind a proxy. I just changed the proxy settings and it went well: |
While Generating the O-auth it always allows me to sign in the spotify page but then exists with the error
Error in curl::curl_fetch_memory(url, handle = handle)
Stream error in the HTTP/2 framing layer
It was encountered Before as well but i added the httr::config(http_version = 2) to the intial authentication , I am unsure if its has to do something with not generating me the O-AUTH code ,
The text was updated successfully, but these errors were encountered: