mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-24 20:25:50 +03:00
[GH-ISSUE #364] Gotify notification failure #112
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#112
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ricostuart on GitHub (Nov 30, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE-Local/issues/364
✅ Have you read and understood the above guidelines?
yes
📝 Provide a clear and concise description of the issue.
Trying to setup notifications using my gotify lxc server. But when I put in the details I just get an error saying:
Failed to send test notification: All notification attempts failed
URL: gotifys://gotify.epnet.work/AwcLCjip7LUEiHp
Not sure where I am going wrong with it, as I have it working well with other services ok. I've even tried it with the IP instead but get the same error. Also tried using gotify as well as gotifys but no joy.
🔄 Steps to reproduce the issue.
Add notification server and test notification using gotify url.
❌ Paste the full error output (if available).
Failed to send test notification: All notification attempts failed
🖼️ Additional context (optional).
No response
@michelroegl-brunner commented on GitHub (Dec 1, 2025):
At the moment the App suports only Apprise as a notification Service, not Gotify directly. I assume that the Services are not directly interchangeable, that would be the reason why it fails here. I look into Gotify a bit more in the next time and see how we can implement this.
@damienDar commented on GitHub (Dec 4, 2025):
Hey there, I'm also unable to get notifications working via pushover using the apprise url.
Is there something that I'm missing?
I'm following the url scheme on github.com/caronc/apprise without success.
How can I debug the notifications?