This time I'm getting the following but don't know why or how to fix it.. any ideas?
2012-03-08 19:18:37.602900 Error when requesting noncached value:
2012-03-08 19:18:37.603161 > Traceback (most recent call last):
2012-03-08 19:18:37.603401 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 388, in errback
2012-03-08 19:18:37.603583 > self._startRunCallbacks(fail)
2012-03-08 19:18:37.603746 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 455, in _startRunCallbacks
2012-03-08 19:18:37.603914 > self._runCallbacks()
2012-03-08 19:18:37.604149 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 542, in _runCallbacks
2012-03-08 19:18:37.604342 > current.result = callback(current.result, *args, **kw)
2012-03-08 19:18:37.604508 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1076, in gotResult
2012-03-08 19:18:37.604674 > _inlineCallbacks(r, g, deferred)
2012-03-08 19:18:37.604861 > ------
2012-03-08 19:18:37.605021 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
2012-03-08 19:18:37.605215 > result = result.throwExceptionIntoGenerator(g)
2012-03-08 19:18:37.605376 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 350, in throwExceptionIntoGenerator
2012-03-08 19:18:37.605567 > return g.throw(self.type, self.value, self.tb)
2012-03-08 19:18:37.605729 > File "/home/ed/apps/p2pool/p2pool/main.py", line 171, in
2012-03-08 19:18:37.605894 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
2012-03-08 19:18:37.606063 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
2012-03-08 19:18:37.606276 > result = result.throwExceptionIntoGenerator(g)
2012-03-08 19:18:37.606439 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 350, in throwExceptionIntoGenerator
2012-03-08 19:18:37.606632 > return g.throw(self.type, self.value, self.tb)
2012-03-08 19:18:37.606794 > File "/home/ed/apps/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
2012-03-08 19:18:37.606978 > raise Error(**resp['error'])
2012-03-08 19:18:37.607198 > p2pool.util.jsonrpc.Error: -5 Block not found