Error code 104 on any request
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
Solved! Go to Solution.
- Labels:
-
APIs
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Same issue. Look like it is related to the recent maintenance. According https://status.zephyr4jiracloud.com all the systems are operational, but https://prod-api.zephyr4jiracloud.com/connect still doesn't work.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Still doesn't work.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you have new information about this issue? The API is still not working
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are using similar API calls. Getting Internal Server error 500 - everything was working fine until Friday. Any help on how to have this resolved?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!
I'm getting the same error when I'm trying to clone a test cycle using this endpoint: https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/cycle?clonedCycleId=cloned_cycle_i...'.
Any updates on this issue?
Thanks.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all
The same problem is happening to me. I am using RestSharp and until last Thursday everything was working fine and now I am getting this error on every request:
{"errorType":"ERROR","clientMessage":"We encountered some problems during processing this request. Please try again!","errorCode":104}
Plus it takes like 30 seconds to 1 minute to even get a response from the server ("response = _restClient.Execute(request);")
Regards
José Brazeta
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I Hope they fix this soon, because I run tests in a remote machine and on the Test Finalization method I collect the test results and send it to the Zephyr Test Cycle. Right now I cannot update anything on zephyr (I have more than 2K test methods that I cannot update in my team current test cycle)
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Looks like it is resolved now. Can others confirm it as well?
