hi all
since last night i have some strange behavior with eloi.
sometimes i have this in my logs:
2013-10-28 00:29:27,579 StratumHandler DEBUG Traceback (most recent call last):
File "./eloipool.py", line 668, in receiveShare
checkShare(share)
File "./eloipool.py", line 506, in checkShare
MWL = workLog[None]
KeyError: None
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/daten/bitcoinchain/eloipool/eloipool/stratumserver.py", line 91, in found_terminator
rv = getattr(self, funcname)(*rpc['params'])
File "/daten/bitcoinchain/eloipool/eloipool/stratumserver.py", line 199, in _stratum_mining_submit
self.server.receiveShare(share)
File "./eloipool.py", line 677, in receiveShare
logShare(share)
File "./eloipool.py", line 651, in logShare
share['solution'] = b2a_hex(swap32(share['data'])).decode('utf8')
KeyError: 'data'
A few other people have this problem as well, but the inquiries go unanswered in the main eloipool thread.