Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/private/home/aszlam/fairinternal/minecraft/python/craftassist/craftassist_agent.py", line 123, in start
  3. self.dialogue_step()
  4. File "/private/home/aszlam/fairinternal/minecraft/python/craftassist/craftassist_agent.py", line 226, in dialogue_step
  5. self.dialogue_manager.step(incoming_chats[0])
  6. File "/private/home/aszlam/fairinternal/minecraft/python/craftassist/dialogue_manager.py", line 78, in step
  7. self.dialogue_stack.step(chat)
  8. File "/private/home/aszlam/fairinternal/minecraft/python/craftassist/dialogue_stack.py", line 40, in step
  9. output_chat, step_data = self.stack[-1].step(input_chat)
  10. File "/private/home/aszlam/fairinternal/minecraft/python/craftassist/interpreter.py", line 86, in step
  11. self.interpret(speaker, action_dict)
  12. File "/private/home/aszlam/fairinternal/minecraft/python/craftassist/interpreter.py", line 99, in interpret
  13. response = self.handle_intents[action](speaker, action_dict[action])
  14. File "/private/home/aszlam/fairinternal/minecraft/python/craftassist/interpreter.py", line 349, in handle_destroy
  15. objs = interpret_object(self, speaker, d["action_reference_object"])
  16. File "/private/home/aszlam/fairinternal/minecraft/python/craftassist/interpreter_helper.py", line 110, in interpret_object
  17. r = filter_by_sublocation(interpreter, speaker, candidates, location, limit=limit)
  18. File "/private/home/aszlam/fairinternal/minecraft/python/craftassist/interpreter_helper.py", line 372, in filter_by_sublocation
  19. return object_looked_at(interpreter.agent, candidates, player, limit=limit)
  20. File "/private/home/aszlam/fairinternal/minecraft/python/craftassist/util.py", line 116, in object_looked_at
  21. xsect = tuple(capped_line_of_sight(agent, player, 25))
  22. File "/private/home/aszlam/fairinternal/minecraft/python/craftassist/util.py", line 139, in capped_line_of_sight
  23. xsect = agent.get_player_line_of_sight(player)
  24. TypeError: get_player_line_of_sight(): incompatible function arguments. The following argument types are supported:
  25. 1. (self: agent.Agent, arg0: int) -> Optional[BlockPos]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement