-
Notifications
You must be signed in to change notification settings - Fork 36
trouble_shooting
Robert C. Martin edited this page Oct 28, 2022
·
5 revisions
- Crashes on startup.
- Probably caused by a malformed event sent by a poorly written client. I try to defend against these, but sometimes strange formats sneak through. What happens is that the malformed event gets written out to the
private/messages/<date>
file, but cannot be read back in when you start upmore-speech
at a later time.- The fix is to delete the
private/messages/<date>
file that is the culprit. Then download a new version ofmore-speech
. I've probably already fixed it in a later version. I fix these things pretty quickly. If you don't want to search and you don't mind losing more history, just all the files since before the bad file was written. A day or two should be sufficient unless you haven't started upmore-speech
in longer than that.
- The fix is to delete the
- Probably caused by a malformed event sent by a poorly written client. I try to defend against these, but sometimes strange formats sneak through. What happens is that the malformed event gets written out to the