it seems that parsing of % traceroute -n; output isn't supported which is a pity :/
Traceback (most recent call last):
File "traceroute.py", line 28, in <module>
main()
File "traceroute.py", line 24, in main
traceroute = trparse.loads(out)
File "venv/local/lib/python2.7/site-packages/trparse.py", line 135, in loads
rtt = float(probes_data[i+2])
ValueError: invalid literal for float(): 108.170.245.49
Hello,
it seems that parsing of % traceroute -n; output isn't supported which is a pity :/