Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Xiaomi Mijia 1080P dont works #6

Open
CooleRnax opened this issue Oct 25, 2018 · 5 comments
Open

Xiaomi Mijia 1080P dont works #6

CooleRnax opened this issue Oct 25, 2018 · 5 comments

Comments

@CooleRnax
Copy link

CooleRnax commented Oct 25, 2018

Stream doesn't work

Starting proxy...
Starting RTSP server on "rtsp://192.168.65.3:8554/"
(Using port 80 for optional RTSP-over-HTTP tunneling.)

Got error when receiving: timed out
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/miio/device.py", line 257, in send
    data, addr = s.recvfrom(1024)
socket.timeout: timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/miio/device.py", line 257, in send
    data, addr = s.recvfrom(1024)
socket.timeout: timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/miio/device.py", line 257, in send
    data, addr = s.recvfrom(1024)
socket.timeout: timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/miio/device.py", line 257, in send
    data, addr = s.recvfrom(1024)
socket.timeout: timed out

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/local/lib/python3.7/site-packages/miio/device.py", line 286, in send
    return self.send(command, parameters, retry_count - 1)
  File "/usr/local/lib/python3.7/site-packages/miio/device.py", line 286, in send
    return self.send(command, parameters, retry_count - 1)
  File "/usr/local/lib/python3.7/site-packages/miio/device.py", line 286, in send
    return self.send(command, parameters, retry_count - 1)
  File "/usr/local/lib/python3.7/site-packages/miio/device.py", line 289, in send
    raise DeviceException("No response from the device") from ex
miio.exceptions.DeviceException: No response from the device
Can't read output line 1 from command: python3 -c "import miio;result = miio.device.Device('xxxxxxxxxxx', 'xxxxxxxxxxxxxxxxxxxxxxxxxxx').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.
@joelhaasnoot
Copy link

Unfortunately same

@goncalossilva
Copy link

Same. Can I help debug this?

@ardeus-ua
Copy link

Same

@arturleao
Copy link

Same here unfortunately. This actually seems to mess the connection with the device, prior to running this I'm able to use miiocli to send commands to the camera and after running this, I can't reach the camera anymore, have to restart it (unplug and plug it again).

@edugrt
Copy link

edugrt commented Apr 9, 2021

Same here. Xiaomi 360 Camera CMSXJ13B

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants