Can't for the life of me catch a packet. Followed instructions to the letter.
in my 'sample':
def getHostPort(self):
return 'sneezy-mud.com', 7900
in shell:
python3 pycat.py sample 7900
Output on Mudlet:
[ OK ] - Mudlet-lua API & Geyser Layout manager loaded.
[ OK ] - Map loaded successfully (0s).
[ INFO ] - Looking up the IP address of server: ::1:7900 ...
[ INFO ] - The IP address of ::1 has been found. It is: ::1
[ INFO ] - Trying to connect to ::1:7900 ...
[ INFO ] - A connection has been established successfully.
-- Connecting
(Hangs on '-- Connecting'. Catches input just fine, as the map module will ask for an update. But doesn't seem to be passing output from telnet to the client)
Can't for the life of me catch a packet. Followed instructions to the letter.
in my 'sample':
in shell:
python3 pycat.py sample 7900Output on Mudlet:
(Hangs on '-- Connecting'. Catches input just fine, as the map module will ask for an update. But doesn't seem to be passing output from telnet to the client)