Skip to content
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 qualtrics_response_codes #193

Closed
Rkol8 opened this issue Oct 26, 2020 · 1 comment
Closed

Error in qualtrics_response_codes #193

Rkol8 opened this issue Oct 26, 2020 · 1 comment

Comments

@Rkol8
Copy link

Rkol8 commented Oct 26, 2020

Error in qualtrics_response_codes(res) :
Qualtrics API raised a bad request (400) error - Please report this on
https://github.com/ropensci/qualtRics/issues

Code:
utd_kc <- fetch_survey(surveyID = "xxxxxxxx", force_request = TRUE,
include_questions = c("StartDate", "EndDate", "Status","NPS_NPS_GROUP","NPS")) %>% as_tibble()

@juliasilge
Copy link
Collaborator

Check out #173, #177, #179, and #184, 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://

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants