JustPaste.it

root@localhost:~/houdini# python Login.py & python World.py

[1] 12497

/usr/local/lib/python2.7/dist-packages/marshmallow/schema.py:364: ChangedInMarshmallow3Warning: strict=False is not recommended. In marshmallow 3.0, schemas will always be strict. See https://marshmallow.readthedocs.io/en/latest/upgrading.html#schemas-are-always-strict

  ChangedInMarshmallow3Warning

/usr/local/lib/python2.7/dist-packages/marshmallow/schema.py:364: ChangedInMarshmallow3Warning: strict=False is not recommended. In marshmallow 3.0, schemas will always be strict. See https://marshmallow.readthedocs.io/en/latest/upgrading.html#schemas-are-always-strict

  ChangedInMarshmallow3Warning

Traceback (most recent call last):

  File "Login.py", line 3, in <module>

    server = HoudiniFactory(server="Login")

  File "/root/houdini/Houdini/HoudiniFactory.py", line 91, in __init__

    self.redis.delete("%s.players" % self.serverName)

  File "/usr/local/lib/python2.7/dist-packages/redis/client.py", line 1225, in delete

    return self.execute_command('DEL', *names)

  File "/usr/local/lib/python2.7/dist-packages/redis/client.py", line 774, in execute_command

    connection.send_command(*args)

  File "/usr/local/lib/python2.7/dist-packages/redis/connection.py", line 619, in send_command

    self.send_packed_command(self.pack_command(*args))

  File "/usr/local/lib/python2.7/dist-packages/redis/connection.py", line 594, in send_packed_command

    self.connect()

  File "/usr/local/lib/python2.7/dist-packages/redis/connection.py", line 498, in connect

    raise ConnectionError(self._error_message(e))

redis.exceptions.ConnectionError: Error 111 connecting to 172.104.243.158:6379. Connection refused.

Traceback (most recent call last):

  File "World.py", line 3, in <module>

    server = HoudiniFactory(server="Wind")

  File "/root/houdini/Houdini/HoudiniFactory.py", line 91, in __init__

    self.redis.delete("%s.players" % self.serverName)

  File "/usr/local/lib/python2.7/dist-packages/redis/client.py", line 1225, in delete

    return self.execute_command('DEL', *names)

  File "/usr/local/lib/python2.7/dist-packages/redis/client.py", line 774, in execute_command

    connection.send_command(*args)

  File "/usr/local/lib/python2.7/dist-packages/redis/connection.py", line 619, in send_command

    self.send_packed_command(self.pack_command(*args))

  File "/usr/local/lib/python2.7/dist-packages/redis/connection.py", line 594, in send_packed_command

    self.connect()

  File "/usr/local/lib/python2.7/dist-packages/redis/connection.py", line 498, in connect

    raise ConnectionError(self._error_message(e))

redis.exceptions.ConnectionError: Error 111 connecting to 172.104.243.158:6379. Connection refused.

[1]+  Exit 1                  python Login.py

root@localhost:~/houdini#