sgserg
sgserg
@cheeyi Sure, tested on Maize M6s, Android version 7.0, Flyme 6.3.1.0G
Thanks for the quick response! I've just updated the package with `pip install --upgrade pyfcm` and it ended up installing 2.0.0. I'm on Python 3.6.9. Could that be the reason?
Tried pip-installing 2.0.3 from github, but it failed with google-auth being too old (2.22.0 being the latest for Python 3.6 according to [this](https://pypi.org/project/google-auth/)). Sending notification to a single device works...
Unfortunately I’m stuck on an older version (at most 2.22.0), on which pyfcm 2.0.0 installed and seemingly works fine (except the multiple device issue). > On 20 Jun 2024, at...
Changing the requirement to 2.22.0 and installing `aiohttp` makes our tests pass on 2.0.3. What might break due to this requirement change?
Could you please update setup.py too? (reference 2.22.0 instead of 2.29.0)
Also, annotations import fails on 3.6.9: ``` File "/usr/src/app/coral/PyFCM/pyfcm/__init__.py", line 14, in from .fcm import FCMNotification File "/usr/src/app/coral/PyFCM/pyfcm/fcm.py", line 1, in from .baseapi import BaseAPI File "/usr/src/app/coral/PyFCM/pyfcm/baseapi.py", line 1 from...
(also, **aiohttp (3.8.6)** dependency still needs to be manually installed)
one more thing: the following comma in **pyfcm/baseapi.py** seems to cause troubles for both iOS and Android: ``` 34 proxy_dict=None, 35 env=None, 36 json_encoder=None, 37 adapter=None >>> ,
@sathvik-grexit it's apparently the same as for a single `notify` you just make an array of those.