codex-blackboard icon indicating copy to clipboard operation
codex-blackboard copied to clipboard

Robot brain doesn't persist

Open Torgen opened this issue 7 years ago • 1 comments

We have the factoid script installed, which stores data in the robot brain, but since it doesn't get persisted anywhere, the bot forgets it on restart. We should either save the robot data to MongoDB, or remove the scripts that need it. (Factoid is also responsible for one of the "A script has tried registering a HTTP route while the HTTP server is disabled with --disabled-httpd" errors during startup.)

Torgen avatar Jan 18 '18 18:01 Torgen

Fixing the HTTP route thing could also be solved by overriding robot's router with something based on Meteor's webapp server-side routing (https://docs.meteor.com/packages/webapp.html).

Torgen avatar Feb 10 '18 00:02 Torgen