Pb with notification

Hello,

Notifications don’t work with my local blynk server.

In blynk.log, I have

2016-12-11 08:11:52.556 ERROR - Error sending push. Reason https://gcm-http.googleapis.com:443

And with curl, all is ok :

curl --include --request POST --header “Content-Type: application/json” --data-binary “{
“body” : “message no less than 255 chars.”
}” ‘http://192.168.0.25:8080/XXXXXXXXXXXXXXXXXXXXXXXXX/notify

HTTP/1.1 200 OK
connection: keep-alive
content-length: 0

Notifications are for android.

Have you any idea ?

Chdid

@Chdid is the curl command actually send a push notification to your Android phone?

Do you have a basic sketch where the push fails? Sometimes the problem is a bad loop where users accidentally try to send more frequently than the permitted one message every 15 seconds (was previously one per minute).

Did you follow instruction on server github?

I only use notifications with the HTTP API, with nodered, at a rate of 2 to 6 per day.
1 post at a time on 2 android.
The server is installed on a raspberry3 and the notifications worked correctly until 15 days ago.