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
File "/home/ville/.local/lib/python3.10/site-packages/weconnect/addressable.py", line 53, in addObserver
self.__observers.add((observer, flag, priority, onUpdateComplete))
AttributeError: 'filter' object has no attribute 'add'
I get this error when trying to add an observer to the climate requests. It works when adding an observer for the first time, but no longer works when I have removed the observer once before. idk if it is because the API or I have done something wrong.
The text was updated successfully, but these errors were encountered:
File "/home/ville/.local/lib/python3.10/site-packages/weconnect/addressable.py", line 53, in addObserver
self.__observers.add((observer, flag, priority, onUpdateComplete))
AttributeError: 'filter' object has no attribute 'add'
I get this error when trying to add an observer to the climate requests. It works when adding an observer for the first time, but no longer works when I have removed the observer once before. idk if it is because the API or I have done something wrong.
The text was updated successfully, but these errors were encountered: