Open Alexey007gold opened 2 years ago
My suspicion is that this is related to HTML code in your log messages. If you open the browser devtools on the screeps web interface you'll see it prints the raw log messages to the console. If you could provide a copy of this up to the point at which it crashes that would be really helpful.
I'm logging messages like this
Spawning a creep with body {work,work,move} and cost 250 and role HARVESTER, result: 0
I just tried to find minimal message that makes it fail, and found that it fails for the following message {w,w}
,
but works for {w}
The message {w,w}
is still saved to the file, but multimeter crashes right after that
After start it can work a few seconds, and then fail with the following error.
I'm using logging plugin, my config is like this
some logs may be added to the file before the crash