Page 1 of 1

Re: MKR1010 Push

Posted: 20. Nov 2018, 06:27
by admin
do you have any error log for me?

Kevin

Re: MKR1010 Push

Posted: 21. Nov 2018, 19:48
by admin
yes, pushsafer response with a json string discribed in the api: https://www.pushsafer.com/en/pushapi

SUCCESS:

Code: Select all

{
    "status":1,
    "success":"message transmitted",
    "available":1823,
    "message_ids":"1324312:118,1324313:324"
}
ERROR (Example):

Code: Select all

{
    "status":0,
    "error":"invalid key"
}
If you do not get a response, i think you do not have an connection to the internet!

Please refer to this post, and try to get help in a arduino forum!

Kevin

Re: MKR1010 Push

Posted: 23. Nov 2018, 10:33
by admin
OK, but that only the form data!

Do you have an output for to post of this data to the the pushsafer.com API URL.

I think its a problem with the https connction!

Kevin

Re: MKR1010 Push

Posted: 24. Nov 2018, 14:57
by admin
when you send a request to the pushsafer api and the request reach our server correctly, you got a respond from it.

So i think your internet connection or a safe https connection are not present.

To solve this issue you need to get support from an profi in a adurino board.

Kevin