Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. Authorizing User with Username: techbytes.1, Password: x
  2. 68.197.13.94 - - [02/Feb/2016 09:07:37] "POST / HTTP/1.1" 500 -
  3. Authorizing User with Username: techbytes.1, Password: x
  4. Getting New Work for user: techbytes.1
  5. ----------------------------------------
  6. Exception happened during processing of request from ('68.197.13.94', 58271)
  7. Traceback (most recent call last):
  8. File "/usr/lib/python2.7/SocketServer.py", line 593, in process_request_thread
  9. self.finish_request(request, client_address)
  10. File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
  11. self.RequestHandlerClass(request, client_address, self)
  12. File "/usr/lib/python2.7/SocketServer.py", line 649, in __init__
  13. self.handle()
  14. File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
  15. self.handle_one_request()
  16. File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
  17. method()
  18. File "startServer.py", line 261, in do_POST
  19. work = self.getWork(client, req_id)
  20. File "startServer.py", line 224, in getWork
  21. work = self.rpc.getwork()
  22. File "/home/decred/decred-pool/RPC/CoinServerRPC.py", line 194, in __call__
  23. return self._get_response(response)
  24. File "/home/decred/decred-pool/RPC/CoinServerRPC.py", line 215, in _get_response
  25. 'code': -26, 'message': 'Return type not JSON'})
  26. CoinRPCException: Return type not JSON
  27. ----------------------------------------
  28. 68.197.13.94 - - [02/Feb/2016 09:07:37] code 400, message Bad request syntax ('{"id": 0, "method": "mining.subscribe", "params": ["cgminer/3.7.2"]}')
  29. 68.197.13.94 - - [02/Feb/2016 09:07:37] "{"id": 0, "method": "mining.subscribe", "params": ["cgminer/3.7.2"]}" 400 -
  30. 68.197.13.94 - - [02/Feb/2016 09:07:38] code 400, message Bad request syntax ('{"id": 1, "method": "mining.subscribe", "params": []}')
  31. 68.197.13.94 - - [02/Feb/2016 09:07:38] "{"id": 1, "method": "mining.subscribe", "params": []}" 400 -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement