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
Error setting up entry Aarlo for [email protected] for aarlo
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 637, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/aarlo/init.py", line 246, in async_setup_entry
arlo = await hass.async_add_executor_job(login, hass, domain_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/aarlo/init.py", line 408, in login
arlo = PyArlo(**PyaarloCfg.create_options(hass, conf))
File "/usr/local/lib/python3.13/site-packages/pyaarlo/init.py", line 235, in init
self._bases.append(ArloBase(dname, self, device))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/pyaarlo/base.py", line 53, in init
super().init(name, arlo, attrs)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/pyaarlo/device.py", line 50, in init
self._save(key, value)
~~~~~~~~~~^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/pyaarlo/super.py", line 73, in _save
self._arlo.st.set(self._to_storage_key(attr), value, prefix=self._id)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/pyaarlo/storage.py", line 68, in set
self.db[ekey] = value
~~~~~~~^^^^^^
TypeError: 'bytes' object does not support item assignment
I have this problem since this night.
Can anyone help me?
Thanks 🙂🙂🙂
The text was updated successfully, but these errors were encountered:
Registratore: homeassistant.config_entries
Fonte: config_entries.py:637
Prima occorrenza: 07:06:17 (2 occorrenze)
Ultimo accesso: 07:28:04
Error setting up entry Aarlo for [email protected] for aarlo
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 637, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/aarlo/init.py", line 246, in async_setup_entry
arlo = await hass.async_add_executor_job(login, hass, domain_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/aarlo/init.py", line 408, in login
arlo = PyArlo(**PyaarloCfg.create_options(hass, conf))
File "/usr/local/lib/python3.13/site-packages/pyaarlo/init.py", line 235, in init
self._bases.append(ArloBase(dname, self, device))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/pyaarlo/base.py", line 53, in init
super().init(name, arlo, attrs)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/pyaarlo/device.py", line 50, in init
self._save(key, value)
~~~~~~~~~~^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/pyaarlo/super.py", line 73, in _save
self._arlo.st.set(self._to_storage_key(attr), value, prefix=self._id)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/pyaarlo/storage.py", line 68, in set
self.db[ekey] = value
~~~~~~~^^^^^^
TypeError: 'bytes' object does not support item assignment
I have this problem since this night.
Can anyone help me?
Thanks 🙂🙂🙂
The text was updated successfully, but these errors were encountered: