Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Reolink RLC-420 unexpected error #619

Open
adrianmihalko opened this issue Jan 26, 2023 · 5 comments
Open

Reolink RLC-420 unexpected error #619

adrianmihalko opened this issue Jan 26, 2023 · 5 comments

Comments

@adrianmihalko
Copy link

Hi,

I followed installation steps, but I can't add my camera. I get unexpected error, I see nothing relevant in HA log.

Screenshot 2023-01-26 at 22 16 14

@Aprozz
Copy link

Aprozz commented Jan 27, 2023

Same here with an RCL-820A

@Aprozz
Copy link

Aprozz commented Jan 27, 2023

Here is the log file maybe someone will find the clue:

Logger: custom_components.reolink_dev.config_flow
Source: custom_components/reolink_dev/base.py:229
Integration: Reolink IP camera (documentation, issues)
First occurred: 11:18:51 (1 occurrences)
Last logged: 11:18:51

Unexpected exception
Traceback (most recent call last):
File "/config/custom_components/reolink_dev/config_flow.py", line 74, in async_step_user
self.info = await self.async_validate_input(self.hass, user_input)
File "/config/custom_components/reolink_dev/config_flow.py", line 142, in async_validate_input
if not await self.base.connect_api():
File "/config/custom_components/reolink_dev/base.py", line 229, in connect_api
if not await self._api.get_settings():
File "/usr/local/lib/python3.10/site-packages/reolink/camera_api.py", line 496, in get_settings
response = await self.send(body)
File "/usr/local/lib/python3.10/site-packages/reolink/camera_api.py", line 1661, in send
if not await self.login():
File "/usr/local/lib/python3.10/site-packages/reolink/camera_api.py", line 854, in login
response = await self.send(body, param)
File "/usr/local/lib/python3.10/site-packages/reolink/camera_api.py", line 1715, in send
json_data = await response.text()
File "/usr/local/lib/python3.10/site-packages/aiohttp/client_reqrep.py", line 1080, in text
await self.read()
File "/usr/local/lib/python3.10/site-packages/aiohttp/client_reqrep.py", line 1036, in read
self._body = await self.content.read()
File "/usr/local/lib/python3.10/site-packages/aiohttp/streams.py", line 375, in read
block = await self.readany()
File "/usr/local/lib/python3.10/site-packages/aiohttp/streams.py", line 397, in readany
await self._wait("readany")
File "/usr/local/lib/python3.10/site-packages/aiohttp/streams.py", line 303, in _wait
with self._timer:
File "/usr/local/lib/python3.10/site-packages/aiohttp/helpers.py", line 721, in exit
raise asyncio.TimeoutError from None
asyncio.exceptions.TimeoutError

@Aprozz
Copy link

Aprozz commented Jan 27, 2023

it is working, after I enabeld Http with port 80 in the reolink settings

@adrianmihalko
Copy link
Author

Yeah, enabling port 80 and now it works (still connecting with https 443). This should be in Readme.

@adrianmihalko
Copy link
Author

it is working, after I enabeld Http with port 80 in the reolink settings

Are you able to view video from HA? I see the camera image, but live video is not working:

Screenshot 2023-01-28 at 19 53 28

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

2 participants