You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting an error trying to use "reconfigure" to reset cloud connection.
Logger: homeassistant.config_entries
Source: config_entries.py:809
First occurred: 2:28:08 PM (1 occurrences)
Last logged: 2:28:08 PM
Error unloading entry Luba-VS734GNY for mammotion
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 809, in async_unload
result = await component.async_unload_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/mammotion/init.py", line 82, in async_unload_entry
await entry.runtime_data.manager.remove_device(entry.runtime_data.device_name)
File "/usr/local/lib/python3.12/site-packages/pymammotion/mammotion/devices/mammotion.py", line 253, in remove_device
await self.devices.remove_device(name)
File "/usr/local/lib/python3.12/site-packages/pymammotion/mammotion/devices/mammotion.py", line 130, in remove_device
await device_for_removal.cloud().stop()
File "/usr/local/lib/python3.12/site-packages/pymammotion/mammotion/devices/mammotion_cloud.py", line 195, in stop
self._mqtt.on_ready_event.remove_subscribers(self.on_ready)
File "/usr/local/lib/python3.12/site-packages/pymammotion/event/event.py", line 69, in remove_subscribers
self.on_data_event -= obj_method
File "/usr/local/lib/python3.12/site-packages/pymammotion/event/event.py", line 14, in isub
self.__eventhandlers.remove(handler)
ValueError: list.remove(x): x not in list
Had a similar error before with "reload" saying remove was never awaited. But this one looks more informative.
The text was updated successfully, but these errors were encountered:
Getting an error trying to use "reconfigure" to reset cloud connection.
Logger: homeassistant.config_entries
Source: config_entries.py:809
First occurred: 2:28:08 PM (1 occurrences)
Last logged: 2:28:08 PM
Error unloading entry Luba-VS734GNY for mammotion
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 809, in async_unload
result = await component.async_unload_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/mammotion/init.py", line 82, in async_unload_entry
await entry.runtime_data.manager.remove_device(entry.runtime_data.device_name)
File "/usr/local/lib/python3.12/site-packages/pymammotion/mammotion/devices/mammotion.py", line 253, in remove_device
await self.devices.remove_device(name)
File "/usr/local/lib/python3.12/site-packages/pymammotion/mammotion/devices/mammotion.py", line 130, in remove_device
await device_for_removal.cloud().stop()
File "/usr/local/lib/python3.12/site-packages/pymammotion/mammotion/devices/mammotion_cloud.py", line 195, in stop
self._mqtt.on_ready_event.remove_subscribers(self.on_ready)
File "/usr/local/lib/python3.12/site-packages/pymammotion/event/event.py", line 69, in remove_subscribers
self.on_data_event -= obj_method
File "/usr/local/lib/python3.12/site-packages/pymammotion/event/event.py", line 14, in isub
self.__eventhandlers.remove(handler)
ValueError: list.remove(x): x not in list
Had a similar error before with "reload" saying remove was never awaited. But this one looks more informative.
The text was updated successfully, but these errors were encountered: