[BEZ-P0] Fix Evennia settings on 104.131.15.18 — remove bad port tuples, DB is ready #534
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Bezalel VPS (104.131.15.18) has Evennia installed, DB created, migrations applied (through 0017), superuser created (Timmy/timmy123).
Blocker: Settings file has bad port tuples causing crash:
From
WEBSERVER_PORTS = [(4101, None)]— theNonetuple value crashes Evennia's Twisted port binding.Also: Migration 0018 was deleted due to RecursionError on fresh DB. This is fine — Evennia runs without it.
Fix (2 minutes)
SSH to Bezalel VPS and run:
Acceptance Criteria
evennia statusshows Portal and Server runningCurrent State
Priority
This blocks all Evennia federation work — Bezalel can't host a world until this is fixed.