codex-blackboard
codex-blackboard copied to clipboard
Robot brain doesn't persist
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.)
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).