Coder Social home page Coder Social logo

Comments (5)

Aprozz avatar Aprozz commented on September 6, 2024

Same here with an RCL-820A

from reolink_dev.

Aprozz avatar Aprozz commented on September 6, 2024

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

from reolink_dev.

Aprozz avatar Aprozz commented on September 6, 2024

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

from reolink_dev.

adrianmihalko avatar adrianmihalko commented on September 6, 2024

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

from reolink_dev.

adrianmihalko avatar adrianmihalko commented on September 6, 2024

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

from reolink_dev.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.