florentinaC
3 years agoOccasional Contributor
Error code 104 on any request
Hello all,
I'm currently working to implement the Zephyr API for NUnit tests in C# and starting approximately two hours ago all the requests I make using the Postman or from the code are returning the following error:
"errorType": "ERROR",
"clientMessage": "We encountered some problems during processing this request. Please try again!",
"errorCode": 104
}
In the morning the same request with the same data worked without any issues.
I'm calling the following endpoints:
- GET: https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/executions/search/cycle/<cycleId>?versionId=<versionId>&projectId=<projectId>
Do you know what can be the cause of this error?
Thank you
I have opened a new zephyr squad request ticket for this issue. They respond to the request that they are able to reproduce the issue and they logged a new defect for this.