Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
File "pool.py", line 195, in server_update
select_best_server()
File "pool.py", line 171, in select_best_server
new_server.callback(None)
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 361, in callback
self._startRunCallbacks(result)
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 455, in _startRunCallbacks
self._runCallbacks()
--- ---
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 542, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "pool.py", line 336, in bitHopperLP
json_request = request.content.read()
exceptions.ValueError: I/O operation on closed file
I got this error, is there something wrong with my setup? It doesnt come up all the time, and it may have happened as bithopper decided to switch pools.
Also when I got home today my miners were sitting idle, but they didnt show a disconnected message, just that they had no work, ,looking back at the log from bithopper, looks like it was still getting the api data from pools, but was also showing the message:
Error in pool api for btcg
multiple times, unfortunatley the RPC request log line I commented out to not show the work units so Im not sure if it was trying to connect or not. Do you know what could have happened? I know its not alot of info, so is there a way if something sismilar happens again that I can investigate what bithopper is trying to do? Thanks