catchpoint / WebPageTest.tsproxy

Traffic-shaping SOCKS5 proxy
Apache License 2.0
73 stars 26 forks source link

latest version can not work #21

Closed zhbhun closed 5 years ago

zhbhun commented 5 years ago

Latest version output following errors(on ubuntu 16.04):

Traceback (most recent call last): File "tsproxy.py", line 158, in tick self.available_bytes -= self.next_message['size'] TypeError: 'NoneType' object has no attribute 'getitem' 17:01:28.468 - Tick Exception

And, old version does work —— https://github.com/WPO-Foundation/tsproxy/tree/6ccc0eb5a8d308608d155545d265bd425765d724.

soulgalore commented 5 years ago

Yeah I get the same thing. Last commit makes it not work for me either. When I tested without that commit, it works.I did't run in verbose mode but can do it if it helps. By "not work" I mean no traffic was coming through.