ropensci / qualtRics

Download ⬇️ Qualtrics survey data directly into R!
https://docs.ropensci.org/qualtRics
Other
215 stars 70 forks source link

all_surveys issue #183

Closed nkraus2 closed 4 years ago

nkraus2 commented 4 years ago

Hello,

I have been having trouble when looking to request all surveys after registering my API token and base URL for our Qualtrics Data. The error appears to be with the curl function. I have updated all packages including the QualtRics package several times. Since the getSurveys function was deprecated, I have run into this issue and have been unable to use this package to download data.

Error in curl::curl_fetch_memory(url, handle = handle) : Could not resolve host: https

juliasilge commented 4 years ago

Check out #173, #177, and #179, and be sure your base URL is saved correctly as specified in the docs.

Notice that when you register your credentials:

The base URL you pass to the qualtRics package should either look like yourdatacenterid.qualtrics.com or like yourorganizationid.yourdatacenterid.qualtrics.com, without a scheme such as https://

juliasilge commented 4 years ago

Let us know if you continue to have problems! 🙌