We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem running testcase for Reusability:
ServiceStack.WebServiceException : Internal Server Error at ServiceStack.ServiceClientBase.ThrowWebServiceException(Exception ex, String requestUri) at ServiceStack.ServiceClientBase.ThrowResponseTypeException(Object request, Exception ex, String requestUri) at ServiceStack.ServiceClientBase.HandleResponseException(Exception ex, Object request, String requestUri, Func1 createWebRequest, Func2 getResponse, ref TResponse response) at ServiceStack.ServiceClientBase.Send(String httpMethod, String relativeOrAbsoluteUrl, Object request) at ServiceStack.ServiceClientBase.Post(String relativeOrAbsoluteUrl, Object requestDto) at ServiceStack.ServiceClientBase.Post(IReturn`1 requestDto) at Reusability.Tests.Can_send_to_GoogleAppEngine_JSON_Python_Service() in Tests.cs: line 14
1 createWebRequest, Func
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem running testcase for Reusability:
ServiceStack.WebServiceException : Internal Server Error
at ServiceStack.ServiceClientBase.ThrowWebServiceException(Exception ex, String requestUri)
at ServiceStack.ServiceClientBase.ThrowResponseTypeException(Object request, Exception ex, String requestUri)
at ServiceStack.ServiceClientBase.HandleResponseException(Exception ex, Object request, String requestUri, Func
1 createWebRequest, Func
2 getResponse, ref TResponse response)at ServiceStack.ServiceClientBase.Send(String httpMethod, String relativeOrAbsoluteUrl, Object request)
at ServiceStack.ServiceClientBase.Post(String relativeOrAbsoluteUrl, Object requestDto)
at ServiceStack.ServiceClientBase.Post(IReturn`1 requestDto)
at Reusability.Tests.Can_send_to_GoogleAppEngine_JSON_Python_Service() in Tests.cs: line 14
The text was updated successfully, but these errors were encountered: