Advertisement
urbanslug

the config.yml error

Oct 22nd, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "pyfibot/pyfibot.py", line 364, in <module>
  3. main()
  4. File "pyfibot/pyfibot.py", line 327, in main
  5. config = yaml.load(file(config))
  6. File "/home/urbanslug/git/ircbot/pyfibot/lib/python2.7/site-packages/PyYAML-3.10-py2.7-linux-x86_64.egg/yaml/__init__.py", line 71, in load
  7. return loader.get_single_data()
  8. File "/home/urbanslug/git/ircbot/pyfibot/lib/python2.7/site-packages/PyYAML-3.10-py2.7-linux-x86_64.egg/yaml/constructor.py", line 37, in get_single_data
  9. node = self.get_single_node()
  10. File "/home/urbanslug/git/ircbot/pyfibot/lib/python2.7/site-packages/PyYAML-3.10-py2.7-linux-x86_64.egg/yaml/composer.py", line 36, in get_single_node
  11. document = self.compose_document()
  12. File "/home/urbanslug/git/ircbot/pyfibot/lib/python2.7/site-packages/PyYAML-3.10-py2.7-linux-x86_64.egg/yaml/composer.py", line 55, in compose_document
  13. node = self.compose_node(None, None)
  14. File "/home/urbanslug/git/ircbot/pyfibot/lib/python2.7/site-packages/PyYAML-3.10-py2.7-linux-x86_64.egg/yaml/composer.py", line 84, in compose_node
  15. node = self.compose_mapping_node(anchor)
  16. File "/home/urbanslug/git/ircbot/pyfibot/lib/python2.7/site-packages/PyYAML-3.10-py2.7-linux-x86_64.egg/yaml/composer.py", line 133, in compose_mapping_node
  17. item_value = self.compose_node(node, item_key)
  18. File "/home/urbanslug/git/ircbot/pyfibot/lib/python2.7/site-packages/PyYAML-3.10-py2.7-linux-x86_64.egg/yaml/composer.py", line 84, in compose_node
  19. node = self.compose_mapping_node(anchor)
  20. File "/home/urbanslug/git/ircbot/pyfibot/lib/python2.7/site-packages/PyYAML-3.10-py2.7-linux-x86_64.egg/yaml/composer.py", line 133, in compose_mapping_node
  21. item_value = self.compose_node(node, item_key)
  22. File "/home/urbanslug/git/ircbot/pyfibot/lib/python2.7/site-packages/PyYAML-3.10-py2.7-linux-x86_64.egg/yaml/composer.py", line 84, in compose_node
  23. node = self.compose_mapping_node(anchor)
  24. File "/home/urbanslug/git/ircbot/pyfibot/lib/python2.7/site-packages/PyYAML-3.10-py2.7-linux-x86_64.egg/yaml/composer.py", line 133, in compose_mapping_node
  25. item_value = self.compose_node(node, item_key)
  26. File "/home/urbanslug/git/ircbot/pyfibot/lib/python2.7/site-packages/PyYAML-3.10-py2.7-linux-x86_64.egg/yaml/composer.py", line 82, in compose_node
  27. node = self.compose_sequence_node(anchor)
  28. File "/home/urbanslug/git/ircbot/pyfibot/lib/python2.7/site-packages/PyYAML-3.10-py2.7-linux-x86_64.egg/yaml/composer.py", line 110, in compose_sequence_node
  29. while not self.check_event(SequenceEndEvent):
  30. File "/home/urbanslug/git/ircbot/pyfibot/lib/python2.7/site-packages/PyYAML-3.10-py2.7-linux-x86_64.egg/yaml/parser.py", line 98, in check_event
  31. self.current_event = self.state()
  32. File "/home/urbanslug/git/ircbot/pyfibot/lib/python2.7/site-packages/PyYAML-3.10-py2.7-linux-x86_64.egg/yaml/parser.py", line 393, in parse_block_sequence_entry
  33. "expected <block end>, but found %r" % token.id, token.start_mark)
  34. yaml.parser.ParserError: while parsing a block collection
  35. in "config.yml", line 11, column 7
  36. expected <block end>, but found '?'
  37. in "config.yml", line 12, column 7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement