Advertisement
Guest User

Mark2: Plugin fails to init

a guest
Aug 17th, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.75 KB | None | 0 0
  1. 2013-08-17 22:23:43+0200 [mark2] 2013-08-17 22:23:43 # couldn't find plugin: hang
  2. 2013-08-17 22:23:43+0200 [mark2] 2013-08-17 22:23:43 # plugin: 'script' failed to initialize
  3. 2013-08-17 22:23:43+0200 [mark2] 2013-08-17 22:23:43 # Traceback (most recent call last):
  4. 2013-08-17 22:23:43+0200 [mark2] 2013-08-17 22:23:43 #   File "/opt/mark2/mk2/plugins/__init__.py", line 326, in load
  5. 2013-08-17 22:23:43+0200 [mark2] 2013-08-17 22:23:43 #     plugin = cls(self.parent, name, **kwargs)
  6. 2013-08-17 22:23:43+0200 [mark2] 2013-08-17 22:23:43 #   File "/opt/mark2/mk2/plugins/__init__.py", line 156, in __init__
  7. 2013-08-17 22:23:43+0200 [mark2] 2013-08-17 22:23:43 #     format(self.__class__.__name__, ", ".join(excess)))
  8. 2013-08-17 22:23:43+0200 [mark2] 2013-08-17 22:23:43 # Exception: Plugin Script got extraneous properties: user
  9. 2013-08-17 22:23:43+0200 [mark2] 2013-08-17 22:23:43 #
  10. 2013-08-17 22:23:43+0200 [mark2] 2013-08-17 22:23:43 # plugin: 'trigger' failed to initialize
  11. 2013-08-17 22:23:43+0200 [mark2] 2013-08-17 22:23:43 # Traceback (most recent call last):
  12. 2013-08-17 22:23:43+0200 [mark2] 2013-08-17 22:23:43 #   File "/opt/mark2/mk2/plugins/__init__.py", line 326, in load
  13. 2013-08-17 22:23:43+0200 [mark2] 2013-08-17 22:23:43 #     plugin = cls(self.parent, name, **kwargs)
  14. 2013-08-17 22:23:43+0200 [mark2] 2013-08-17 22:23:43 #   File "/opt/mark2/mk2/plugins/__init__.py", line 156, in __init__
  15. 2013-08-17 22:23:43+0200 [mark2] 2013-08-17 22:23:43 #     format(self.__class__.__name__, ", ".join(excess)))
  16. 2013-08-17 22:23:43+0200 [mark2] 2013-08-17 22:23:43 # Exception: Plugin Trigger got extraneous properties: filename
  17. 2013-08-17 22:23:43+0200 [mark2] 2013-08-17 22:23:43 #
  18. 2013-08-17 22:23:43+0200 [mark2] 2013-08-17 22:23:43 # starting minecraft server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement