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

"Retrieve Guestbook Responses for a Dataverse Collection" fails for some collections #8073

Closed
jggautier opened this issue Aug 23, 2021 · 0 comments · Fixed by #8084
Closed

Comments

@jggautier
Copy link
Contributor

Trying to run the "Retrieve Guestbook Responses for a Dataverse Collection" endpoint to get the very large guestbooks of two collections (https://dataverse.harvard.edu/dataverse/covid-rt and https://dataverse.harvard.edu/dataverse/) failed after running for exactly 2 minutes and 20 seconds. Both times the following error message was returned:

curl: (22) The requested URL returned error: 504

The curl command I used in my Mac terminal was
curl -O -J -f -H X-Dataverse-key:APIKEY https://dataverse.harvard.edu/api/dataverses/ALIAS/guestbookResponses, where ALIAS was the alias of the collection (covid-rt or data_ncov) and APIKEY was the APIKEY for my superuser account.

The Harvard Dataverse Repository was at v5.6.

I was able to use the command to get the guestbook of another collection in the repository that had much fewer guestbook responses (and that number matched the results of a database query I did to get that collection's guestbook responses :)

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

Successfully merging a pull request may close this issue.

2 participants