Skip to content
New issue

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

Pushover template fails with no app token despite giving it token #208

Closed
ericswpark opened this issue Dec 30, 2023 · 4 comments
Closed

Comments

@ericswpark
Copy link

[2023-12-30 12:03:19.531 +09:00] [WRN] [63] Jellyfin.Plugin.Webhook.Destinations.Pushover.PushoverClient: Notification failed with "POST" request to https://api.pushover.net/1/messages.json: ""
[2023-12-30 12:03:19.532 +09:00] [WRN] [63] Jellyfin.Plugin.Webhook.Destinations.Pushover.PushoverClient: Notification failed with response status code BadRequest: "{\"token\":\"invalid\",\"errors\":[\"application token must be supplied, see https://pushover.net/api\"],\"status\":0,\"request\":\"[redacted]\"}"

I have filled out the two token fields (app and user token) in the plugin settings, but this is logged to the console. Do I also need to fill out the webhook URL? I thought the template provided it.

@crobibero
Copy link
Member

Doesn't look like you filled out the template. That is required.

@ericswpark
Copy link
Author

@crobibero by template, do you mean we have to also write in the "Template" text field?

image

As for the form fields underneath the template text field I already filled out with the tokens:

image

@crobibero
Copy link
Member

Yes, you need to populate the template field so the plugin knows what you want it to send.

@ericswpark
Copy link
Author

@crobibero thanks! Filling out the template with an example fixed it. Maybe the plugin could emit a warning if the template field isn't filled out? I'll close this issue!

@ericswpark ericswpark closed this as not planned Won't fix, can't repro, duplicate, stale Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants