Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/local/bin/adventurer", line 9, in <module>
  3. load_entry_point('Adventurer==0.1', 'console_scripts', 'adventurer')()
  4. File "/home/lexenp/workspace/tripplanner/services/Adventurer/adventurer/script.py", line 5, in main
  5. adventurer.run()
  6. File "/home/lexenp/workspace/tripplanner/services/Adventurer/adventurer/service.py", line 20, in run
  7. connection.ioloop.start()
  8. File "/usr/local/lib/python2.7/dist-packages/pika-0.9.5-py2.7.egg/pika/adapters/select_connection.py", line 124, in start
  9. self.poller.start()
  10. File "/usr/local/lib/python2.7/dist-packages/pika-0.9.5-py2.7.egg/pika/adapters/select_connection.py", line 374, in start
  11. self.poll()
  12. File "/usr/local/lib/python2.7/dist-packages/pika-0.9.5-py2.7.egg/pika/adapters/select_connection.py", line 388, in poll
  13. self._handler(events[0][0], events[0][1])
  14. File "/usr/local/lib/python2.7/dist-packages/pika-0.9.5-py2.7.egg/pika/adapters/base_connection.py", line 134, in _handle_events
  15. self._handle_read()
  16. File "/usr/local/lib/python2.7/dist-packages/pika-0.9.5-py2.7.egg/pika/adapters/base_connection.py", line 162, in _handle_read
  17. self._on_data_available(data)
  18. File "/usr/local/lib/python2.7/dist-packages/pika-0.9.5-py2.7.egg/pika/connection.py", line 599, in _on_data_available
  19. self._channels[frame.channel_number].transport.deliver(frame)
  20. File "/usr/local/lib/python2.7/dist-packages/pika-0.9.5-py2.7.egg/pika/channel.py", line 64, in deliver
  21. self.frame_dispatcher.process(frame)
  22. File "/usr/local/lib/python2.7/dist-packages/pika-0.9.5-py2.7.egg/pika/frame.py", line 202, in process
  23. self._handler(frame)
  24. File "/usr/local/lib/python2.7/dist-packages/pika-0.9.5-py2.7.egg/pika/frame.py", line 260, in handler
  25. finish()
  26. File "/usr/local/lib/python2.7/dist-packages/pika-0.9.5-py2.7.egg/pika/frame.py", line 289, in finish
  27. ''.join(body_fragments)) # Arg 3
  28. File "/usr/local/lib/python2.7/dist-packages/pika-0.9.5-py2.7.egg/pika/callback.py", line 124, in process
  29. callback(*args, **keywords)
  30. File "/usr/local/lib/python2.7/dist-packages/pika-0.9.5-py2.7.egg/pika/channel.py", line 420, in _on_basic_deliver
  31. body)
  32. File "/home/lexenp/workspace/tripplanner/services/Adventurer/adventurer/service.py", line 38, in process_registration
  33. self.app_instance.register(json.loads(data))
  34. File "/home/lexenp/workspace/tripplanner/services/Adventurer/adventurer/application.py", line 12, in register
  35. new_registration.store()
  36. File "/usr/local/lib/python2.7/dist-packages/riak-1.2.1-py2.7.egg/riak/riak_object.py", line 269, in store
  37. Result = t.put(self, w, dw, return_body)
  38. File "/usr/local/lib/python2.7/dist-packages/riak-1.2.1-py2.7.egg/riak/transports/http.py", line 118, in put
  39. response = self.http_request('PUT', host, port, url, headers, content)
  40. File "/usr/local/lib/python2.7/dist-packages/riak-1.2.1-py2.7.egg/riak/transports/http.py", line 339, in http_request
  41. return self.pycurl_request(method, host, port, url, headers, obj)
  42. File "/usr/local/lib/python2.7/dist-packages/riak-1.2.1-py2.7.egg/riak/transports/http.py", line 376, in pycurl_request
  43. client.setopt(pycurl.URL, url)
  44. TypeError: invalid arguments to setopt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement