Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. PYTHON ERRORS:
  2. Traceback info:
  3. File "/shared/billing-labs-shared-utils/spikeelabs_shared_mb/services/consumer.py", line 79, in consume
  4. self._channel.start_consuming(to_tuple=True)
  5.  
  6. Error Info:
  7. (1062, "Duplicate entry 'name' for key 'name_UNIQUE'")
  8. Exception in thread Thread-49 (most likely raised during interpreter shutdown):
  9. Traceback (most recent call last):
  10. File "/usr/local/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  11. File "/usr/local/lib/python2.7/threading.py", line 1073, in run
  12. File "/usr/local/lib/python2.7/site-packages/amqpstorm/heartbeat.py", line 83, in _check_for_life_signs
  13. File "/usr/local/lib/python2.7/site-packages/amqpstorm/channel0.py", line 72, in send_heartbeat
  14. <type 'exceptions.TypeError'>: 'NoneType' object is not callable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement