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
Describe the bug unable to get device info.
Version information (please complete the following information):
Device information: If the issue is specific to a device [Use miiocli device --ip <ip address> --token <token> info]:
miiocli device --ip <ip address> --token <token> info
To Reproduce Steps to reproduce the behavior:
import miio; result = miio.device.Device('192.168.x.x', '53784f4xxxxxxxxxxxxxxxxxxx').send('get_ipcprop', ['all']) print(result)
Console output
Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/local/lib/python3.7/site-packages/miio/device.py", line 270, in send raise DeviceError(m.data.value["error"]) miio.exceptions.DeviceError: {'code': -10000, 'message': 'user undefined error'} Can't read output line 1 from command: python3 -c "import miio;result = miio.device.Device('192.168.x.x', '53784f4xxxxxxxxxxxx') .send('get_ipcprop', ['all']);print(result['p2p_id']);print(result['avID']);print(result['avPass']);" Error connecting to camera, make sure ip and token are correct. Error, waiting 10 seconds and trying again.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
unable to get device info.
Version information (please complete the following information):
Device information:
If the issue is specific to a device [Use
miiocli device --ip <ip address> --token <token> info
]:To Reproduce
Steps to reproduce the behavior:
Console output
The text was updated successfully, but these errors were encountered: