Griatch
Griatch
Hm, I wonder if one could insert a strategic `sleep()` in one of the webserver's shutdown hooks to try to replicate this reliably?
I cannot reproduce this at all, which makes it hard to devise a fix. I tried to make a command with `time.sleep(30)` in it. This locks the reload alright, but...
Alas, I've never been able to reliably reproduce this. Maybe I need to synthetically build a very large database to test with then. @GulliblePsychologist What's your setting for `IDMAPPER_CACHE_MAXSIZE`?
@TehomCD I've spent most of today trying to reproduce this and cannot :disappointed: I can introduce pauses in the start of the server and/or webserver that does give the `CannotListenError`,...
Removing this from the 1.0 roadmap. PRs with detailed implementation suggestion would be needed.
I looked into this, but it's not a very easy thing to add. The reason is that the `evennia` program is just a remote client that launches the Evennia portal/server....
@jerryaldrichiii I quick and dirty solution may be to monitor the server/portal log for the term `Traceback` during upstart, now that this should properly appear in the log. It's not...
Also `[EE]` (similarly to syslog tags) could be looked for.
Expanding the `@irc2chan` command is easy, the problem might be in expanding the bot to support the handshake needed by some networks for authentication. This particular issue *could* be related...
Sounds like something that we should move to a separate css file and add more fallback options for the font. (cc @friarzen for awareness)