Advertisement
Guest User

OpenBazaar remove contract

a guest
Sep 4th, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.82 KB | None | 0 0
  1. 2014-09-05 10:13:58,045 - [1] ProtocolHandler - INFO - (I) ws.ProtocolHandler.handle_request of: remove_contract
  2. 2014-09-05 10:13:58,047 - [1] ProtocolHandler - DEBUG - found a handler!
  3. 2014-09-05 10:13:58,048 - [1] ProtocolHandler - INFO - Remove contract: {u'contract_id': 297841}
  4. 2014-09-05 10:13:58,048 - [1] Market - INFO - Removing contract: {u'contract_id': 297841}
  5. 2014-09-05 10:13:58,048 - tornado.application - ERROR - Uncaught exception in /ws
  6. Traceback (most recent call last):
  7. File "/usr/local/lib/python2.7/dist-packages/tornado/websocket.py", line 369, in _run_callback
  8. callback(*args, **kwargs)
  9. File "/home/adam/OpenBazaar/node/ws.py", line 985, in on_message
  10. if self._app_handler.handle_request(self, request):
  11. File "/home/adam/OpenBazaar/node/ws.py", line 901, in handle_request
  12. self._handlers[command](socket_handler, params)
  13. File "/home/adam/OpenBazaar/node/ws.py", line 364, in client_remove_contract
  14. self._market.remove_contract(msg)
  15. File "/home/adam/OpenBazaar/node/market.py", line 343, in remove_contract
  16. self.remove_from_keyword_indexes(msg['contract_id'])
  17. File "/home/adam/OpenBazaar/node/market.py", line 349, in remove_from_keyword_indexes
  18. contract = self._db.selectEntries("contracts", "id = '%s'" % contract_id.replace("'", "''"))[0]
  19. AttributeError: 'int' object has no attribute 'replace'
  20. 2014-09-05 10:13:58,048 - WebSocketHandler - INFO - Websocket closed
  21. 2014-09-05 10:13:58,048 - [1] ProtocolHandler - INFO - (I) ws.ProtocolHandler.handle_request of: disconnect_client
  22. 2014-09-05 10:13:58,056 - tornado.access - INFO - 304 GET /html/index.html (127.0.0.1) 0.50ms
  23. 2014-09-05 10:13:58,118 - tornado.access - INFO - 304 GET /html/vendors/angular.min.js (127.0.0.1) 0.74ms
  24. 2014-09-05 10:13:58,125 - tornado.access - INFO - 304 GET /html/bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js (127.0.0.1) 0.66ms
  25. 2014-09-05 10:13:58,126 - tornado.access - INFO - 304 GET /html/bower_components/angular-route/angular-route.min.js (127.0.0.1) 0.42ms
  26. 2014-09-05 10:13:58,127 - tornado.access - INFO - 304 GET /html/vendors/identicon.js (127.0.0.1) 0.33ms
  27. 2014-09-05 10:13:58,128 - tornado.access - INFO - 304 GET /html/vendors/jquery.min.js (127.0.0.1) 0.52ms
  28. 2014-09-05 10:13:58,129 - tornado.access - INFO - 304 GET /html/vendors/bootstrap.min.js (127.0.0.1) 0.34ms
  29. 2014-09-05 10:13:58,131 - tornado.access - INFO - 304 GET /html/bower_components/jasny-bootstrap/dist/js/jasny-bootstrap.min.js (127.0.0.1) 0.45ms
  30. 2014-09-05 10:13:58,132 - tornado.access - INFO - 304 GET /html/services/connection.js (127.0.0.1) 0.33ms
  31. 2014-09-05 10:13:58,133 - tornado.access - INFO - 304 GET /html/vendors/notifier.js (127.0.0.1) 0.39ms
  32. 2014-09-05 10:13:58,133 - tornado.access - INFO - 304 GET /html/app.js (127.0.0.1) 0.32ms
  33. 2014-09-05 10:13:58,143 - tornado.access - INFO - 304 GET /html/controllers/contracts.js (127.0.0.1) 0.51ms
  34. 2014-09-05 10:13:58,143 - tornado.access - INFO - 304 GET /html/controllers/search.js (127.0.0.1) 0.34ms
  35. 2014-09-05 10:13:58,145 - tornado.access - INFO - 304 GET /html/vendors/pnglib.js (127.0.0.1) 0.48ms
  36. 2014-09-05 10:13:58,150 - tornado.access - INFO - 304 GET /html/controllers/messages.js (127.0.0.1) 0.70ms
  37. 2014-09-05 10:13:58,151 - tornado.access - INFO - 304 GET /html/controllers/orders.js (127.0.0.1) 0.37ms
  38. 2014-09-05 10:13:58,152 - tornado.access - INFO - 304 GET /html/controllers/user.js (127.0.0.1) 0.36ms
  39. 2014-09-05 10:13:58,152 - tornado.access - INFO - 304 GET /html/css/bootstrap.min.css (127.0.0.1) 0.50ms
  40. 2014-09-05 10:13:58,153 - tornado.access - INFO - 304 GET /html/controllers/market.js (127.0.0.1) 0.37ms
  41. 2014-09-05 10:13:58,162 - tornado.access - INFO - 304 GET /html/css/animate.css (127.0.0.1) 0.68ms
  42. 2014-09-05 10:13:58,163 - tornado.access - INFO - 304 GET /html/bower_components/jasny-bootstrap/dist/css/jasny-bootstrap.min.css (127.0.0.1) 0.35ms
  43. 2014-09-05 10:13:58,164 - tornado.access - INFO - 304 GET /html/css/app.css (127.0.0.1) 0.35ms
  44. 2014-09-05 10:13:58,165 - tornado.access - INFO - 304 GET /html/css/messaging.css (127.0.0.1) 1.00ms
  45. 2014-09-05 10:13:58,170 - tornado.access - INFO - 304 GET /html/controllers/settings.js (127.0.0.1) 0.59ms
  46. 2014-09-05 10:13:58,171 - tornado.access - INFO - 304 GET /html/css/dark.css (127.0.0.1) 0.35ms
  47. 2014-09-05 10:13:58,263 - tornado.access - INFO - 304 GET /html/img/logo_header.png (127.0.0.1) 0.61ms
  48. 2014-09-05 10:13:58,342 - tornado.access - INFO - 304 GET /html/partials/contracts.html (127.0.0.1) 0.54ms
  49. 2014-09-05 10:13:58,394 - WebSocketHandler - INFO - Initialize websockethandler
  50. 2014-09-05 10:13:58,394 - WebSocketHandler - INFO - Websocket open
  51. 2014-09-05 10:13:58,394 - [1] ProtocolHandler - DEBUG - get peer { guid: fe027b56aa499ba922e953d40fe73cbbd34146ec, ip: 178.194.66.87, port: 12345, pubkey: 041b8edc427a9c0c1a96accd3350ab186b96f676f4387e45241fa32cb6ceb341f27485d762c2787ed91922623e75f4f872457eec4e551811471df22d35073e9146 }
  52. 2014-09-05 10:13:58,394 - [1] ProtocolHandler - INFO - Peer Nick { guid: fe027b56aa499ba922e953d40fe73cbbd34146ec, ip: 178.194.66.87, port: 12345, pubkey: 041b8edc427a9c0c1a96accd3350ab186b96f676f4387e45241fa32cb6ceb341f27485d762c2787ed91922623e75f4f872457eec4e551811471df22d35073e9146 }
  53. 2014-09-05 10:13:58,394 - [1] ProtocolHandler - DEBUG - get peer { guid: feb44753fbfd2f3c98ba5cca640735016a6edbda, ip: 24.154.109.123, port: 12345, pubkey: 0487aaad9913d73bd57d299a16e91bc5b4361871adbf4d5f6e569fdae96ccb3939e5e4fda9c2b759d666cf692193797ff39e8a9f499967fe7cdac379c2bb0896e8 }
  54. 2014-09-05 10:13:58,394 - [1] ProtocolHandler - INFO - Peer Nick { guid: feb44753fbfd2f3c98ba5cca640735016a6edbda, ip: 24.154.109.123, port: 12345, pubkey: 0487aaad9913d73bd57d299a16e91bc5b4361871adbf4d5f6e569fdae96ccb3939e5e4fda9c2b759d666cf692193797ff39e8a9f499967fe7cdac379c2bb0896e8 }
  55. 2014-09-05 10:13:58,395 - [1] ProtocolHandler - DEBUG - get peer { guid: f703dd9e1efae617fc905f1f267a720d77930f98, ip: seed2.openbazaar.org, port: 12345, pubkey: 04e504778536438e3883a2f8f64fd4c08036607a7bb8dbe210f8d0e2ea2597607640245062ae52c51808ebf7b57eb52d6bbe928045c6d9919d531afcbf23051b32 }
  56. 2014-09-05 10:13:58,395 - [1] ProtocolHandler - INFO - Peer Nick { guid: f703dd9e1efae617fc905f1f267a720d77930f98, ip: seed2.openbazaar.org, port: 12345, pubkey: 04e504778536438e3883a2f8f64fd4c08036607a7bb8dbe210f8d0e2ea2597607640245062ae52c51808ebf7b57eb52d6bbe928045c6d9919d531afcbf23051b32 }
  57. 2014-09-05 10:13:58,395 - [1] ProtocolHandler - DEBUG - get peer { guid: e351e8182d36abb1c5e4531acf588624bd5dda8c, ip: 70.113.210.63, port: 12345, pubkey: 047fd3200c7c7dd7046172b1ec83ec4c99f0901348891febc2c1ae1b7827f0ee851ccc45ce3e01a92c8f725d9baeaa95f48a8c1df06e43e37f497cfd6c9f4327b6 }
  58. 2014-09-05 10:13:58,395 - [1] ProtocolHandler - INFO - Peer Nick { guid: e351e8182d36abb1c5e4531acf588624bd5dda8c, ip: 70.113.210.63, port: 12345, pubkey: 047fd3200c7c7dd7046172b1ec83ec4c99f0901348891febc2c1ae1b7827f0ee851ccc45ce3e01a92c8f725d9baeaa95f48a8c1df06e43e37f497cfd6c9f4327b6 }
  59. 2014-09-05 10:13:58,395 - [1] ProtocolHandler - DEBUG - get peer { guid: c1ba560fb7bb8a59c8f78f7ac9b32585a03eab9e, ip: 185.14.184.205, port: 12345, pubkey: 041a109ad06f6c52f7b9029170c072ee50f9e6f5a8438e767aacf97de208897d09b39d53fd3ed7db36e8df94cea7151795a1f4b72ec8f5d8076a91cf2b3a87742c }
  60. 2014-09-05 10:13:58,395 - [1] ProtocolHandler - INFO - Peer Nick { guid: c1ba560fb7bb8a59c8f78f7ac9b32585a03eab9e, ip: 185.14.184.205, port: 12345, pubkey: 041a109ad06f6c52f7b9029170c072ee50f9e6f5a8438e767aacf97de208897d09b39d53fd3ed7db36e8df94cea7151795a1f4b72ec8f5d8076a91cf2b3a87742c }
  61. 2014-09-05 10:13:58,395 - [1] ProtocolHandler - DEBUG - get peer { guid: a0c88b66134523f96cb5a38a6e91a7b35b0ca096, ip: 96.32.46.235, port: 12345, pubkey: 04a849645b42b0f22b5a8670d412b356d43322ef45e3b4ae60967ad237f5c2880c0ac14bbebb06358153a3c34120bb2aaee413cb1b87649e2973ea5ffa5f5b0475 }
  62. 2014-09-05 10:13:58,395 - [1] ProtocolHandler - INFO - Peer Nick { guid: a0c88b66134523f96cb5a38a6e91a7b35b0ca096, ip: 96.32.46.235, port: 12345, pubkey: 04a849645b42b0f22b5a8670d412b356d43322ef45e3b4ae60967ad237f5c2880c0ac14bbebb06358153a3c34120bb2aaee413cb1b87649e2973ea5ffa5f5b0475 }
  63. 2014-09-05 10:13:58,395 - [1] ProtocolHandler - DEBUG - get peer { guid: a4906ad263bd2a7ec802e153ced2cfc32c8dd4b3, ip: 86.71.173.101, port: 12345, pubkey: 04e3f16a8d83ef9fd594735cab0264e512f000c868d94d52e69a0b6035b37af144db36a030a0addb868694776feda7c6218a03083692aa3799293d4ce42408ee8b }
  64. 2014-09-05 10:13:58,395 - [1] ProtocolHandler - INFO - Peer Nick { guid: a4906ad263bd2a7ec802e153ced2cfc32c8dd4b3, ip: 86.71.173.101, port: 12345, pubkey: 04e3f16a8d83ef9fd594735cab0264e512f000c868d94d52e69a0b6035b37af144db36a030a0addb868694776feda7c6218a03083692aa3799293d4ce42408ee8b }
  65. 2014-09-05 10:13:58,396 - [1] ProtocolHandler - DEBUG - get peer { guid: 64fd6c368f6f851610bc72dd9dadf9c924df5e85, ip: 174.61.6.58, port: 12345, pubkey: 044db99fb88eda0ae77a27207575637c3d8107b56815fb4689f777a2f4b9a63ca61bbff40eb1126cd70844fb6b4c5187a7ba28cdbe2f3109c41aa056465ac1615f }
  66. 2014-09-05 10:13:58,396 - [1] ProtocolHandler - INFO - Peer Nick { guid: 64fd6c368f6f851610bc72dd9dadf9c924df5e85, ip: 174.61.6.58, port: 12345, pubkey: 044db99fb88eda0ae77a27207575637c3d8107b56815fb4689f777a2f4b9a63ca61bbff40eb1126cd70844fb6b4c5187a7ba28cdbe2f3109c41aa056465ac1615f }
  67. 2014-09-05 10:13:58,396 - [1] ProtocolHandler - DEBUG - get peer { guid: 68be004ca438ed551c48a29e9eb976090a5833b5, ip: 81.64.173.94, port: 12345, pubkey: 0442d51e3590c32a5d295203b63e2118dedb4500dd1ee4cde9f12051e252a622fa658580a09a3a044fe4f545984040091e1ed5a8c7433aa5900a662ea5d7c58424 }
  68. 2014-09-05 10:13:58,396 - [1] ProtocolHandler - INFO - Peer Nick { guid: 68be004ca438ed551c48a29e9eb976090a5833b5, ip: 81.64.173.94, port: 12345, pubkey: 0442d51e3590c32a5d295203b63e2118dedb4500dd1ee4cde9f12051e252a622fa658580a09a3a044fe4f545984040091e1ed5a8c7433aa5900a662ea5d7c58424 }
  69. 2014-09-05 10:13:58,396 - [1] ProtocolHandler - DEBUG - get peer { guid: 68ff72cb0654c8f2c6b80eb46d74cbdb43292ab4, ip: 209.89.34.70, port: 12345, pubkey: 042c35f0a119458c7e6f12a59baea9f45148b0fc456b725d4375a8f9523197f4be2df8f0d5b059b7adf75d6ad3c913775ed2a24c69f16ad07a38f4d9964def1020 }
  70. 2014-09-05 10:13:58,396 - [1] ProtocolHandler - INFO - Peer Nick { guid: 68ff72cb0654c8f2c6b80eb46d74cbdb43292ab4, ip: 209.89.34.70, port: 12345, pubkey: 042c35f0a119458c7e6f12a59baea9f45148b0fc456b725d4375a8f9523197f4be2df8f0d5b059b7adf75d6ad3c913775ed2a24c69f16ad07a38f4d9964def1020 }
  71. 2014-09-05 10:13:58,396 - [1] ProtocolHandler - DEBUG - get peer { guid: 71347b66359bf721c9ee11b3ea12ddb8c266830b, ip: 194.219.39.13, port: 12345, pubkey: 04be76b341da6afcacc64299499889c02e322c4647c669111ffb910f2feadfc90e2e212d87807963c71124c6ae9f3ec1405dbfc9dcd650343957a71e48f217db0d }
  72. 2014-09-05 10:13:58,396 - [1] ProtocolHandler - INFO - Peer Nick { guid: 71347b66359bf721c9ee11b3ea12ddb8c266830b, ip: 194.219.39.13, port: 12345, pubkey: 04be76b341da6afcacc64299499889c02e322c4647c669111ffb910f2feadfc90e2e212d87807963c71124c6ae9f3ec1405dbfc9dcd650343957a71e48f217db0d }
  73. 2014-09-05 10:13:58,396 - [1] ProtocolHandler - DEBUG - get peer { guid: 71f746597e9655b629773d62c03da62cb0660f78, ip: 73.186.188.178, port: 12345, pubkey: 04e3d7e14db2462aa91a51a6b977dc91669315efd52e6878a52f583efd8137d9708565a3e6fe7917ddb30bd7f4d32f7e77efd4bd790cb4679ea35bc067220e17ca }
  74. 2014-09-05 10:13:58,396 - [1] ProtocolHandler - INFO - Peer Nick { guid: 71f746597e9655b629773d62c03da62cb0660f78, ip: 73.186.188.178, port: 12345, pubkey: 04e3d7e14db2462aa91a51a6b977dc91669315efd52e6878a52f583efd8137d9708565a3e6fe7917ddb30bd7f4d32f7e77efd4bd790cb4679ea35bc067220e17ca }
  75. 2014-09-05 10:13:58,396 - [1] ProtocolHandler - DEBUG - get peer { guid: 4bdaf05ac1448e297d85a03661541f12c9084d7a, ip: 91.235.254.37, port: 12345, pubkey: 048ba78cd0a6fd9ef1b059b7cf7d8ff39e7080c31328228be8048b0e2ff7f01bbd8c69a8a803a1e68c01890a659d70d6e5a49091c4666266bb77c413beb8f9a6a2 }
  76. 2014-09-05 10:13:58,397 - [1] ProtocolHandler - INFO - Peer Nick { guid: 4bdaf05ac1448e297d85a03661541f12c9084d7a, ip: 91.235.254.37, port: 12345, pubkey: 048ba78cd0a6fd9ef1b059b7cf7d8ff39e7080c31328228be8048b0e2ff7f01bbd8c69a8a803a1e68c01890a659d70d6e5a49091c4666266bb77c413beb8f9a6a2 }
  77. 2014-09-05 10:13:58,397 - [1] ProtocolHandler - DEBUG - get peer { guid: 4eccdffab78290c3bfd068241e2b6615caf07242, ip: 184.6.45.195, port: 12345, pubkey: 04889e0b24b70e3cca1dbb11e6fc490c49d1d260ff8c789e1dcf55e69ab8b2732e456f1d5030debad2f4ea0e2aa8fcc58cd51b1b653b62ca4de27fac818a3a4e31 }
  78. 2014-09-05 10:13:58,397 - [1] ProtocolHandler - INFO - Peer Nick { guid: 4eccdffab78290c3bfd068241e2b6615caf07242, ip: 184.6.45.195, port: 12345, pubkey: 04889e0b24b70e3cca1dbb11e6fc490c49d1d260ff8c789e1dcf55e69ab8b2732e456f1d5030debad2f4ea0e2aa8fcc58cd51b1b653b62ca4de27fac818a3a4e31 }
  79. 2014-09-05 10:13:58,397 - [1] ProtocolHandler - DEBUG - get peer { guid: 52123e36bcb504dc28b3fcddfde4131f05d2273f, ip: 79.160.221.140, port: 12345, pubkey: 04f005c3e41dbdf39bd749a6c7233cdb3f765b1d90463139ee7893faeb5f592cc59255153df94854fc639935c4ec82b886efab1bc4075335da99f0486348dc6778 }
  80. 2014-09-05 10:13:58,397 - [1] ProtocolHandler - INFO - Peer Nick { guid: 52123e36bcb504dc28b3fcddfde4131f05d2273f, ip: 79.160.221.140, port: 12345, pubkey: 04f005c3e41dbdf39bd749a6c7233cdb3f765b1d90463139ee7893faeb5f592cc59255153df94854fc639935c4ec82b886efab1bc4075335da99f0486348dc6778 }
  81. 2014-09-05 10:13:58,397 - [1] ProtocolHandler - DEBUG - get peer { guid: 53880ca450dea707727869944a8bba8176b2e7bc, ip: 24.241.238.77, port: 12345, pubkey: 0417ddf6b0bdaefd93cd25d717b5b71402803e5513fdbb97b0cfeb36f2e5fd47787e1d64c5383b22d7e35874f05d591d2e96aa53390e65e007596cfe763f1187aa }
  82. 2014-09-05 10:13:58,397 - [1] ProtocolHandler - INFO - Peer Nick { guid: 53880ca450dea707727869944a8bba8176b2e7bc, ip: 24.241.238.77, port: 12345, pubkey: 0417ddf6b0bdaefd93cd25d717b5b71402803e5513fdbb97b0cfeb36f2e5fd47787e1d64c5383b22d7e35874f05d591d2e96aa53390e65e007596cfe763f1187aa }
  83. 2014-09-05 10:13:58,397 - [1] ProtocolHandler - DEBUG - get peer { guid: 574f00f2edde9d5d1f0c3b50548e1e99b4d6e7d5, ip: 73.37.26.11, port: 12345, pubkey: 049182ebf0d6c37e0b43885a5768233008f0594d66c2fa8395ad96a310b821897a695621d3511edaf1a0557b88ec238371cbe408750b0c4b539bdaaf302fd3e99e }
  84. 2014-09-05 10:13:58,397 - [1] ProtocolHandler - INFO - Peer Nick { guid: 574f00f2edde9d5d1f0c3b50548e1e99b4d6e7d5, ip: 73.37.26.11, port: 12345, pubkey: 049182ebf0d6c37e0b43885a5768233008f0594d66c2fa8395ad96a310b821897a695621d3511edaf1a0557b88ec238371cbe408750b0c4b539bdaaf302fd3e99e }
  85. 2014-09-05 10:13:58,397 - [1] ProtocolHandler - DEBUG - get peer { guid: 2bc709709e7d48931cdf086241c83dc16b4bb104, ip: 54.179.186.184, port: 12345, pubkey: 04c47de229c34658532a8ea4add9d719d2eab398e10087e383db249e9f08c03558d298ad6f46b4969b35ae6b59cdc5e779865a1ec1301fddb0ff2332d8dbb76c5f }
  86. 2014-09-05 10:13:58,397 - [1] ProtocolHandler - INFO - Peer Nick { guid: 2bc709709e7d48931cdf086241c83dc16b4bb104, ip: 54.179.186.184, port: 12345, pubkey: 04c47de229c34658532a8ea4add9d719d2eab398e10087e383db249e9f08c03558d298ad6f46b4969b35ae6b59cdc5e779865a1ec1301fddb0ff2332d8dbb76c5f }
  87. 2014-09-05 10:13:58,401 - [1] ProtocolHandler - DEBUG - get peer { guid: 38f2294d84c192e606b234739b5004297ccebf76, ip: 104.131.22.22, port: 12345, pubkey: 046a8988427dd298bee0792c8b5d02debe26b66d5975049dc1695b8c4b24ceffd14d6b256541a2144dbf1ac3ebf3b6ebc884cefdb15d06cf61ae44647f5890bb6d }
  88. 2014-09-05 10:13:58,402 - [1] ProtocolHandler - INFO - Peer Nick { guid: 38f2294d84c192e606b234739b5004297ccebf76, ip: 104.131.22.22, port: 12345, pubkey: 046a8988427dd298bee0792c8b5d02debe26b66d5975049dc1695b8c4b24ceffd14d6b256541a2144dbf1ac3ebf3b6ebc884cefdb15d06cf61ae44647f5890bb6d }
  89. 2014-09-05 10:13:58,402 - [1] ProtocolHandler - DEBUG - get peer { guid: 0d5af37eb8f3080b064950de5a96ef96222896b2, ip: 54.79.1.182, port: 12345, pubkey: 04ae13dea35ae88933c29b2ef8d1fa99814a25b166cadae7e62071a19ed56e14f4ff217826dceb00d51cac99fb5790ec5f8495eac3ca6f16963e13f4bae87344cd }
  90. 2014-09-05 10:13:58,402 - [1] ProtocolHandler - INFO - Peer Nick { guid: 0d5af37eb8f3080b064950de5a96ef96222896b2, ip: 54.79.1.182, port: 12345, pubkey: 04ae13dea35ae88933c29b2ef8d1fa99814a25b166cadae7e62071a19ed56e14f4ff217826dceb00d51cac99fb5790ec5f8495eac3ca6f16963e13f4bae87344cd }
  91. 2014-09-05 10:13:58,402 - [1] ProtocolHandler - DEBUG - get peer { guid: 02380dcceaa8d4505373348c31e7c76e77a8175e, ip: 73.190.98.161, port: 12345, pubkey: 04561967f82537bc6710bbc39f4ea516b682e8b95f07150c6881ab7e39678de25becb0749a7413e8befaea3b52b68f7210f39b87b4c074cf3f5c2c9d705ff4112a }
  92. 2014-09-05 10:13:58,402 - [1] ProtocolHandler - INFO - Peer Nick { guid: 02380dcceaa8d4505373348c31e7c76e77a8175e, ip: 73.190.98.161, port: 12345, pubkey: 04561967f82537bc6710bbc39f4ea516b682e8b95f07150c6881ab7e39678de25becb0749a7413e8befaea3b52b68f7210f39b87b4c074cf3f5c2c9d705ff4112a }
  93. 2014-09-05 10:13:58,404 - [1] ProtocolHandler - DEBUG - get peer { guid: 04388dc8a2f809893d4ba582baea7aeb895533ab, ip: 96.51.215.107, port: 12345, pubkey: 041362761f2063a6241905fafe403196ed50ecadaa28529cbff4867ff30d20285a8c8995a49ae3b8b2014a1236ce05ebde4fb0608ff105522c5cd038ec20f15817 }
  94. 2014-09-05 10:13:58,404 - [1] ProtocolHandler - INFO - Peer Nick { guid: 04388dc8a2f809893d4ba582baea7aeb895533ab, ip: 96.51.215.107, port: 12345, pubkey: 041362761f2063a6241905fafe403196ed50ecadaa28529cbff4867ff30d20285a8c8995a49ae3b8b2014a1236ce05ebde4fb0608ff105522c5cd038ec20f15817 }
  95. 2014-09-05 10:13:58,404 - [1] ProtocolHandler - DEBUG - get peer { guid: 1c2bbb86b80d4858ec4ba4e12f5206a506f438c4, ip: 173.55.252.191, port: 12345, pubkey: 04726292038cc501c4f3f6df456f7cadd6d6011bc809061bef7814df10231bd7f3221ec3c48566e470f983a29152d6c3bbeab2a158a68a00eab0eca33d1d133ac7 }
  96. 2014-09-05 10:13:58,404 - [1] ProtocolHandler - INFO - Peer Nick { guid: 1c2bbb86b80d4858ec4ba4e12f5206a506f438c4, ip: 173.55.252.191, port: 12345, pubkey: 04726292038cc501c4f3f6df456f7cadd6d6011bc809061bef7814df10231bd7f3221ec3c48566e470f983a29152d6c3bbeab2a158a68a00eab0eca33d1d133ac7 }
  97. 2014-09-05 10:13:58,404 - [1] ProtocolHandler - DEBUG - get peer { guid: 1e964d733ba08ae10acd98d886536b64ad0b0f7e, ip: 69.12.85.206, port: 12345, pubkey: 04fc021e92426aac26e730e77e6171df3756f97f48c3c0daebb27763e71a52b24255c5450acf248a83df1f75bd6410f16fbc4851435664619b034f39b5e1989be0 }
  98. 2014-09-05 10:13:58,405 - [1] ProtocolHandler - INFO - Peer Nick { guid: 1e964d733ba08ae10acd98d886536b64ad0b0f7e, ip: 69.12.85.206, port: 12345, pubkey: 04fc021e92426aac26e730e77e6171df3756f97f48c3c0daebb27763e71a52b24255c5450acf248a83df1f75bd6410f16fbc4851435664619b034f39b5e1989be0 }
  99. 2014-09-05 10:13:58,405 - [1] ProtocolHandler - DEBUG - get peer { guid: 8bdf93907861b03c4e89c3f3d62d301245777e14, ip: 124.171.149.77, port: 12345, pubkey: 04d7ea6e46774dedc40db0476be566c408db051e82e3a3d1b9fd859712e3e413d2867efd863154f1ba6f9b1bdd7c016e9ce700d070034a1264c2022ca340c6bc55 }
  100. 2014-09-05 10:13:58,405 - [1] ProtocolHandler - INFO - Peer Nick { guid: 8bdf93907861b03c4e89c3f3d62d301245777e14, ip: 124.171.149.77, port: 12345, pubkey: 04d7ea6e46774dedc40db0476be566c408db051e82e3a3d1b9fd859712e3e413d2867efd863154f1ba6f9b1bdd7c016e9ce700d070034a1264c2022ca340c6bc55 }
  101. 2014-09-05 10:13:58,405 - [1] ProtocolHandler - DEBUG - get peer { guid: 8744dbdf236cdde1538472e58ee13daa72188aa9, ip: 173.246.1.179, port: 12345, pubkey: 04e46c821e0e185a29a3a6175e70a5fbd28c589384b744f4c383a366430b425abcd23469e83042bf528c42d7d797d02759a04e7a00af23729b1d15a0214792e70b }
  102. 2014-09-05 10:13:58,405 - [1] ProtocolHandler - INFO - Peer Nick { guid: 8744dbdf236cdde1538472e58ee13daa72188aa9, ip: 173.246.1.179, port: 12345, pubkey: 04e46c821e0e185a29a3a6175e70a5fbd28c589384b744f4c383a366430b425abcd23469e83042bf528c42d7d797d02759a04e7a00af23729b1d15a0214792e70b }
  103. 2014-09-05 10:13:58,406 - [1] Market - INFO - Getting settings info for Market 1
  104. 2014-09-05 10:13:58,406 - DB - DEBUG - query: SELECT * FROM settings WHERE market_id = '1' ORDER BY id ASC
  105. 2014-09-05 10:13:58,430 - DB - DEBUG - query: SELECT * FROM settings WHERE market_id = '1' ORDER BY id ASC
  106. 2014-09-05 10:13:58,515 - [1] Market - INFO - SETTINGS: {'countryCode': '', 'stateRegion': '', 'guid': u'3120ec59a46111d5beaad347be3347dd6e7f381d', 'id': 1, 'privkey': u'eab679d3ad373bf2205250f610a71f9dffb8f617dad54956d6db204de7a9d53b', 'city': '', 'notaries': [], 'zip': '', 'market_id': 1, 'arbiterDescription': '', 'secret': u'63b3aa364fdabba032a2c3f205e33b588483bddeaec5ec7700e15d0c637e0f02', 'bitmessage': '', 'pubkey': u'04317b6d99c3923ed152692db379ebcf6008b6153334492f5165122f0a5dbfc422bdf1a8280d11bd992bdd16c7cf6aeab75677b54f655c3e4209589198f42693f8', 'sin': u'9xHVXGi5NSsy8hwEnxq3FxQZXLzV2TRbKQkaNG', 'storeDescription': '', 'obelisk': '', 'street1': '', 'street2': '', 'welcome': u'disable', 'recipient_name': '', 'btc_pubkey': '04c9f118ac8805888086e871ebc987ae116965ccd7daf559990ab673e26ad6292135cfc7c69ad57a2f2a1ff33c33ca2c6c8f6396c5e840c82946ec0a73b8574e14', 'arbiter': '', 'notary': '', 'nickname': '', 'PGPPubKey': u'-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1\n\nmQENBFQFbfsBCAC8FytQDWPXH4PQSBttEa0hsn4C31JnsVfxpWKV89HphZymdSSq\ndTYfIaQ+3oQ/B1HPTK1V4kO/r06zkiIq1xm/2kXbaj3sNC626nNjsnmZ9o166UZz\npbIXDPRaPTq1Tl6lOhpVekbo4VS21GVvnAW3/2hT9GeMZRbgsY+1raxxEhnf7v3Z\nnOwUMAtjRVFtSmlhoF8K3VS1/YDfxSwixdCCHxX2yf/j74BmqO5cFUYBbAMWSWTD\n9d08yUH4EgSw3Rs4kuuGJPY61PJ3wkC1xtcjkXy888XdKt24xbUXGY6sJU3NRz5o\nlzO0EEs1uX7+Ps6BruIAOPWU9XqJbZzs4wCJABEBAAG0PkF1dG9nZW5lcmF0ZWQg\nS2V5IChBdXRvZ2VuZXJhdGVkIGJ5IE9wZW4gQmF6YWFyKSA8Z2Z5QGdmeS5jb20+\niQE4BBMBAgAiBQJUBW37AhsvBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRCC\najM/AeO/5gaNCACyXyecwkdhAKR8zsm54Kc/6TLKyHaMWGlU4QIYKARUaHsBIc7S\n2DjvJ53GRuGDxL+TY/gNxBs0UaM9UznvXooM/YB+qV7K1MaDheaq32ADN9/oRZ0F\n3gE5BrdTXuTx4OWt53BmgqCKu2Xx7z/P+LiuBAYuo5x0omrrpSDUTCnIQaXlOAdy\nvJpMDP5EMRDpde1H36PJdKAGObD6nWq/1907r2DJbvMCK4Ou37D09p0DMe0mrVdI\n1BDrwV7P27E+KzS+kDpco8q03N5dyFl+Wr0GtbMu1hhRorEZFqYRZx0OMmz9q630\njCAKTVLW9Qv/xtX1OfV/5Fya3eekyKSganYH\n=DNeZ\n-----END PGP PUBLIC KEY BLOCK-----\n', 'bcAddress': '', 'country': '', 'PGPPubkeyFingerprint': u'064B6F96143E60A89E2BF196826A333F01E3BFE6', 'email': '', 'trustedArbiters': [], 'stateProvinceRegion': ''}
  107. 2014-09-05 10:13:58,522 - trust - DEBUG - burnaddr_from_guid: 3120ec59a46111d5beaad347be3347dd6e7f381d
  108. 2014-09-05 10:13:58,522 - trust - DEBUG - GUID address on bitcoin net: 003120ec59a46111d5beaad347be3347dd6e7f381d
  109. 2014-09-05 10:13:58,522 - trust - DEBUG - Decoded GUID address on bitcoin net
  110. 2014-09-05 10:13:58,522 - trust - DEBUG - Perturbated bitcoin proof-of-burn address
  111. 2014-09-05 10:13:58,522 - trust - DEBUG - get_unspent call
  112. 2014-09-05 10:13:58,525 - [1] ProtocolHandler - INFO - (I) ws.ProtocolHandler.handle_request of: load_page
  113. 2014-09-05 10:13:58,525 - [1] ProtocolHandler - DEBUG - found a handler!
  114. 2014-09-05 10:13:58,525 - [1] ProtocolHandler - INFO - (I) ws.ProtocolHandler.handle_request of: check_order_count
  115. 2014-09-05 10:13:58,525 - [1] ProtocolHandler - DEBUG - found a handler!
  116. 2014-09-05 10:13:58,525 - [1] ProtocolHandler - DEBUG - Checking order count
  117. 2014-09-05 10:13:58,531 - DB - DEBUG - query: SELECT count(*) as count FROM orders WHERE market_id = '1' and state = 'Waiting for Payment'
  118. 2014-09-05 10:13:58,713 - [1] ProtocolHandler - INFO - (I) ws.ProtocolHandler.handle_request of: query_contracts
  119. 2014-09-05 10:13:58,713 - [1] ProtocolHandler - DEBUG - found a handler!
  120. 2014-09-05 10:13:58,713 - [1] ProtocolHandler - INFO - Querying for Contracts
  121. 2014-09-05 10:13:58,713 - [1] Market - INFO - Getting contracts for market: 1
  122. 2014-09-05 10:13:58,713 - DB - DEBUG - query: SELECT * FROM contracts WHERE market_id = '1' ORDER BY id ASC LIMIT 0 , 10
  123. 2014-09-05 10:13:58,725 - DB - DEBUG - query: SELECT count(*) as count FROM contracts WHERE '1'='1'
  124. 2014-09-05 10:13:58,808 - tornado.access - INFO - 304 GET /html/img/no-photo.png (127.0.0.1) 0.58ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement