The API has decided to stop working here on 3.27 / RB493AH not long after upgrading..
As can be seen below, we get the "cannot get challenge" response from the python api and we use PHP and get the same response.
Is there a way, without rebooting, to get this to work again?
We do not want to lose the data our script needs to acquire.
Thank you
Code: Select all
<<< /login
/login
<<<
>>> !trap
>>> =message=cannot get challenge
>>>
>>> !done
>>>
Traceback (most recent call last):
File "api.py", line 165, in <module>
main()
File "api.py", line 140, in main
apiros.login(sys.argv[2], sys.argv[3]);
File "api.py", line 13, in login
chal = binascii.unhexlify(attrs['=ret'])
KeyError: '=ret'