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 "/usr/lib/python3.12/site-packages/pyunifiprotect/session.py", line 361, in request
await self.ensure_authenticated()
File "/usr/lib/python3.12/site-packages/pyunifiprotect/session.py", line 421, in ensure_authenticated
await self.authenticate()
File "/usr/lib/python3.12/site-packages/pyunifiprotect/session.py", line 460, in authenticate
response = await self.request("post", url=url, json=auth)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/pyunifiprotect/session.py", line 380, in request
await self._update_last_token_cookie(response, require=require_auth)
File "/usr/lib/python3.12/site-packages/pyunifiprotect/session.py", line 494, in _update_last_token_cookie
for name, value in [c.split("=") for c in cookies.split(";") if "=" in c]:
^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'split'
There may be issues on my side (IP or identifiers configuration), but it shouldn't throw an exception like that
The text was updated successfully, but these errors were encountered:
Using the latest docker container:
There may be issues on my side (IP or identifiers configuration), but it shouldn't throw an exception like that
The text was updated successfully, but these errors were encountered: