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:
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.