-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Error executing service 🐛 #170
Comments
👋 @smarthomefamilyverrips, it is checked whether there is a bug. Please have some patience. |
👋 @smarthomefamilyverrips, the bug will not be further investigated. A new integration version has been released, check if the bug persists. If the error persists, open a new bug report. |
The error is with Xplora, here the service is always interrupted at the same time. |
Ok @Ludy87 thanks, will see if can exclude the error from logs then |
I hope that this is also the case for the other users. |
1 similar comment
I hope that this is also the case for the other users. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
What version of Integration has the issue?
@Ludy87 since latest update I get around 1-3 times a day following kind of errors
This error originated from a custom integration.
Logger: homeassistant.core
Source: custom_components/xplora_watch/coordinator.py:104
Integration: Xplora® Watch (documentation, issues)
First occurred: 03:03:10 (1 occurrences)
Last logged: 03:03:10
Error executing service: <ServiceCall xplora_watch.see (c:01GSKK44SYDKX1505YCT9J61JV): target=['all']>
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/core.py", line 1805, in catch_exceptions
await coro_or_task
File "/usr/src/homeassistant/homeassistant/core.py", line 1824, in _execute_service
await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
File "/config/custom_components/xplora_watch/services.py", line 67, in async_see
await see_service.async_see(kwargs[ATTR_SERVICE_TARGET] if ATTR_SERVICE_TARGET in kwargs else ["all"])
File "/config/custom_components/xplora_watch/services.py", line 120, in async_see
await self._coordinator._async_update_data(targets)
File "/config/custom_components/xplora_watch/coordinator.py", line 113, in _async_update_data
await self.init(aiohttp_client.async_create_clientsession(self.hass))
File "/config/custom_components/xplora_watch/coordinator.py", line 104, in init
await self.controller.init(self.controller._gql_handler.getApiKey(), sec=self.controller._gql_handler.getSecret())
File "/usr/local/lib/python3.10/site-packages/pyxplora_api/pyxplora_api_async.py", line 70, in init
raise LoginError(self.error_message)
pyxplora_api.exception_classes.LoginError: Login error:
System Health details
System Information
Home Assistant Community Store
AccuWeather
Home Assistant Cloud
Home Assistant Supervisor
Dashboards
Recorder
Sonoff
Spotify
Checklist
Describe the issue
since latest update I get around 1-3 times a day following kind of errors
This error originated from a custom integration.
Logger: homeassistant.core
Source: custom_components/xplora_watch/coordinator.py:104
Integration: Xplora® Watch (documentation, issues)
First occurred: 03:03:10 (1 occurrences)
Last logged: 03:03:10
Error executing service: <ServiceCall xplora_watch.see (c:01GSKK44SYDKX1505YCT9J61JV): target=['all']>
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/core.py", line 1805, in catch_exceptions
await coro_or_task
File "/usr/src/homeassistant/homeassistant/core.py", line 1824, in _execute_service
await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
File "/config/custom_components/xplora_watch/services.py", line 67, in async_see
await see_service.async_see(kwargs[ATTR_SERVICE_TARGET] if ATTR_SERVICE_TARGET in kwargs else ["all"])
File "/config/custom_components/xplora_watch/services.py", line 120, in async_see
await self._coordinator._async_update_data(targets)
File "/config/custom_components/xplora_watch/coordinator.py", line 113, in _async_update_data
await self.init(aiohttp_client.async_create_clientsession(self.hass))
File "/config/custom_components/xplora_watch/coordinator.py", line 104, in init
await self.controller.init(self.controller._gql_handler.getApiKey(), sec=self.controller._gql_handler.getSecret())
File "/usr/local/lib/python3.10/site-packages/pyxplora_api/pyxplora_api_async.py", line 70, in init
raise LoginError(self.error_message)
pyxplora_api.exception_classes.LoginError: Login error:
Reproduction steps
...
Debug logs
The text was updated successfully, but these errors were encountered: