Last modified: 2013-11-25 22:58:37 UTC
Environment:test 2 SamplePage: OS:MAC OS X 10.8.5
Steps to reproduce: 1.Attempt to modify any content on any page in test2 environment . 2.Click the Save button Observed Result: The spinner for saving continues for a long time but the content does not get saved .And "An error occurred" message appeared on the dialogue box See the screenshot attached Browser:Chrome Version 26.0.1410.65 and FF 25
Created attachment 13825 [details] Screenshot of the error
Sample Page: https://test2.wikipedia.org/w/index.php?title=Verify_56274&veaction=edit
Any errors in the JS console?
I am not getting this issue anymore.The new page creation and content saving both are working now.
Happened again on test2 . No errors in the JS console.On the dialog box there was a message:Error: Error contacting the Parsoid server
That might be a different issue, possibly with the parsoid service setup used by test2. AFAIK it is not using the Parsoid production cluster. The QA folks have been working on this recently and would know more.
To the best of my knowledge, test2 and mediawiki.org are using the production Parsoid instance. Please let us know if that is not the case.
I got the Parsoid server message as well a few minutes ago on that page. Then I tried again (from Opera, unlogged, then from FF and Chrome while logged in) and it just saved. :/
I just got this error on production too.
After the fix,I am not getting that error message. However, after keeping the editor for a long time and then attempting to save the content gives the following js error. Uncaught TypeError: Cannot read property 'saveRetries' of undefined (anonymous function) fire load.php:12 self.fireWith load.php:14 self.fire load.php:14 (anonymous function) fire load.php:12 self.fireWith load.php:14 done load.php:119 callback Assuming it as a separate issue?
After keeping the editor open for long time*(In reply to comment #11) > After the fix,I am not getting that error message. > However, after keeping the editor for a long time and then attempting to save > the content gives the following js error. > > Uncaught TypeError: Cannot read property 'saveRetries' of undefined > (anonymous function) > fire load.php:12 > self.fireWith load.php:14 > self.fire load.php:14 > (anonymous function) > fire load.php:12 > self.fireWith load.php:14 > done load.php:119 > callback > > Assuming it as a separate issue?
(In reply to comment #11) > After the fix,I am not getting that error message. > However, after keeping the editor for a long time and then attempting to save > the content gives the following js error. > > Uncaught TypeError: Cannot read property 'saveRetries' of undefined > (anonymous function) > fire load.php:12 > self.fireWith load.php:14 > self.fire load.php:14 > (anonymous function) > fire load.php:12 > self.fireWith load.php:14 > done load.php:119 > callback > > Assuming it as a separate issue? Yes, that's distinct; marking this as FIXED, but please re-open if it re-occurs.
Verified this issue. Created a separate ticket for idle time issue:https://bugzilla.wikimedia.org/show_bug.cgi?id=57314
*** Bug 57194 has been marked as a duplicate of this bug. ***