Advertisement
Guest User

Untitled

a guest
Oct 19th, 2014
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. [UNHANDLED CORE EXCEPTION!]
  2. Traceback (most recent call last):
  3. File "./game/protocols/base.py", line 593, in handle
  4. OPHANDLERS[packetType](self, player, packet)
  5. File "./game/protocols/base.py", line 943, in handleRotateItem
  6. clientId = packet.uint16()
  7. File "game/packet.py", line 30, in uint16
  8. return unpack("<H", self.data[self.pos-2:self.pos])[0]
  9. struct.error: unpack requires a bytes object of length 2
  10. ==============================
  11.  
  12. Connection lost from ('127.0.0.1', 37295)
  13. ('Lost connection on, ', <game.position.Position object at 0x7f4636278f30>)
  14. Connection made from ('127.0.0.1', 37298)
  15. Client protocol version 981
  16. TypeError not enough arguments for format string from query: UPDATE `players` SET `lastlogin` = %s, `online` = 1 WHERE `id` = %s
  17.  
  18.  
  19. [UNHANDLED CORE EXCEPTION!]
  20. Traceback (most recent call last):
  21. File "./game/protocols/base.py", line 593, in handle
  22. OPHANDLERS[packetType](self, player, packet)
  23. File "./game/protocols/base.py", line 1019, in handleUseWith
  24. clientId = packet.uint16() # Junk I tell you :p
  25. File "game/packet.py", line 30, in uint16
  26. return unpack("<H", self.data[self.pos-2:self.pos])[0]
  27. struct.error: unpack requires a bytes object of length 2
  28. ==============================
  29.  
  30. Connection lost from ('127.0.0.1', 37298)
  31. ('Lost connection on, ', <game.position.Position object at 0x7f4636278f30>)
  32. Connection made from ('127.0.0.1', 37301)
  33. Client protocol version 981
  34. TypeError not enough arguments for format string from query: UPDATE `players` SET `lastlogin` = %s, `online` = 1 WHERE `id` = %s
  35.  
  36.  
  37. [UNHANDLED CORE EXCEPTION!]
  38. Traceback (most recent call last):
  39. File "./game/protocols/base.py", line 593, in handle
  40. OPHANDLERS[packetType](self, player, packet)
  41. File "./game/protocols/base.py", line 1433, in handleInviteToParty
  42. creature = getCreatureByCreatureId(packet.uint32())
  43. NameError: name 'getCreatureByCreatureId' is not defined
  44. ==============================
  45.  
  46.  
  47.  
  48. [UNHANDLED CORE EXCEPTION!]
  49. Traceback (most recent call last):
  50. File "./game/protocols/base.py", line 593, in handle
  51. OPHANDLERS[packetType](self, player, packet)
  52. File "./game/protocols/base.py", line 1132, in handleUpdateContainer
  53. player.openContainer(player.openContainers[openId], parent=parent, update=True)
  54. KeyError: 28
  55. ==============================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement