HA logs are full of messages like:
Logger: custom_components.googlefindmy.Auth.firebase_messaging.fcmpushclient.FcmPushClient.139122653462608
Source: custom_components/googlefindmy/Auth/firebase_messaging/fcmpushclient.py:772
integration: Google Find My Device (documentation, issues)
First occurred: 10:50:06 (1 occurrence)
Last logged: 10:50:06
Unknown error in listener: Incorrect padding Traceback (most recent call last): File "/config/custom_components/googlefindmy/Auth/firebase_messaging/fcmpushclient.py", line 748, in _listen await self._handle_message(msg) File "/config/custom_components/googlefindmy/Auth/firebase_messaging/fcmpushclient.py", line 657, in _handle_message self._handle_data_message(msg) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^ File "/config/custom_components/googlefindmy/Auth/firebase_messaging/fcmpushclient.py", line 510, in _handle_data_message decrypted = self._decrypt_raw_data( self.credentials, crypto_key, salt, msg.raw_data ) File "/config/custom_components/googlefindmy/Auth/firebase_messaging/fcmpushclient.py", line 440, in _decrypt_raw_data crypto_key = urlsafe_b64decode(crypto_key_str.encode("ascii")) File "/usr/local/lib/python3.13/base64.py", line 134, in urlsafe_b64decode return b64decode(s) File "/usr/local/lib/python3.13/base64.py", line 88, in b64decode return binascii.a2b_base64(s, strict_mode=validate) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ binascii.Error: Incorrect padding
and no location info updated since about 14 hours.
possible it causes also memory leak. temporarily disabled this integration. re-configuration didn't help to fix it.
Can you check if this is some global issue or something wrong with my setup?
HA logs are full of messages like:
Logger: custom_components.googlefindmy.Auth.firebase_messaging.fcmpushclient.FcmPushClient.139122653462608
Source: custom_components/googlefindmy/Auth/firebase_messaging/fcmpushclient.py:772
integration: Google Find My Device (documentation, issues)
First occurred: 10:50:06 (1 occurrence)
Last logged: 10:50:06
Unknown error in listener: Incorrect padding Traceback (most recent call last): File "/config/custom_components/googlefindmy/Auth/firebase_messaging/fcmpushclient.py", line 748, in _listen await self._handle_message(msg) File "/config/custom_components/googlefindmy/Auth/firebase_messaging/fcmpushclient.py", line 657, in _handle_message self._handle_data_message(msg) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^ File "/config/custom_components/googlefindmy/Auth/firebase_messaging/fcmpushclient.py", line 510, in _handle_data_message decrypted = self._decrypt_raw_data( self.credentials, crypto_key, salt, msg.raw_data ) File "/config/custom_components/googlefindmy/Auth/firebase_messaging/fcmpushclient.py", line 440, in _decrypt_raw_data crypto_key = urlsafe_b64decode(crypto_key_str.encode("ascii")) File "/usr/local/lib/python3.13/base64.py", line 134, in urlsafe_b64decode return b64decode(s) File "/usr/local/lib/python3.13/base64.py", line 88, in b64decode return binascii.a2b_base64(s, strict_mode=validate) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ binascii.Error: Incorrect padding
and no location info updated since about 14 hours.
possible it causes also memory leak. temporarily disabled this integration. re-configuration didn't help to fix it.
Can you check if this is some global issue or something wrong with my setup?