Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. 19-06-20 12:08:49-04 reactor class: twisted.internet.epollreactor.EPollReactor.
  2. 19-06-20 12:08:49-04 Webserver starting on 4005
  3. 19-06-20 12:08:49-04 Evennia Server successfully restarted in 'reset' mode.
  4. 19-06-20 12:09:01-04 [..] Server disconnected from the portal.
  5. 19-06-20 12:09:01-04 Main loop terminated.
  6. 19-06-20 12:09:01-04 Server Shut Down.
  7. 19-06-20 12:09:51-04 Loading /home/darren/evennia/evennia/server/server.py...
  8. 19-06-20 12:09:52-04 Loaded.
  9. 19-06-20 12:09:52-04 twistd 19.2.1 (/home/darren/evenv/bin/python3 3.7.3) starting up.
  10. 19-06-20 12:09:52-04 reactor class: twisted.internet.epollreactor.EPollReactor.
  11. 19-06-20 12:09:52-04 Webserver starting on 4005
  12. 19-06-20 12:09:52-04 Evennia Server successfully started.
  13. 19-06-20 12:09:57-04 <<ERROR>>: Error encountered in exploration commands: No module named 'cmdset_wieldable'
  14. 19-06-20 12:10:03-04 [SS] Authentication Success: Darren (IP: 127.0.0.1).
  15. 19-06-20 12:10:03-04 [..] Logged in: Darren 127.0.0.1 (1 session(s) total)
  16. 19-06-20 12:10:03-04 [..] Upgrading or configuring gametime as ServerConfig value...
  17. 19-06-20 12:10:03-04 [..] Gametime: Marked new time {'run': 0.0, 'game': 0.0, 'multiplier': 2.0, 'real': 1561047003.581702}
  18. 19-06-20 12:10:03-04 Traceback (most recent call last):
  19. 19-06-20 12:10:03-04 File "/home/darren/arxcode/commands/default_cmdsets.py", line 39, in new_func
  20. 19-06-20 12:10:03-04 return func(*args, **kwargs)
  21. 19-06-20 12:10:03-04 File "/home/darren/arxcode/commands/default_cmdsets.py", line 127, in add_default_commands
  22. 19-06-20 12:10:03-04 self.add(admin.CmdDelAccount())
  23. 19-06-20 12:10:03-04 AttributeError: module 'evennia.commands.default.admin' has no attribute 'CmdDelAccount'
  24. 19-06-20 12:10:03-04 Traceback (most recent call last):
  25. 19-06-20 12:10:03-04 File "/home/darren/arxcode/commands/default_cmdsets.py", line 39, in new_func
  26. 19-06-20 12:10:03-04 return func(*args, **kwargs)
  27. 19-06-20 12:10:03-04 File "/home/darren/arxcode/commands/default_cmdsets.py", line 69, in add_standard_cmdsets
  28. 19-06-20 12:10:03-04 self.add(standard.StateIndependentCmdSet)
  29. 19-06-20 12:10:03-04 File "/home/darren/evennia/evennia/commands/cmdset.py", line 464, in add
  30. 19-06-20 12:10:03-04 cmd = self._instantiate(cmd)
  31. 19-06-20 12:10:03-04 File "/home/darren/evennia/evennia/commands/cmdset.py", line 300, in _instantiate
  32. 19-06-20 12:10:03-04 return cmd()
  33. 19-06-20 12:10:03-04 File "/home/darren/evennia/evennia/commands/cmdset.py", line 190, in __init__
  34. 19-06-20 12:10:03-04 self.at_cmdset_creation()
  35. 19-06-20 12:10:03-04 File "/home/darren/arxcode/commands/cmdsets/standard.py", line 238, in at_cmdset_creation
  36. 19-06-20 12:10:03-04 self.add(magic_commands.MagicCmdSet())
  37. 19-06-20 12:10:03-04 File "/home/darren/evennia/evennia/commands/cmdset.py", line 190, in __init__
  38. 19-06-20 12:10:03-04 self.at_cmdset_creation()
  39. 19-06-20 12:10:03-04 File "/home/darren/arxcode/world/magic/magic_commands.py", line 1519, in at_cmdset_creation
  40. 19-06-20 12:10:03-04 self.add(CmdWorking())
  41. 19-06-20 12:10:03-04 File "./paxforms/paxform_commands.py", line 11, in __init__
  42. 19-06-20 12:10:03-04 self._form = self.__class__.form_class()
  43. 19-06-20 12:10:03-04 File "./paxforms/forms.py", line 11, in __init__
  44. 19-06-20 12:10:03-04 for k, v in self.__class__.__dict__.iteritems():
  45. 19-06-20 12:10:03-04 AttributeError: 'mappingproxy' object has no attribute 'iteritems'
  46. 19-06-20 12:11:30-04 [..] Logged out: Darren 127.0.0.1 (0 sessions(s) remaining)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement