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