Advertisement
Guest User

Untitled

a guest
Oct 12th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. I get the following error trying to add af7f875b2929c10aa9110f4faae5d83299a07a56 as a trusted notary:
  2.  
  3. 2014-10-12 21:47:36,337 - tornado.application - ERROR - Uncaught exception in /ws
  4. Traceback (most recent call last):
  5. File "/home/pigeons/OpenBazaar/env/local/lib/python2.7/site-packages/tornado/websocket.py", line 369, in _run_callback
  6. callback(*args, **kwargs)
  7. File "/home/pigeons/OpenBazaar/node/ws.py", line 1144, in on_message
  8. if self.app_handler.handle_request(self, request):
  9. File "/home/pigeons/OpenBazaar/node/ws.py", line 1056, in handle_request
  10. self._handlers[command](socket_handler, params)
  11. File "/home/pigeons/OpenBazaar/node/ws.py", line 210, in client_add_trusted_notary
  12. self.market.add_trusted_notary(msg.get('guid'), msg.get('nickname'))
  13. File "/home/pigeons/OpenBazaar/node/market.py", line 245, in add_trusted_notary
  14. notaries = json.loads(notaries)
  15. File "/usr/lib/python2.7/json/__init__.py", line 338, in loads
  16. return _default_decoder.decode(s)
  17. File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
  18. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  19. File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
  20. obj, end = self.scan_once(s, idx)
  21. ValueError: Expecting property name enclosed in double quotes: line 1 column 3 (char 2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement