Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Feb 9th, 2010 | Syntax: None | Size: 0.57 KB | Hits: 35 | Expires: Never
Copy text to clipboard
  1. Traceback (most recent call last):
  2.   File "C:\Users\Fredrik\Downloads\PythonBot\RollBot.py", line 15, in <module>
  3.     event = bot.waitForEvent()
  4.   File "C:\Users\Fredrik\Downloads\PythonBot\SubspaceBot.py", line 430, in waitForEvent
  5.     self.__handleLargePositionUpdatePacket(event.packet)
  6.   File "C:\Users\Fredrik\Downloads\PythonBot\SubspaceBot.py", line 378, in __handleLargePositionUpdatePacket
  7.     type, rotation, timestamp, x_pos, y_vel, pid, x_vel, checksum, status, latency, y_pos = struct.unpack_from("<BBHHHHHBBBH")
  8. TypeError: Required argument 'buffer' (pos 1) not found