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
Running the latest version of Synapse (1.104.0) and Sygnal (0.14.0) and getting the following error:
File "/usr/local/lib/python3.10/site-packages/sygnal/gcmpushkin.py", line 673, in _build_data
for attr, value in data["content"].items():
AttributeError: 'NoneType' object has no attribute 'items'
This is from trying to upgrade to use the new V1 Firebase tokens- have updated the config so that is contains the following:
api_version: v1
project_id : id
service_account_file : filepath.json
What might be causing this issue?
The text was updated successfully, but these errors were encountered:
Running the latest version of Synapse (1.104.0) and Sygnal (0.14.0) and getting the following error:
This is from trying to upgrade to use the new V1 Firebase tokens- have updated the config so that is contains the following:
What might be causing this issue?
The text was updated successfully, but these errors were encountered: