Just started exploring this project.
I was able to get responses from login.py, fetch.py, and dump-modes.py. Need to study those, but they seem to contain a lot of valuable data.
The test-thread.py script is erroring out for me at line 18:
|
thread = CachingThread(client) |
TypeError: CachingThread.__init__() takes 1 positional argument but 2 were given
I'm calling it with these arguments
$ python test-thread.py username password gateway
The same parameters that work for the other scripts.
Just started exploring this project.
I was able to get responses from
login.py,fetch.py, anddump-modes.py. Need to study those, but they seem to contain a lot of valuable data.The
test-thread.pyscript is erroring out for me at line 18:franklinwh-python/bin/test-thread.py
Line 18 in 6075064
TypeError: CachingThread.__init__() takes 1 positional argument but 2 were givenI'm calling it with these arguments
The same parameters that work for the other scripts.