Hello,
I occasionally get the above error while using the request function of the requests python library to access Qualtrics APIs.
I have the following automated workflow:
- every day three csv containing user contacts are placed in a sftp (each csv is tied to a different survey)
- as soon as a file is placed on the sftp, a script is triggered that recognizes the file, uploads the contacts into a contact list and downloads the distribution links
The problem is that sometimes the process crashes due to the above error. It's difficult to debug it because I don't see any pattern on the occurence:
- most of the times, the process will complete successfully (and it actually ran smoothly for the past year)
- when it fails, I can reprocess the same file by overwriting it in the sftp and it will complete successfully (so it's not a problem of the file)
My supsects is that the error is tied to multiple csvs being processed at the same time. Could that error message be tied to a request throttling from Qualtrics APIs?