healthjoy / async-firebase

The lightweight asynchronous client that makes interaction with Firebase Cloud Messaging oversimplified.
MIT License
37 stars 14 forks source link

send_multicast causes 404 response #68

Closed Narquadah closed 8 months ago

Narquadah commented 8 months ago

Describe the bug 404 Response when using send_multicast using the newest version. It works fine on 3.3.0.

To Reproduce Use send_multicast method.

Additional context Logs:

[INFO] HTTP Request: POST https://oauth2.googleapis.com/token "HTTP/1.1 200 OK"
[INFO] HTTP Request: POST https://fcm.googleapis.com/v1/projects/xxxxxxxxx/messages%3Asend/batch "HTTP/1.1 404 Not Found"
[WARNING] Unexpected HTTP response with status: 404; body: b''

Thanks!

akalex commented 8 months ago

Hello @Narquadah, I will take a look at it.