Advertisement
Guest User

Untitled

a guest
Jul 1st, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.96 KB | None | 0 0
  1. sanky@kuriputo:~$ python3 mcbot_new.py Sankina nope. 95.150.23.89
  2. mcbot_new.py:1219: SyntaxWarning: name 'verbose' is used prior to global declaration
  3.   global verbose
  4. Got bad login, trying offline mode.
  5. Sent: 0x02 Handshake: username: Sankina
  6. Recv: 0x02 Handshake: connection hash: -
  7. Sent: 0x01 Login Request: version: 5; username: Sankina; server pass:
  8. Recv: 0x01 Login Response: 0, '', ''; map seed: 971768181197178410, dimension: 0
  9. Recv: 0x06 Spawn Position: 8,8,32
  10. Recv: 0x05 Inventory: Main Inventory (should have 36 slots; server claims 36):
  11. [None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None]
  12. Recv: 0x05 Inventory: Equipped Armour (should have 4 slots; server claims 4):
  13. [None, None, None, None]
  14. Recv: 0x05 Inventory: Crafting Slots (should have 4 slots; server claims 4):
  15. [None, None, None, None]
  16. Sent: 0x0D Player Position & Look: Position: 8.000000,32.000000,8.000000; Stance: 0.000000; Yaw: 0.000000; Pitch: 0.000000; OnGround: True
  17. Recv: 0x0D Player Position & Look: Position: 8.000000,32.000000,8.000000; Stance: 0.000000; Yaw: 0.000000; Pitch: 0.000000; OnGround: True
  18. Recv: 0x03 Chat Message: Welcome to NekoCraft Server Alpha 0.0001
  19. Recv: 0x03 Chat Message: Enjoy your stay in the void
  20. Checking mapcraft for updates. 1290879656.63 1290879656.84
  21. CMapcraft not updated, will check again in: 12881.756418
  22. ^CEnter message: Hello, this is my bot speaking
  23. Sent: 0x03 Chat Message: message: Hello, this is my bot speaking
  24. Recv: 0x03 Chat Message: nekosune : hi
  25. Recv: 0x03 Chat Message: Sankina : Hello, this is my bot speaking
  26. Recv: 0x03 Chat Message: nekosune : oooh so the chat works properly
  27. ^CEnter message: Try ~countTo <number>
  28. Sent: 0x03 Chat Message: message: Try ~countTo <number>
  29. Recv: 0x03 Chat Message: Sankina : Try ~countTo <number>
  30. Traceback (most recent call last):
  31.   File "mcbot_new.py", line 1255, in <module>
  32.     p.connect()
  33.   File "mcbot_new.py", line 307, in connect
  34.     do_more = self.process_packet()
  35.   File "mcbot_new.py", line 356, in process_packet
  36.     self.process_packet_data(packet_id, reader)
  37.   File "mcbot_new.py", line 375, in process_packet_data
  38.     self.read_chat_message(reader)
  39.   File "mcbot_new.py", line 487, in read_chat_message
  40.     self.parse_chat(message)
  41.   File "mcbot_new.py", line 975, in parse_chat
  42.     if message[0] == 'ยง':
  43. IndexError: string index out of range
  44. sanky@kuriputo:~$ python3 mcbot_new.py Sankina nope. 95.150.23.89
  45. mcbot_new.py:1219: SyntaxWarning: name 'verbose' is used prior to global declaration
  46.   global verbose
  47. Got bad login, trying offline mode.
  48. Sent: 0x02 Handshake: username: Sankina
  49. Traceback (most recent call last):
  50.   File "mcbot_new.py", line 1255, in <module>
  51.     p.connect()
  52.   File "mcbot_new.py", line 282, in connect
  53.     try:    packet = self.socket.recv(128)
  54. socket.error: [Errno 104] Connection reset by peer
  55. sanky@kuriputo:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement