Advertisement
Guest User

Error from earth

a guest
Mar 22nd, 2013
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 4.20 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/usr/local/lib/python2.7/dist-packages/pyzmq-2.2.0.1-py2.7-linux-i686.egg/zmq/eventloop/zmqstream.py", line 414, in _run_callback
  3.     callback(*args, **kwargs)
  4.   File "earth.py", line 54, in handleHeartBeat
  5.     beat.ParseFromString(message)
  6.   File "/usr/local/lib/python2.7/dist-packages/protobuf-2.4.1-py2.7.egg/google/protobuf/message.py", line 179, in ParseFromString
  7.     self.MergeFromString(serialized)
  8.   File "/usr/local/lib/python2.7/dist-packages/protobuf-2.4.1-py2.7.egg/google/protobuf/internal/python_message.py", line 755, in MergeFromString
  9.     if self._InternalParse(serialized, 0, length) != length:
  10.   File "/usr/local/lib/python2.7/dist-packages/protobuf-2.4.1-py2.7.egg/google/protobuf/internal/python_message.py", line 774, in InternalParse
  11.     (tag_bytes, new_pos) = local_ReadTag(buffer, pos)
  12.   File "/usr/local/lib/python2.7/dist-packages/protobuf-2.4.1-py2.7.egg/google/protobuf/internal/decoder.py", line 172, in ReadTag
  13.     while ord(buffer[pos]) & 0x80:
  14. TypeError: ord() expected a character, but string of length 2 found
  15. ERROR:root:Uncaught exception, closing connection.
  16. Traceback (most recent call last):
  17.   File "/usr/local/lib/python2.7/dist-packages/pyzmq-2.2.0.1-py2.7-linux-i686.egg/zmq/eventloop/zmqstream.py", line 440, in _handle_events
  18.     self._handle_recv()
  19.   File "/usr/local/lib/python2.7/dist-packages/pyzmq-2.2.0.1-py2.7-linux-i686.egg/zmq/eventloop/zmqstream.py", line 472, in _handle_recv
  20.     self._run_callback(callback, msg)
  21.   File "/usr/local/lib/python2.7/dist-packages/pyzmq-2.2.0.1-py2.7-linux-i686.egg/zmq/eventloop/zmqstream.py", line 414, in _run_callback
  22.     callback(*args, **kwargs)
  23.   File "earth.py", line 54, in handleHeartBeat
  24.     beat.ParseFromString(message)
  25.   File "/usr/local/lib/python2.7/dist-packages/protobuf-2.4.1-py2.7.egg/google/protobuf/message.py", line 179, in ParseFromString
  26.     self.MergeFromString(serialized)
  27.   File "/usr/local/lib/python2.7/dist-packages/protobuf-2.4.1-py2.7.egg/google/protobuf/internal/python_message.py", line 755, in MergeFromString
  28.     if self._InternalParse(serialized, 0, length) != length:
  29.   File "/usr/local/lib/python2.7/dist-packages/protobuf-2.4.1-py2.7.egg/google/protobuf/internal/python_message.py", line 774, in InternalParse
  30.     (tag_bytes, new_pos) = local_ReadTag(buffer, pos)
  31.   File "/usr/local/lib/python2.7/dist-packages/protobuf-2.4.1-py2.7.egg/google/protobuf/internal/decoder.py", line 172, in ReadTag
  32.     while ord(buffer[pos]) & 0x80:
  33. TypeError: ord() expected a character, but string of length 2 found
  34. ERROR:root:Exception in I/O handler for fd <zmq.core.socket.Socket object at 0x923320c>
  35. Traceback (most recent call last):
  36.   File "/usr/local/lib/python2.7/dist-packages/pyzmq-2.2.0.1-py2.7-linux-i686.egg/zmq/eventloop/ioloop.py", line 346, in start
  37.     self._handlers[fd](fd, events)
  38.   File "/usr/local/lib/python2.7/dist-packages/pyzmq-2.2.0.1-py2.7-linux-i686.egg/zmq/eventloop/zmqstream.py", line 440, in _handle_events
  39.     self._handle_recv()
  40.   File "/usr/local/lib/python2.7/dist-packages/pyzmq-2.2.0.1-py2.7-linux-i686.egg/zmq/eventloop/zmqstream.py", line 472, in _handle_recv
  41.     self._run_callback(callback, msg)
  42.   File "/usr/local/lib/python2.7/dist-packages/pyzmq-2.2.0.1-py2.7-linux-i686.egg/zmq/eventloop/zmqstream.py", line 414, in _run_callback
  43.     callback(*args, **kwargs)
  44.   File "earth.py", line 54, in handleHeartBeat
  45.     beat.ParseFromString(message)
  46.   File "/usr/local/lib/python2.7/dist-packages/protobuf-2.4.1-py2.7.egg/google/protobuf/message.py", line 179, in ParseFromString
  47.     self.MergeFromString(serialized)
  48.   File "/usr/local/lib/python2.7/dist-packages/protobuf-2.4.1-py2.7.egg/google/protobuf/internal/python_message.py", line 755, in MergeFromString
  49.     if self._InternalParse(serialized, 0, length) != length:
  50.   File "/usr/local/lib/python2.7/dist-packages/protobuf-2.4.1-py2.7.egg/google/protobuf/internal/python_message.py", line 774, in InternalParse
  51.     (tag_bytes, new_pos) = local_ReadTag(buffer, pos)
  52.   File "/usr/local/lib/python2.7/dist-packages/protobuf-2.4.1-py2.7.egg/google/protobuf/internal/decoder.py", line 172, in ReadTag
  53.     while ord(buffer[pos]) & 0x80:
  54. TypeError: ord() expected a character, but string of length 2 found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement