Uncaught Error: Failed assertion: Invalid changeset (checkRep failed)
See original GitHub issueHey guys. We are using stable and have the problem that some pads randomly stop working and throw an uncaught error in the console.
Uncaught Error: Failed assertion: Invalid changeset (checkRep failed)
Example:
https://etherpad.tugraz.at/p/l3tsbet
When this happens, the “loading” overlay blocks any action. It’s unlikely to be a copy&paste issue because it sometimes happens to entirely handwritten pads.
An interesting thing is, that the timeslider (opened by appending /timeslider to the url) always works without problems.
https://etherpad.tugraz.at/p/l3tsbet/timeslider
Right now we are manually fixing the pads by exporting+importing with HTML (losing all changesets). Any idea whats wrong?
Issue Analytics
- State:
- Created 10 years ago
- Reactions:1
- Comments:95 (52 by maintainers)
Top Results From Across the Web
Failed assertion: Invalid changeset (checkRep failed)
Hey guys. We are using stable and have the problem that some pads randomly stop working and throw an uncaught error in the...
Read more >Invalid changeset (checkRep failed) - etherpad-lite
Hey guys. We are using stable and have the problem that some pads randomly stop working and throw an uncaught error in the...
Read more >Etherpad: real-time collaborative document editor
Uncaught Error : Failed assertion: Invalid changeset (checkRep failed). Hey guys. We are using stable and have the problem that some pads ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Dude, the error is in your log!
See: https://github.com/ether/etherpad-lite/issues/3959
Indeed doing the “replace
????
by??
” helped here as well. 😃 Seems like the last changeset was someone inserting an emoji (it ended in$????
).However, I do not understand why this is classified as a “minor bug”. This bug leads to total loss of a pad (until someone notices the
/timeslider
thing, which took a week in our case, and even then history is lost).