ContributionsMost RecentMost LikesSolutionsRe: Error code 104 on any request Its strange. those errors should be only happening in some of the api calls. For the the follwoing calls work fine on my side: _zapi.Get($"{ZapiSource}/cycles/search", $"projectId={projectId}&versionId={versionId}") _zapi.Get($"{ZapiSource}/executions", $"issueId={issueId}&offset={offset}&projectId={projectId}"); Re: Error code 104 on any request YES!!!!!!! Seems to be fixed now! I am getting no errors. This is great news!!!! Re: Error code 104 on any request 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) Re: Error code 104 on any request 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