0
I have compiled p2pool multiple times (without noticeable errors) in Fedora 18 and started processing. Everything looks good until a miner (Antminer S5) tries to connect (using wallet address and password of "x" and then I get the following error:
2015-02-23 15:14:21.114365 > Unhandled Error
2015-02-23 15:14:21.117581 > Traceback (most recent call last):
2015-02-23 15:14:21.117631 > File "/home/miner/p2pool/p2pool/main.py", line 609, in run
2015-02-23 15:14:21.117670 > reactor.run()
2015-02-23 15:14:21.117708 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1192, in run
2015-02-23 15:14:21.117747 > self.mainLoop()
2015-02-23 15:14:21.117784 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1201, in mainLoop
2015-02-23 15:14:21.117823 > self.runUntilCurrent()
2015-02-23 15:14:21.117860 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 824, in runUntilCurrent
2015-02-23 15:14:21.117898 > call.func(*call.args, **call.kw)
2015-02-23 15:14:21.117935 > --- <exception caught here> ---
2015-02-23 15:14:21.117971 > File "/home/miner/p2pool/p2pool/bitcoin/stratum.py", line 70, in _send_work
2015-02-23 15:14:21.118008 > x, got_response = self.wb.get_work(*self.wb.preprocess_request('' if self.username is None else self.username))
2015-02-23 15:14:21.118046 > File "/home/miner/p2pool/p2pool/bitcoin/worker_interface.py", line 129, in get_work
2015-02-23 15:14:21.118083 > x, handler = self._inner.get_work(*args)
2015-02-23 15:14:21.118120 > File "/home/miner/p2pool/p2pool/work.py", line 252, in get_work
2015-02-23 15:14:21.118156 > raise jsonrpc.Error_for_code(-12345)(u'p2pool is downloading shares')
2015-02-23 15:14:21.118193 > p2pool.util.jsonrpc.NarrowError: -12345 p2pool is downloading shares
2015-02-23 15:14:21.932936 > Unhandled Error
2015-02-23 15:14:21.933746 > Traceback (most recent call last):
2015-02-23 15:14:21.933932 > File "/home/miner/p2pool/p2pool/main.py", line 609, in run
2015-02-23 15:14:21.934057 > reactor.run()
2015-02-23 15:14:21.934176 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1192, in run
2015-02-23 15:14:21.934294 > self.mainLoop()
2015-02-23 15:14:21.934409 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1201, in mainLoop
2015-02-23 15:14:21.934556 > self.runUntilCurrent()
2015-02-23 15:14:21.934674 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 824, in runUntilCurrent
2015-02-23 15:14:21.934789 > call.func(*call.args, **call.kw)
2015-02-23 15:14:21.934902 > --- <exception caught here> ---
2015-02-23 15:14:21.935014 > File "/home/miner/p2pool/p2pool/bitcoin/stratum.py", line 70, in _send_work
2015-02-23 15:14:21.935128 > x, got_response = self.wb.get_work(*self.wb.preprocess_request('' if self.username is None else self.username))
2015-02-23 15:14:21.935242 > File "/home/miner/p2pool/p2pool/bitcoin/worker_interface.py", line 129, in get_work
2015-02-23 15:14:21.935354 > x, handler = self._inner.get_work(*args)
2015-02-23 15:14:21.935466 > File "/home/miner/p2pool/p2pool/work.py", line 252, in get_work
2015-02-23 15:14:21.935620 > raise jsonrpc.Error_for_code(-12345)(u'p2pool is downloading shares')
2015-02-23 15:14:21.935734 > p2pool.util.jsonrpc.NarrowError: -12345 p2pool is downloading shares
2015-02-23 15:14:24.023110 Processing 150 shares from 198.154.60.183:10333...
2015-02-23 15:14:24.043315 ... done processing 150 shares. New: 150 Have: 7487/~17280
2015-02-23 15:14:24.043576 Requesting parent share 19250832 from 95.128.48.209:9333
2015-02-23 15:14:24.083938 > Unhandled Error
2015-02-23 15:14:24.087291 > Traceback (most recent call last):
2015-02-23 15:14:24.087344 > File "/home/miner/p2pool/p2pool/main.py", line 609, in run
2015-02-23 15:14:24.087384 > reactor.run()
2015-02-23 15:14:24.087424 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1192, in run
2015-02-23 15:14:24.087465 > self.mainLoop()
2015-02-23 15:14:24.087504 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1201, in mainLoop
2015-02-23 15:14:24.087554 > self.runUntilCurrent()
2015-02-23 15:14:24.087593 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 824, in runUntilCurrent
2015-02-23 15:14:24.087632 > call.func(*call.args, **call.kw)
2015-02-23 15:14:24.087670 > --- <exception caught here> ---
2015-02-23 15:14:24.087708 > File "/home/miner/p2pool/p2pool/bitcoin/stratum.py", line 70, in _send_work
2015-02-23 15:14:24.087763 > x, got_response = self.wb.get_work(*self.wb.preprocess_request('' if self.username is None else self.username))
2015-02-23 15:14:24.087803 > File "/home/miner/p2pool/p2pool/bitcoin/worker_interface.py", line 129, in get_work
2015-02-23 15:14:24.087842 > x, handler = self._inner.get_work(*args)
2015-02-23 15:14:24.087879 > File "/home/miner/p2pool/p2pool/work.py", line 252, in get_work
2015-02-23 15:14:24.087917 > raise jsonrpc.Error_for_code(-12345)(u'p2pool is downloading shares')
2015-02-23 15:14:24.087955 > p2pool.util.jsonrpc.NarrowError: -12345 p2pool is downloading shares
2015-02-23 15:14:24.110877 P2Pool: 0 shares in chain (0 verified/7487 total) Peers: 6 (0 incoming)
2015-02-23 15:14:24.111080 Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ???
2015-02-23 15:14:26.882032 > Unhandled Error
2015-02-23 15:14:26.882347 > Traceback (most recent call last):
2015-02-23 15:14:26.882585 > File "/home/miner/p2pool/p2pool/main.py", line 609, in run
2015-02-23 15:14:26.882796 > reactor.run()
2015-02-23 15:14:26.882997 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1192, in run
2015-02-23 15:14:26.883245 > self.mainLoop()
2015-02-23 15:14:26.883446 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1201, in mainLoop
2015-02-23 15:14:26.883673 > self.runUntilCurrent()
2015-02-23 15:14:26.883871 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 824, in runUntilCurrent
2015-02-23 15:14:26.884115 > call.func(*call.args, **call.kw)
2015-02-23 15:14:26.884318 > --- <exception caught here> ---
2015-02-23 15:14:26.884514 > File "/home/miner/p2pool/p2pool/bitcoin/stratum.py", line 70, in _send_work
2015-02-23 15:14:26.884739 > x, got_response = self.wb.get_work(*self.wb.preprocess_request('' if self.username is None else self.username))
2015-02-23 15:14:26.884939 > File "/home/miner/p2pool/p2pool/bitcoin/worker_interface.py", line 129, in get_work
2015-02-23 15:14:26.885186 > x, handler = self._inner.get_work(*args)
2015-02-23 15:14:26.885384 > File "/home/miner/p2pool/p2pool/work.py", line 252, in get_work
2015-02-23 15:14:26.885605 > raise jsonrpc.Error_for_code(-12345)(u'p2pool is downloading shares')
2015-02-23 15:14:26.885804 > p2pool.util.jsonrpc.NarrowError: -12345 p2pool is downloading shares
2015-02-23 15:14:26.941840 > Unhandled Error
2015-02-23 15:14:26.942409 > Traceback (most recent call last):
2015-02-23 15:14:26.942461 > File "/home/miner/p2pool/p2pool/main.py", line 609, in run
2015-02-23 15:14:26.942568 > reactor.run()
2015-02-23 15:14:26.942613 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1192, in run
2015-02-23 15:14:26.942652 > self.mainLoop()
2015-02-23 15:14:26.942690 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1201, in mainLoop
2015-02-23 15:14:26.942728 > self.runUntilCurrent()
2015-02-23 15:14:26.942765 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 824, in runUntilCurrent
2015-02-23 15:14:26.942802 > call.func(*call.args, **call.kw)
2015-02-23 15:14:26.942838 > --- <exception caught here> ---
2015-02-23 15:14:26.942874 > File "/home/miner/p2pool/p2pool/bitcoin/stratum.py", line 70, in _send_work
2015-02-23 15:14:26.942919 > x, got_response = self.wb.get_work(*self.wb.preprocess_request('' if self.username is None else self.username))
2015-02-23 15:14:26.942956 > File "/home/miner/p2pool/p2pool/bitcoin/worker_interface.py", line 129, in get_work
2015-02-23 15:14:26.942993 > x, handler = self._inner.get_work(*args)
2015-02-23 15:14:26.943030 > File "/home/miner/p2pool/p2pool/work.py", line 252, in get_work
2015-02-23 15:14:26.943090 > raise jsonrpc.Error_for_code(-12345)(u'p2pool is downloading shares')
2015-02-23 15:14:26.943129 > p2pool.util.jsonrpc.NarrowError: -12345 p2pool is downloading shares
2015-02-23 15:14:31.593434 Processing 463 shares from 95.128.48.209:9333...
2015-02-23 15:14:31.645693 ... done processing 463 shares. New: 463 Have: 7950/~17280
2015-02-23 15:14:31.645964 Requesting parent share 3196c268 from 72.14.191.28:9333
2015-02-23 15:14:31.661048 > Unhandled Error
2015-02-23 15:14:31.661202 > Traceback (most recent call last):
2015-02-23 15:14:31.661256 > File "/home/miner/p2pool/p2pool/main.py", line 609, in run
2015-02-23 15:14:31.661296 > reactor.run()
2015-02-23 15:14:31.661335 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1192, in run
2015-02-23 15:14:31.661374 > self.mainLoop()
2015-02-23 15:14:31.661412 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1201, in mainLoop
2015-02-23 15:14:31.661450 > self.runUntilCurrent()
2015-02-23 15:14:31.661488 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 824, in runUntilCurrent
2015-02-23 15:14:31.661526 > call.func(*call.args, **call.kw)
2015-02-23 15:14:31.661563 > --- <exception caught here> ---
2015-02-23 15:14:31.661614 > File "/home/miner/p2pool/p2pool/bitcoin/stratum.py", line 70, in _send_work
2015-02-23 15:14:31.662150 > x, got_response = self.wb.get_work(*self.wb.preprocess_request('' if self.username is None else self.username))
2015-02-23 15:14:31.662192 > File "/home/miner/p2pool/p2pool/bitcoin/worker_interface.py", line 129, in get_work
2015-02-23 15:14:31.662230 > x, handler = self._inner.get_work(*args)
2015-02-23 15:14:31.662267 > File "/home/miner/p2pool/p2pool/work.py", line 252, in get_work
2015-02-23 15:14:31.662304 > raise jsonrpc.Error_for_code(-12345)(u'p2pool is downloading shares')
2015-02-23 15:14:31.662341 > p2pool.util.jsonrpc.NarrowError: -12345 p2pool is downloading shares
2015-02-23 15:14:31.949400 > Unhandled Error
2015-02-23 15:14:31.950422 > Traceback (most recent call last):
2015-02-23 15:14:31.950736 > File "/home/miner/p2pool/p2pool/main.py", line 609, in run
2015-02-23 15:14:31.950951 > reactor.run()
2015-02-23 15:14:31.951203 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1192, in run
2015-02-23 15:14:31.951410 > self.mainLoop()
2015-02-23 15:14:31.951705 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1201, in mainLoop
2015-02-23 15:14:31.951919 > self.runUntilCurrent()
2015-02-23 15:14:31.952158 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 824, in runUntilCurrent
2015-02-23 15:14:31.952365 > call.func(*call.args, **call.kw)
2015-02-23 15:14:31.952561 > --- <exception caught here> ---
2015-02-23 15:14:31.952783 > File "/home/miner/p2pool/p2pool/bitcoin/stratum.py", line 70, in _send_work
2015-02-23 15:14:31.952982 > x, got_response = self.wb.get_work(*self.wb.preprocess_request('' if self.username is None else self.username))
2015-02-23 15:14:31.953229 > File "/home/miner/p2pool/p2pool/bitcoin/worker_interface.py", line 129, in get_work
2015-02-23 15:14:31.953429 > x, handler = self._inner.get_work(*args)
2015-02-23 15:14:31.953651 > File "/home/miner/p2pool/p2pool/work.py", line 252, in get_work
2015-02-23 15:14:31.953868 > raise jsonrpc.Error_for_code(-12345)(u'p2pool is downloading shares')
2015-02-23 15:14:31.954197 > p2pool.util.jsonrpc.NarrowError: -12345 p2pool is downloading shares
2015-02-23 15:14:33.114181 P2Pool: 0 shares in chain (0 verified/7951 total) Peers: 6 (0 incoming)
2015-02-23 15:14:33.114595 Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ???
2015-02-23 15:14:34.916409 Processing 264 shares from 72.14.191.28:9333...
2015-02-23 15:14:34.958191 ... done processing 264 shares. New: 264 Have: 8215/~17280
2015-02-23 15:14:34.958598 Requesting parent share 8f0e310f from 94.42.115.50:9333
2015-02-23 15:14:35.007417 > Unhandled Error
2015-02-23 15:14:35.011069 > Traceback (most recent call last):
2015-02-23 15:14:35.011173 > File "/home/miner/p2pool/p2pool/main.py", line 609, in run
2015-02-23 15:14:35.011236 > reactor.run()
2015-02-23 15:14:35.011290 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1192, in run
2015-02-23 15:14:35.011339 > self.mainLoop()
2015-02-23 15:14:35.011379 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1201, in mainLoop
2015-02-23 15:14:35.011445 > self.runUntilCurrent()
2015-02-23 15:14:35.011514 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 824, in runUntilCurrent
2015-02-23 15:14:35.011558 > call.func(*call.args, **call.kw)
2015-02-23 15:14:35.011597 > --- <exception caught here> ---
2015-02-23 15:14:35.011663 > File "/home/miner/p2pool/p2pool/bitcoin/stratum.py", line 70, in _send_work
2015-02-23 15:14:35.011719 > x, got_response = self.wb.get_work(*self.wb.preprocess_request('' if self.username is None else self.username))
2015-02-23 15:14:35.011763 > File "/home/miner/p2pool/p2pool/bitcoin/worker_interface.py", line 129, in get_work
2015-02-23 15:14:35.011802 > x, handler = self._inner.get_work(*args)
2015-02-23 15:14:35.011880 > File "/home/miner/p2pool/p2pool/work.py", line 252, in get_work
2015-02-23 15:14:35.011939 > raise jsonrpc.Error_for_code(-12345)(u'p2pool is downloading shares')
2015-02-23 15:14:35.011994 > p2pool.util.jsonrpc.NarrowError: -12345 p2pool is downloading shares
2015-02-23 15:14:35.814200 Processing 64 shares from 94.42.115.50:9333...
2015-02-23 15:14:35.818687 ... done processing 64 shares. New: 64 Have: 8279/~17280
2015-02-23 15:14:35.818919 Requesting parent share 17d779de from 198.154.60.183:10333
2015-02-23 15:14:36.115280 P2Pool: 0 shares in chain (0 verified/8279 total) Peers: 6 (0 incoming)
2015-02-23 15:14:36.115385 Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ???
2015-02-23 15:14:36.558586 > in download_shares:
2015-02-23 15:14:36.558923 > Traceback (most recent call last):
2015-02-23 15:14:36.559218 > Failure: p2pool.p2p.ShareReplyError: too long
2015-02-23 15:14:36.559479 Requesting parent share 17d779de from 198.154.60.183:10333
2015-02-23 15:14:37.034480 Processing 54 shares from 198.154.60.183:10333...
2015-02-23 15:14:37.044135 ... done processing 54 shares. New: 54 Have: 8333/~17280
2015-02-23 15:14:37.044383 Requesting parent share 15a6e7da from 114.32.105.215:9333
2015-02-23 15:14:37.052608 > Unhandled Error
2015-02-23 15:14:37.058352 > Traceback (most recent call last):
2015-02-23 15:14:37.058428 > File "/home/miner/p2pool/p2pool/main.py", line 609, in run
2015-02-23 15:14:37.058469 > reactor.run()
2015-02-23 15:14:37.058506 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1192, in run
2015-02-23 15:14:37.058544 > self.mainLoop()
2015-02-23 15:14:37.058581 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1201, in mainLoop
2015-02-23 15:14:37.058617 > self.runUntilCurrent()
2015-02-23 15:14:37.058653 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 824, in runUntilCurrent
2015-02-23 15:14:37.058857 > call.func(*call.args, **call.kw)
2015-02-23 15:14:37.058899 > --- <exception caught here> ---
2015-02-23 15:14:37.058935 > File "/home/miner/p2pool/p2pool/bitcoin/stratum.py", line 70, in _send_work
2015-02-23 15:14:37.058971 > x, got_response = self.wb.get_work(*self.wb.preprocess_request('' if self.username is None else self.username))
2015-02-23 15:14:37.059007 > File "/home/miner/p2pool/p2pool/bitcoin/worker_interface.py", line 129, in get_work
2015-02-23 15:14:37.059048 > x, handler = self._inner.get_work(*args)
2015-02-23 15:14:37.059084 > File "/home/miner/p2pool/p2pool/work.py", line 252, in get_work
2015-02-23 15:14:37.059119 > raise jsonrpc.Error_for_code(-12345)(u'p2pool is downloading shares')
2015-02-23 15:14:37.059154 > p2pool.util.jsonrpc.NarrowError: -12345 p2pool is downloading shares
2015-02-23 15:14:37.903579 > Unhandled Error
2015-02-23 15:14:37.903872 > Traceback (most recent call last):
2015-02-23 15:14:37.904086 > File "/home/miner/p2pool/p2pool/main.py", line 609, in run
2015-02-23 15:14:37.904290 > reactor.run()
2015-02-23 15:14:37.904550 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1192, in run
2015-02-23 15:14:37.904789 > self.mainLoop()
2015-02-23 15:14:37.905111 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1201, in mainLoop
2015-02-23 15:14:37.905558 > self.runUntilCurrent()
2015-02-23 15:14:37.905879 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 824, in runUntilCurrent
2015-02-23 15:14:37.906087 > call.func(*call.args, **call.kw)
2015-02-23 15:14:37.906284 > --- <exception caught here> ---
2015-02-23 15:14:37.906532 > File "/home/miner/p2pool/p2pool/bitcoin/stratum.py", line 70, in _send_work
2015-02-23 15:14:37.906731 > x, got_response = self.wb.get_work(*self.wb.preprocess_request('' if self.username is None else self.username))
2015-02-23 15:14:37.906965 > File "/home/miner/p2pool/p2pool/bitcoin/worker_interface.py", line 129, in get_work
2015-02-23 15:14:37.907164 > x, handler = self._inner.get_work(*args)
2015-02-23 15:14:37.907426 > File "/home/miner/p2pool/p2pool/work.py", line 252, in get_work
2015-02-23 15:14:37.907628 > raise jsonrpc.Error_for_code(-12345)(u'p2pool is downloading shares')
2015-02-23 15:14:37.907854 > p2pool.util.jsonrpc.NarrowError: -12345 p2pool is downloading shares
2015-02-23 15:14:39.115849 P2Pool: 0 shares in chain (0 verified/8333 total) Peers: 6 (0 incoming)
2015-02-23 15:14:39.116250 Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ???
2015-02-23 15:14:40.670958 > Unhandled Error
2015-02-23 15:14:40.671329 > Traceback (most recent call last):
2015-02-23 15:14:40.671541 > File "/home/miner/p2pool/p2pool/main.py", line 609, in run
2015-02-23 15:14:40.671782 > reactor.run()
2015-02-23 15:14:40.671983 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1192, in run
2015-02-23 15:14:40.672236 > self.mainLoop()
2015-02-23 15:14:40.672439 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1201, in mainLoop
2015-02-23 15:14:40.672664 > self.runUntilCurrent()
2015-02-23 15:14:40.672867 > File "/usr/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 824, in runUntilCurrent
2015-02-23 15:14:40.673068 > call.func(*call.args, **call.kw)
2015-02-23 15:14:40.673309 > --- <exception caught here> ---
2015-02-23 15:14:40.673506 > File "/home/miner/p2pool/p2pool/bitcoin/stratum.py", line 70, in _send_work
2015-02-23 15:14:40.673738 > x, got_response = self.wb.get_work(*self.wb.preprocess_request('' if self.username is None else self.username))
2015-02-23 15:14:40.673939 > File "/home/miner/p2pool/p2pool/bitcoin/worker_interface.py", line 129, in get_work
2015-02-23 15:14:40.674196 > x, handler = self._inner.get_work(*args)
2015-02-23 15:14:40.674400 > File "/home/miner/p2pool/p2pool/work.py", line 252, in get_work
2015-02-23 15:14:40.674597 > raise jsonrpc.Error_for_code(-12345)(u'p2pool is downloading shares')
2015-02-23 15:14:40.674824 > p2pool.util.jsonrpc.NarrowError: -12345 p2pool is downloading shares
There is mention in the output about the connection being dropped, but that would only be expected if there was an error. I apologize if there is an obscure post somewhere (I haven't found it yet), but has anyone seen this and know of a way to fix it? Is there any additional troubleshooting tips that will help me better identify the problem??
Thanks in advance!
1It appears that the line that actually caused the error is missing. Could we see what happened in the lines after the snippet you posted? – Nick ODell – 2015-02-23T15:22:03.567
Thanks for the assistance! I have included the entire error (and some), to the original post – Patrick Walker – 2015-02-23T20:24:43.957