Guest User

Untitled

a guest
Dec 16th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. Consumer: processing request e0714b2f-37b9-41d0-8aae-e39e0ad187c0
  2. ['\x00\n\x00\x0b', '\x00\x00\x00,', '\x07', 'product', 'S\x00\x00\x00\x1f', 'Pika Python AMQP Client Library', '\x05', 'PLAIN', '\x00\x00\x00\x0c', '\x00guest\x00guest', '\x05', 'en_US']
  3. ['\x00\n\x00\x1f', '\x00\x00', '\x00\x02\x00\x00', '\x00\x00']
  4. ['\x00\n\x00(', '\x01', '/', '\x00', '', '\x01']
  5. ['\x00\x14\x00\n', '\x00', '']
  6. '{"callback": "test", "call_args": [25], "type": "QuantumTask", "id": "e0714b2f-37b9-41d0-8aae-e39e0ad187c0", "response": 75025}'
  7. ['\x00<\x00(', '\x00\x00', '\x00', '', '\x06', 'quanta', '\x00']
  8. ['\x00<\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7f', '\x04\x00', '$', u'e0714b2f-37b9-41d0-8aae-e39e0ad187c0']
  9. ['{"callback": "test", "call_args": [25], "type": "QuantumTask", "id": "e0714b2f-37b9-41d0-8aae-e39e0ad187c0", "response": 75025}']
  10. ['\x00<\x00P', '\x00\x00\x00\x00\x00\x00\x00\x02', '\x00']
  11. ['\x002\x00\n', '\x00\x00', '\x06', 'quanta', '\x02', '\x00\x00\x00\x00']
  12. Consumer: processing request 8546973b-84e8-4ace-89ac-4e599e71f5de
  13. '{"callback": "test", "call_args": [26], "type": "QuantumTask", "id": "8546973b-84e8-4ace-89ac-4e599e71f5de", "response": 121393}'
  14. ['\x00<\x00(', '\x00\x00', '\x00', '', '\x06', 'quanta', '\x00']
  15. ['\x00<\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80', '\x04\x00', '$', u'8546973b-84e8-4ace-89ac-4e599e71f5de']
  16. Exception in thread Thread-3:
  17. Traceback (most recent call last):
  18. File "/home/gustavo/tools/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  19. self.run()
  20. File "/home/gustavo/Aptana Studio 3 Workspace/Jaspy/jasper/quantum/consumer.py", line 76, in run
  21. body = response.decode('utf-8')
  22. File "/home/gustavo/Aptana Studio 3 Workspace/Jaspy/pika/adapters/blocking_connection.py", line 285, in basic_publish
  23. (properties, body), False)
  24. File "/home/gustavo/Aptana Studio 3 Workspace/Jaspy/pika/adapters/blocking_connection.py", line 241, in send_method
  25. self.connection._send_method(self.channel_number, method, content)
  26. File "/home/gustavo/Aptana Studio 3 Workspace/Jaspy/pika/connection.py", line 670, in _send_method
  27. self._send_frame(pika.frame.Header(channel_number, length, props))
  28. File "/home/gustavo/Aptana Studio 3 Workspace/Jaspy/pika/connection.py", line 630, in _send_frame
  29. marshalled_frame = frame.marshal()
  30. File "/home/gustavo/Aptana Studio 3 Workspace/Jaspy/pika/frame.py", line 95, in marshal
  31. return self._marshal(pieces)
  32. File "/home/gustavo/Aptana Studio 3 Workspace/Jaspy/pika/frame.py", line 37, in _marshal
  33. payload = str(''.join(pieces))
  34. UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 11: ordinal not in range(128)
Add Comment
Please, Sign In to add comment