I have…
- [x ] Read the following guideline: https://docs.squidex.io/01-getting-started/installation/troubleshooting-and-support. I understand that my support request might get deleted if I do not follow the guideline.
- [x ] Used code blocks with ``` to format my code examples like JSON or logs properly.
I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [x ] Bug report
- [ ] Performance issue
- [ ] Documentation issue or request
Current behavior
Expected behavior
Minimal reproduction of the problem
Environment
App Name:
- [ ] Self hosted with docker
- [ ] Self hosted with IIS
- [ ] Self hosted with other version
- [ ] Cloud version
Version: [VERSION]
Browser:
- [x ] Chrome (desktop)
- [ ] Chrome (Android)
- [ ] Chrome (iOS)
- [ ] Firefox
- [ ] Safari (desktop)
- [ ] Safari (iOS)
- [ ] IE
- [ ] Edge
Others:
All our calls to their API are returning this error now. He says no changes on their side could have caused it, but as we know we haven’t touched the code on our side in months if not over a year.
System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. —> System.IO.IOException: Authentication failed because the remote party has closed the transport stream.
// Server Error in ‘/’ Application.
// Error parsing undefined value. Path ‘’, line 1, position 1.
//Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
//Exception Details:** Newtonsoft.Json.JsonReaderException: Error parsing undefined value. Path ‘’, line 1, position 1.
//Source Error:
//Line 155: public static Home FromJson(string json)
//Line 156: {
//Line 157: return JsonConvert.DeserializeObject(json, //QuickType.Home.Converter.Settings);
//Line 158: }
//Line 159: }`
//Source File: d:\inetpub\wwwrootNEW\App_Code\Home.cs Line: 157
//Stack Trace:
[JsonReaderException: Error parsing undefined value. Path '', line 1, position 1.] //Newtonsoft.Json.JsonTextReader.ParseUndefined() +308 //Newtonsoft.Json.JsonTextReader.ParseValue() +1052 //Newtonsoft.Json.JsonTextReader.Read() +152 //Newtonsoft.Json.JsonReader.ReadAndMoveToContent() +21 //Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter) +97 //Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) +764 //Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) +336 //Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) +279 //Newtonsoft.Json.JsonConvert.DeserializeObject(String value, JsonSerializerSettings settings) +57 //QuickType.Home.Home.FromJson(String json) in d:\inetpub\wwwrootNEW\App_Code\Home.cs:157 //CmsHelper.getHomePage(String lang) in d:\inetpub\wwwrootNEW\App_Code\CmsHelper.cs:607 //CTW_demo2_Default2.Page_Load(Object sender, EventArgs e) +309 //System.Web.UI.Control.LoadRecursive() +71 //System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178
//Version Information Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34237