-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
Open
Labels
Description
The problem
Unable to add litter robot integration, it fails with "unexpected error"
This seems to be the relevant error in the logs, but I am able to log into the app with those credentials. so they are valid.
I have tried to remove and re-add the integration (it used to work and then stopped) but I am unable to re-add now due to the unexpected error
" File "/usr/local/lib/python3.13/site-packages/pycognito/__init__.py", line 267, in verify_token
raise TokenVerificationException(
f"Your {id_name!r} token could not be verified ({err})."
) from None
pycognito.exceptions.TokenVerificationException: Your 'access_token' token could not be verified (Signature has expired)."
What version of Home Assistant Core has the issue?
2025.5.3
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Litter-Robot
Link to integration documentation on our website
https://www.home-assistant.io/integrations/litterrobot/
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
" File "/usr/local/lib/python3.13/site-packages/pycognito/__init__.py", line 267, in verify_token
raise TokenVerificationException(
f"Your {id_name!r} token could not be verified ({err})."
) from None
pycognito.exceptions.TokenVerificationException: Your 'access_token' token could not be verified (Signature has expired)."
Additional information
that msg would indicate it has a signature from a previous install, how do i remove that so it updates with a fresh signature?
JitteryDoodle