2015-07-13 09:04:40.430888 > Unhandled Error
2015-07-13 09:04:40.430968 > Traceback (most recent call last):
2015-07-13 09:04:40.430992 > File "/home/test/p2pool-dash/p2pool/main.py", line 715, in run
2015-07-13 09:04:40.431026 > reactor.run()
2015-07-13 09:04:40.431047 > File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1192, in run
2015-07-13 09:04:40.431066 > self.mainLoop()
2015-07-13 09:04:40.431084 > File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1201, in mainLoop
2015-07-13 09:04:40.431103 > self.runUntilCurrent()
2015-07-13 09:04:40.431121 > File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 824, in runUntilCurrent
2015-07-13 09:04:40.431138 > call.func(*call.args, **call.kw)
2015-07-13 09:04:40.431156 > --- <exception caught here> ---
2015-07-13 09:04:40.431173 > File "/home/test/p2pool-dash/p2pool/dash/stratum.py", line 39, in _send_work
2015-07-13 09:04:40.431191 > x, got_response = self.wb.get_work(*self.wb.preprocess_request('' if self.username is None else self.username))
2015-07-13 09:04:40.431211 > File "/home/test/p2pool-dash/p2pool/dash/worker_interface.py", line 129, in get_work
2015-07-13 09:04:40.431251 > x, handler = self._inner.get_work(*args)
2015-07-13 09:04:40.431282 > File "/home/test/p2pool-dash/p2pool/work.py", line 371, in get_work
2015-07-13 09:04:40.431301 > len(self.current_work.value['transactions']),
2015-07-13 09:04:40.431319 > exceptions.TypeError: float argument required, not str