We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dashboard in pushover sends to the phone, but doing it via the docs on here gives no pushes. https://github.com/jreese/znc-push/blob/master/doc/pushover.md
<*push> service: pushover <*push> service_host: api.pushover.net <*push> service_url: /1/messages.json <*push> service_auth: <*push> use_port: 443 <*push> use_ssl: 1 <*push> use_post: 1 <*push> NOT using libcurl <*push> Building notification to api.pushover.net/1/messages.json... <*push> User-Agent: ZNC Push/dev <*push> Query string: device=clt-l29&message=test&priority=0&title=New+Message&token=secretfrompushover&user=userkeyfrompushover <*push> Request sending <*push> Ok <*push> Disconnected.
The text was updated successfully, but these errors were encountered:
I know Pushover works because my push instance sends dozens of notifications to me every day via that service.
My instance doesn't have a target set, though. If you do, try removing that. The docs or code for that specific setting could be wrong, I guess.
target
Sorry, something went wrong.
Had the same issue, unsetting the target fixed it.
No branches or pull requests
Dashboard in pushover sends to the phone, but doing it via the docs on here gives no pushes.
https://github.com/jreese/znc-push/blob/master/doc/pushover.md
The text was updated successfully, but these errors were encountered: