You must write ContentLength bytes to the request stream before calling [Begin]GetResponse.
Server Error in '/' Application.
You must write ContentLength bytes to the request stream before calling [Begin]GetResponse.
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: System.Net.ProtocolViolationException: You must write ContentLength bytes to the request stream before calling [Begin]GetResponse.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ProtocolViolationException: You must write ContentLength bytes to the request stream before calling [Begin]GetResponse.] System.Net.HttpWebRequest.GetResponse() +6442454 umbraco.presentation.umbraco_client.tinymce3.plugins.spellchecker.GoogleSpellChecker.SendRequest(String lang, String data) +375 umbraco.presentation.umbraco_client.tinymce3.plugins.spellchecker.GoogleSpellChecker.CheckWords(String language, String[] words) +115 umbraco.presentation.umbraco_client.tinymce3.plugins.spellchecker.GoogleSpellChecker.ProcessRequest(HttpContext context) +143 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +341 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929 Ok
Spell check error
I'm getting the following error in the back end when you click the ABC button...
You must write ContentLength bytes to the request stream before calling [Begin]GetResponse.
Anyone had similar?
Yes, I get the same in 4.11.5 site :(
I'm 4.7.1.1
Strange, as mine was working.
Not sure if there have been any recent changes to the Google spell checker?
Error response:
You must write ContentLength bytes to the request stream before calling [Begin]GetResponse.
Server Error in '/' Application.
You must write ContentLength bytes to the request stream before calling [Begin]GetResponse.
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: System.Net.ProtocolViolationException: You must write ContentLength bytes to the request stream before calling [Begin]GetResponse.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929 Ok
Hi
Had notification today of an update to Google spellchecker - haven't investigated yet, but maybe it is something in that?
G
I've added this as an issue on Umbraco Issue log - http://issues.umbraco.org/issue/U4-2060
Feel free to vote for it!
Could be related to this
"Google Spell Goes Down - and no one notices"
http://www.brokentone.com/blog/2566/
The Google spellchecker service this relies on (https://www.google.com/tbproxy/spell) may have been turned off for good.
An alternative is the HunSpellChecker plugin
is working on a reply...