-
Notifications
You must be signed in to change notification settings - Fork 127
Description
Description
Got this in log, ereything else seems to be working.
This error originated from a custom integration.
Logger: homeassistant
Source: custom_components/tapo_control/utils.py:201
integration: Tapo: Cameras Control (documentation, issues)
First occurred: 18:26:19 (2 occurrences)
Last logged: 18:26:22
Error doing job: Task exception was never retrieved (task: None)
Traceback (most recent call last):
File "/config/custom_components/tapo_control/utils.py", line 237, in findMedia
recordingsForDay = await getRecordings(
^^^^^^^^^^^^^^^^^^^^
hass, entryData, tapoController, searchResult[key]["date"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/config/custom_components/tapo_control/utils.py", line 201, in getRecordings
recordingsForDay = await hass.async_add_executor_job(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tapoController.getRecordings, date
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.13/site-packages/pytapo/init.py", line 1450, in getRecordings
raise err
File "/usr/local/lib/python3.13/site-packages/pytapo/init.py", line 1427, in getRecordings
result = self.executeFunction(
"searchVideoOfDay",
...<10 lines>...
},
)
File "/usr/local/lib/python3.13/site-packages/pytapo/init.py", line 199, in executeFunction
raise Exception(
...<8 lines>...
)
Exception: Error: -71105, Response: {"method": "searchVideoOfDay", "result": {}, "error_code": -71105}
Reproduction Steps
'
Expected behavior
'
If applicable, add error logs.
No response
Device Firmware
'
Integration Version
'
Using stream component
Yes
Does camera work via official integrations?
Yes
Camera has all attributes filled out in developer tools
Yes
HASS Environment
'
Search for similar issues
Yes
Additional information
No response