Page MenuHomePhabricator

VisualEditor: Cannot save the content in test2 and mediawiki environment (Parsoid Vanish connexions limit too low?)
Closed, ResolvedPublic

Description

Environment:test 2
SamplePage:
OS:MAC OS X 10.8.5


Version: unspecified
Severity: normal

Details

Reference
bz57202

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:20 AM
bzimport set Reference to bz57202.

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
Screenshot of the error

Attached:

Screen_Shot_2013-11-18_at_9.52.43_AM.png (402×602 px, 37 KB)

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. ***