question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Uncaught Error: Failed assertion: Invalid changeset (checkRep failed)

See original GitHub issue

Hey 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:closed
  • Created 10 years ago
  • Reactions:1
  • Comments:95 (52 by maintainers)

github_iconTop GitHub Comments

2reactions
JohnMcLearcommented, May 5, 2020

Dude, the error is in your log!

[2020-05-05 00:04:12.541] [ERROR] console - table is not configured with charset utf8 -- This may lead to crashes when certain characters are pasted in pads
[2020-05-05 00:04:12.543] [INFO] console - RowDataPacket { character_set_name: 'utf8mb4' } utf8

See: https://github.com/ether/etherpad-lite/issues/3959

2reactions
RalfJungcommented, Apr 15, 2018

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found