I'm trying to setup novacoin p2pool, I get the following error code:
p2pool.util.jsonrpc.NarrowError: -22 Block decode failed
2013-07-01 12:26:05.170680 > Error submitting block: (will retry)
2013-07-01 12:26:05.170821 > Traceback (most recent call last):
2013-07-01 12:26:05.171653 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
2013-07-01 12:26:05.171784 > current.result = callback(current.result, *args, **kw)
2013-07-01 12:26:05.171873 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
2013-07-01 12:26:05.171950 > _inlineCallbacks(r, g, deferred)
2013-07-01 12:26:05.172025 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-07-01 12:26:05.172133 > result = result.throwExceptionIntoGenerator(g)
2013-07-01 12:26:05.172210 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-07-01 12:26:05.172303 > return g.throw(self.type, self.value, self.tb)
2013-07-01 12:26:05.172376 > --- <exception caught here> ---
Can some one help me?