Jaseibert / QualtricsAPI

QualtricsAPI is a lightweight Python Package for the Qualtrics API.
https://www.qualtricsapi-pydocs.com
MIT License
19 stars 15 forks source link

Handling BRE_0.2 (500 - Internal Server Errors) #1

Closed Jaseibert closed 4 years ago

Jaseibert commented 4 years ago

There is currently an issue around post request methods that return a (HTTP 500 - Server Error) from Qualtrics. This issue is caused on Qualtrics's end, and can be fixed by attempting the post request again. At this point the current architecture, does not allow for handling exceptions during iteration. This is an issue that is currently being addressed, and will hopefully have a fix for soon.

Jaseibert commented 4 years ago

This is now fixed.