Pac4cli (Ubuntu 20.04 PPA version) had been working great for years, but broke within the last few days:
> pac4cli --loglevel=debug
INFO [9718]: pac4cli: Starting proxy server on 127.0.0.1:None
ERROR [9718]: pac4cli: Problem starting the server
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 1418, in _inlineCallbacks
result = g.send(result)
StopIteration
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pac4cli/__main__.py", line 105, in main
yield start_server(args.bind, args.port, reactor)
TypeError: an integer is required (got type NoneType)
> python3 -m twisted --version
18.9.0
I assume this is due to a change in the version of one of its dependencies, possibly twisted.
Any suggestions? I'm happy to gather more info.
Pac4cli (Ubuntu 20.04 PPA version) had been working great for years, but broke within the last few days:
I assume this is due to a change in the version of one of its dependencies, possibly twisted.
Any suggestions? I'm happy to gather more info.