Hi All,
I am using Simplepush service with subscription in HA and i have noticed that some notification are failed to be sent.
To test that i have create a simple manually executed automation:
alias: sp_fail_test
description: ""
triggers:
- trigger: event
event_type: ""
conditions: []
actions:
- action: notify.simplepush
metadata: {}
data:
message: this message may fail
mode: single
It is around 50/50 that message (sometime more) that message will fail.
When it fail in trace it looks like this:
So it look like the problem here is:
Error: Expecting value: line 1 column 1 (char 0)
I have tried encrypted and unencrypted messages. Messages with and without custom titles etc. I have tried to remove integration entirely, restart HA, add it back again and configure. No luckā¦
When send test messages from ssh from my HA server using:
curl 'https://simplepu.sh/YOUR_SIMPLEPUSH_KEY/message'
then every single message is being delivered.
I am wondering if this is just me or anyone else have the same issue?
Thanks for any help with this matter.
