You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the instructions and attempting to discover my TC70 tapo camera have been getting an error when trying to discover the device.
Running command uv run kasa with the correct username and password i get a response of Raised error: <Cameras IP> responded with an unexpected status code 500 to passthrough
Using debug i can see in the stack trace Device responded with: {'error_code': -40413, 'result': {'data': {'code': -40401, 'encrypt_type': ['3'], 'key': '<key>', 'nonce': '91EF05CB287811E1', 'device_confirm': '<confirmation>'}}}
Looking at the code -40413 seems to correspond to INVALID_NONCE.
*Some details obfuscated assuming they have some security implications when posting publicly.
This may be down to TC70 not being listed in the supported devices but would like to confirm if there is anything else i can try.
The text was updated successfully, but these errors were encountered:
Following the instructions and attempting to discover my TC70 tapo camera have been getting an error when trying to discover the device.
Running command uv run kasa with the correct username and password i get a response of
Raised error: <Cameras IP> responded with an unexpected status code 500 to passthrough
Using debug i can see in the stack trace
Device responded with: {'error_code': -40413, 'result': {'data': {'code': -40401, 'encrypt_type': ['3'], 'key': '<key>', 'nonce': '91EF05CB287811E1', 'device_confirm': '<confirmation>'}}}
Looking at the code -40413 seems to correspond to INVALID_NONCE.
*Some details obfuscated assuming they have some security implications when posting publicly.
This may be down to TC70 not being listed in the supported devices but would like to confirm if there is anything else i can try.
The text was updated successfully, but these errors were encountered: