Advertisement
Guest User

Untitled

a guest
Jun 6th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. [W 170607 07:51:20 web:1971] 400 GET /v1/56b1b740685e040580000e93/user/unblock (172.16.11.42) 21.03ms
  2. [D 170607 07:52:50 providers:88] Forced provider id is 559165bb685e041d2d000005. Fetch provider by id
  3. [D 170607 07:52:50 commons:147] Access API from 81.200.0.40. Allowed IPs ['86.62.116.179', '195.91.164.29', '127
  4. .0.0.1', '188.32.225.14', '81.200.0.40', '81.200.0.55', '82.199.96.102']
  5. [E 170607 07:52:50 web:1548] Uncaught exception GET /v1/560d251e685e04010800038c/user/unblock (172.16.11.42)
  6. HTTPServerRequest(protocol='http', host='panel.tv.seven-sky.net', method='GET', uri='/v1/560d251e685e0401080
  7. 0038c/user/unblock', version='HTTP/1.0', remote_ip='172.16.11.42', headers={'X-Real-Ip': '81.200.0.40', 'Host':
  8. 'panel.tv.seven-sky.net', 'Connection': 'close'})
  9. Traceback (most recent call last):
  10. File "/home/fe/ocp/prebilling/rest/tornado/accounts.py", line 138, in block_account
  11. data = yield self.fetch(request)
  12. File "/usr/lib64/python3.5/site-packages/tornado/gen.py", line 1015, in run
  13. value = future.result()
  14. File "/usr/lib64/python3.5/site-packages/tornado/concurrent.py", line 237, in result
  15. raise_exc_info(self._exc_info)
  16. File "<string>", line 3, in raise_exc_info
  17. tornado.httpclient.HTTPError: HTTP 404: Not Found
  18.  
  19. During handling of the above exception, another exception occurred:
  20.  
  21. Traceback (most recent call last):
  22. File "/usr/lib64/python3.5/site-packages/tornado/web.py", line 1469, in _execute
  23. result = yield result
  24. File "/usr/lib64/python3.5/site-packages/tornado/gen.py", line 1015, in run
  25. value = future.result()
  26. File "/usr/lib64/python3.5/site-packages/tornado/concurrent.py", line 237, in result
  27. raise_exc_info(self._exc_info)
  28. File "<string>", line 3, in raise_exc_info
  29. File "/usr/lib64/python3.5/site-packages/tornado/gen.py", line 1021, in run
  30. yielded = self.gen.throw(*exc_info)
  31. File "/home/fe/ocp/api/v1/accounts.py", line 288, in get
  32. yield from self._block(user_id, block)
  33. File "/home/fe/ocp/api/v1/accounts.py", line 275, in _block
  34. yield from self.accounts_client.block_account(account.id, action)
  35. File "/home/fe/ocp/prebilling/rest/tornado/accounts.py", line 140, in block_account
  36. response = Response.from_json(json_decode(err.response.body))
  37. File "/usr/lib64/python3.5/site-packages/tornado/escape.py", line 87, in json_decode
  38. return json.loads(to_basestring(value))
  39. File "/usr/lib64/python3.5/json/__init__.py", line 319, in loads
  40. return _default_decoder.decode(s)
  41. File "/usr/lib64/python3.5/json/decoder.py", line 342, in decode
  42. raise JSONDecodeError("Extra data", s, end)
  43. json.decoder.JSONDecodeError: Extra data: line 1 column 5 (char 4)
  44. [W 170607 07:52:50 web:1971] 400 GET /v1/560d251e685e04010800038c/user/unblock (172.16.11.42) 11.29ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement