depressurizer icon indicating copy to clipboard operation
depressurizer copied to clipboard

Unexpected character '110' found when expecting key.

Open Godsofsalt opened this issue 7 years ago • 3 comments

https://gyazo.com/859caa76f7f07c0f79aae74b80a55836

Godsofsalt avatar Mar 09 '17 08:03 Godsofsalt

System.ApplicationException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at Depressurizer.GameList.FetchHtmlFromUrl(String url) --- End of inner exception stack trace --- at Depressurizer.GameList.FetchHtmlFromUrl(String url) at Depressurizer.GameList.FetchHtmlGameList(Int64 accountId) at Depressurizer.CDlgUpdateProfile.FetchHtml() at Depressurizer.CDlgUpdateProfile.FetchXmlPref() at Depressurizer.CDlgUpdateProfile.RunProcess() at Rallion.CancelableDlg.RunProcessChecked() 08:53:22.863195 - INFO: Program closing.

Godsofsalt avatar Mar 09 '17 08:03 Godsofsalt

Also getting this issue. It wont update the game list properly after it throws it.

ericd7 avatar Apr 14 '17 17:04 ericd7

Try this more recent fork https://github.com/Theo47/depressurizer/releases @ericd7

endlessknife avatar Jun 12 '17 23:06 endlessknife