Post
Topic
Board Pools
Re: [13000GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
paulkoan
on 24/09/2013, 21:56:56 UTC

Any ideas what might cause the below?  I am git-pulled to the latest code, and I get this pretty much straight away.

This is on debian unstable, with python 2.7:


Code:
2013-09-22 17:53:04.518314 Listening for workers on '' port 9332...
2013-09-22 17:53:06.970859 > Fatal error:
(...)
2013-09-22 17:53:06.971235 >   File "/home/share/apps/finance/p2pool/p2pool/web.py", line 374, in get_web_root
2013-09-22 17:53:06.971261 >     }, hd_obj)
(...)
2013-09-22 17:53:06.971417 >   File "/home/share/apps/finance/p2pool/p2pool/util/graph.py", line 119, in get_dataview
2013-09-22 17:53:06.971440 >     return DataView(dv_desc, ds_desc, dv_data['last_bin_end'], map(convert_bin, dv_data['bins']))
2013-09-22 17:53:06.971463 >   File "/home/share/apps/finance/p2pool/p2pool/util/graph.py", line 109, in convert_bin
2013-09-22 17:53:06.971485 >     total, count = bin
2013-09-22 17:53:06.971506 > exceptions.TypeError: 'int' object is not iterable
It is when you open web page of your node when it is totally fresh and have no data to display in graphs.


This is happening at startup - you can see the listening line.  Then it immediately crashes with this error.

If I change the port - in case there is a browser somewhere trying to connect before the instance is ready - I get the same crash.