Dave Brannigan

Results 16 comments of Dave Brannigan

I believe player A was seeing all the output of player B's session - I don't know if they had any control over it or not once the connection had...

I'm not sure - for all I know she killed the portal process while leaving the server running. I'll need to ask her if she remembers. does `evennia stop portal`...

Oh, the server must have failed to shut down then. The nature of the bug they were addressing prevented the server from ever shutting down cleanly, it always had to...

This is a really neat idea! One possible setting might be to have it also be triggered only for specific commands - that is, it only sends the OOB message...

Yeah, I was assuming it was something like load causing the webserver to shut down cleanly much slower than it expects so the port is still occupied, but that's just...

Just to confirm this happens on the commandline as well if you start it there: ``` Server reloading... ^C(arxvenv) tehom@arxhost:~/arx/arx$ evennia reload NOTE: Django 2.2.9 found. This is newer than...

That might be a good way to go about it. I did have it fail to restart on the first re-try once, when I did a reload, then attempted to...

I should mention that I have a stage server that's a duplicate environment aside from having almost no one connected to it - uses a copy of the same database,...

Yeah, it's the same error. The WSGIWebServer on that port is failing to stop listening on the port while the rest of the reactor shuts down. Code where it starts...

It's infuriating because it happens literally every time on my prod environment now. It clearly has to be tied to activity in some way, and the port that refuses to...