Advertisement
Guest User

Untitled

a guest
Jan 12th, 2015
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. b3@mstclan:~$ python b3_run.py -c /home/bigbrotherbot/b3/conf/b3_sr8.xml
  2. Starting www.bigbrotherbot.net (b3) v1.10.0dev.daily275-20150109 [posix] [Poison Ivy]
  3.  
  4. Using config file: /home/bigbrotherbot/b3/conf/b3_sr8.xml
  5. checking for updates...
  6. latest B3 stable version is 1.9.2
  7. ...no update available.
  8. Using external plugin directory: /home/bigbrotherbot/b3/extplugins
  9. Activating log : /home/bigbrotherbot/b3/conf/b3sr8.log
  10. Connecting to DB : OK
  11. Using Gamelog : /home/urbanterror/UrbanTerror42sr8mod/q3ut4/games.log
  12. Testing RCON : OK
  13. Loading Events : 38 events loaded
  14. Loading Plugins : .......................Traceback (most recent call last):
  15. File "/home/bigbrotherbot/b3/run.py", line 218, in main
  16. run(config=options.config, nosetup=options.nosetup, autorestart=options.auto restart)
  17. File "/home/bigbrotherbot/b3/run.py", line 161, in run
  18. b3.start(config, nosetup, autorestart)
  19. File "/home/bigbrotherbot/b3/__init__.py", line 193, in start
  20. console = parser(conf, autorestart)
  21. File "/home/bigbrotherbot/b3/parser.py", line 546, in __init__
  22. self.loadPlugins()
  23. File "/home/bigbrotherbot/b3/parser.py", line 848, in loadPlugins
  24. self.bot('Loading plugin #%s %s [%s]', plugin_num, plugin_name, plugin_conf. fileName)
  25. AttributeError: 'NoneType' object has no attribute 'fileName'
  26. b3@mstclan:~$
  27. b3@mstclan:~$ File "/home/bigbrotherbot/b3/run.py", line 218, in main
  28. -bash: File: command not found
  29. b3@mstclan:~$ run(config=options.config, nosetup=options.nosetup, autorestart=options.autorestart)
  30. -bash: syntax error near unexpected token `config=options.config,'
  31. b3@mstclan:~$ File "/home/bigbrotherbot/b3/run.py", line 161, in run
  32. -bash: File: command not found
  33. b3@mstclan:~$ b3.start(config, nosetup, autorestart)
  34. -bash: syntax error near unexpected token `config,'
  35. b3@mstclan:~$ File "/home/bigbrotherbot/b3/__init__.py", line 193, in start
  36. -bash: File: command not found
  37. b3@mstclan:~$ console = parser(conf, autorestart)
  38. -bash: syntax error near unexpected token `('
  39. b3@mstclan:~$ File "/home/bigbrotherbot/b3/parser.py", line 546, in __init__
  40. -bash: File: command not found
  41. b3@mstclan:~$ self.loadPlugins()
  42. > File "/home/bigbrotherbot/b3/parser.py", line 848, in loadPlugins
  43. -bash: syntax error near unexpected token `File'
  44. b3@mstclan:~$ self.bot('Loading plugin #%s %s [%s]', plugin_num, plugin_name, plugin_conf.fileName)
  45. -bash: syntax error near unexpected token `'Loading plugin #%s %s [%s]','
  46. b3@mstclan:~$ AttributeError: 'NoneType' object has no attribute 'fileName'
  47. -bash: AttributeError:: command not found
  48. b3@mstclan:~$ b3@mstclan:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement