You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
paste pad.collabClient.sendMessage({"type":"USER_CHANGES","baseRev":1,"changeset":"Z:6c>1|3=51*0+1$d","apool":{"numToAttrib":{"0":["author","a.S0PQKyrRVYnlR5FW"]},"nextNum":1}}) into js console.
Crashlog:
Error: exports: mismatched follow
at Object.error (/private/tmp/etherpad-lite/src/static/js/Changeset.js:41:11)
at Object.assert (/private/tmp/etherpad-lite/src/static/js/Changeset.js:55:13)
at Object.follow (/private/tmp/etherpad-lite/src/static/js/Changeset.js:2080:11)
at Object.callback (/private/tmp/etherpad-lite/src/node/handler/PadMessageHandler.js:454:35)
at /private/tmp/etherpad-lite/src/node_modules/ueberDB/CloneAndAtomicLayer.js:120:17
at /private/tmp/etherpad-lite/src/node_modules/ueberDB/CacheAndBufferLayer.js:345:7
at /private/tmp/etherpad-lite/src/node_modules/ueberDB/CacheAndBufferLayer.js:183:7
at [object Object].get (/private/tmp/etherpad-lite/src/node_modules/ueberDB/dirty_db.js:48:3)
at [object Object].get (/private/tmp/etherpad-lite/src/node_modules/ueberDB/CacheAndBufferLayer.js:156:20)
at [object Object].getSub (/private/tmp/etherpad-lite/src/node_modules/ueberDB/CacheAndBufferLayer.js:317:8)
The text was updated successfully, but these errors were encountered:
The code I document in issue #472 solves this problem. As I wrote there, however, I do not know how valid it is and what impact (if any) it has on other operations.
Steps to reproduce:
pad.collabClient.sendMessage({"type":"USER_CHANGES","baseRev":1,"changeset":"Z:6c>1|3=51*0+1$d","apool":{"numToAttrib":{"0":["author","a.S0PQKyrRVYnlR5FW"]},"nextNum":1}})
into js console.Crashlog:
The text was updated successfully, but these errors were encountered: