Reolink RLC-420 unexpected error
adrianmihalko opened this issue · 5 comments
Same here with an RCL-820A
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
it is working, after I enabeld Http with port 80 in the reolink settings
Yeah, enabling port 80 and now it works (still connecting with https 443). This should be in Readme.