Getting numerous errors along these lines:
2012-01-26 20:45:16.563426 > Unhandled Error
2012-01-26 20:45:16.563545 > Traceback (most recent call last):
2012-01-26 20:45:16.563710 > File "/usr/lib/python2.7/site-packages/twisted/python/log.py", line 69, in callWithContext
2012-01-26 20:45:16.563815 > return context.call({ILogContext: newCtx}, func, *args, **kw)
2012-01-26 20:45:16.563914 > File "/usr/lib/python2.7/site-packages/twisted/python/context.py", line 118, in callWithContext
2012-01-26 20:45:16.564013 > return self.currentContext().callWithContext(ctx, func, *args, **kw)
2012-01-26 20:45:16.564120 > File "/usr/lib/python2.7/site-packages/twisted/python/context.py", line 81, in callWithContext
2012-01-26 20:45:16.564219 > return func(*args,**kw)
2012-01-26 20:45:16.564316 > File "/usr/lib/python2.7/site-packages/twisted/internet/posixbase.py", line 581, in _doReadOrWrite
2012-01-26 20:45:16.564457 > why = selectable.doRead()
2012-01-26 20:45:16.564554 > --- ---
2012-01-26 20:45:16.564651 > File "/usr/lib/python2.7/site-packages/twisted/internet/udp.py", line 131, in doRead
2012-01-26 20:45:16.564749 > self.protocol.datagramReceived(data, addr)
2012-01-26 20:45:16.564845 > File "/home/adam/p2pool/nattraverso/pynupnp/upnp.py", line 462, in datagramReceived
2012-01-26 20:45:16.564943 > result = client.getPage(url=loc)
2012-01-26 20:45:16.565038 > File "/usr/lib/python2.7/site-packages/twisted/web/client.py", line 605, in getPage
2012-01-26 20:45:16.565135 > *args, **kwargs).deferred
2012-01-26 20:45:16.565231 > File "/usr/lib/python2.7/site-packages/twisted/web/client.py", line 580, in _makeGetterFactory
2012-01-26 20:45:16.565328 > scheme, host, port, path = _parse(url)
2012-01-26 20:45:16.565424 > File "/usr/lib/python2.7/site-packages/twisted/web/client.py", line 552, in _parse
2012-01-26 20:45:16.565521 > host, port = host.split(':')
2012-01-26 20:45:16.565616 > exceptions.ValueError: too many values to unpack
Cant tell whether this is a problem with twisted or p2pool, though it doesnt actually appear to affect function of p2pool. Just a tad annoying to see it frequently scrolling by.
For what its worth I'm running arch linux with twisted 11.1.0. Tried both p2pool 0.8.1 and latest git, happens on both.