-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tuya error #133567
Comments
Hey there @tuya, @zlinoliver, @frenck, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) tuya documentation |
Same issue here. For me it started even before core-2024.12.2 version. I think it's related to tuya APIs. I was able to re-add a hub (it took a while till it was added and still my video doorbell didn't work) and it was working for some time till HASS restarted. Then once more - timeout when initializing. |
same here Traceback (most recent call last): |
The problem
fails to initialize. Tried disabling/enabling but keeps happening
What version of Home Assistant Core has the issue?
core-2024.12.4
What was the last working version of Home Assistant Core?
core-2024.12.2
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Tuya
Link to integration documentation on our website
No response
Diagnostics information
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 640, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/tuya/init.py", line 68, in async_setup_entry
await hass.async_add_executor_job(manager.update_device_cache)
asyncio.exceptions.CancelledError: Global task timeout
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 640, in __async_setup_with_context result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/tuya/__init__.py", line 68, in async_setup_entry await hass.async_add_executor_job(manager.update_device_cache) asyncio.exceptions.CancelledError: Global task timeout
Additional information
No response
The text was updated successfully, but these errors were encountered: