We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
running this on a Dahua NVR, I get this error:
dahua_rpc.RequestError: {'error': {'code': 287637505, 'message': 'Invalid session in request data!'}, 'result': False}
Steps to reproduce:
from dahua_rpc import DahuaRpc dahua = DahuaRpc(host="nvr.example.com", username="admin", password="admin") dahua.login() print(dahua.current_time())
Issue happens on any request. I had a look at the JSON request but couldn't find anything obvious.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
running this on a Dahua NVR, I get this error:
dahua_rpc.RequestError: {'error': {'code': 287637505, 'message': 'Invalid session in request data!'}, 'result': False}
Steps to reproduce:
Issue happens on any request. I had a look at the JSON request but couldn't find anything obvious.
The text was updated successfully, but these errors were encountered: