mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Notification-PushDeer: unavailable #2387
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#2387
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 @kiddyyang on GitHub (Jul 17, 2023).
⚠️ Please verify that this bug has NOT been raised before.
🛡️ Security Policy
Description
When I test with Configure PushDeer, the error is reported as in the following screenshot.
image
My key is correct and has been tested successfully on other platforms.
👟 Reproduction steps
Configure PushDeer and click the Test button
👀 Expected behavior
It looks like the PushDeer server is unavailable, I'm not sure what the program's default PushDeer API URL is, now the official default one should be: https://api2.pushdeer.com.
At the same time, I hope to add a custom API URL, because PushDeer supports setting up the user's own server, not using the official server, which is what I did. The official API also provides this parameter, the name of which should be API_BASE.
😓 Actual Behavior
The screenshot of the reported error is in the description.
🐻 Uptime-Kuma Version
1.22.1
💻 Operating System and Arch
Official Docker latest version
🌐 Browser
Google Chrome 114.0.5735.199
🐋 Docker Version
Docker 24.0.2
🟩 NodeJS Version
No response
📝 Relevant log output
No response
@CommanderStorm commented on GitHub (Jul 17, 2023):
https://pushdeer.com/ seems to be down, but https://www.pushdeer.com/ seems not.
According to https://www.pushdeer.com/dev.html we are using their API correctly
See:
github.com/louislam/uptime-kuma@8e72d6f534/server/notification-providers/pushdeer.js (L11-L29)@kiddyyang commented on GitHub (Jul 18, 2023):
Thank you very much for your reply, after my testing, I realized that I was misled by the error message. Since I am in self-hosted mode and have my own push-link, could you please set the part of link "https://api2.pushdeer.com/" to a configurable parameter on the page?
https://www.pushdeer.com/selfhosted.html
@CommanderStorm commented on GitHub (Jul 18, 2023):
Okay, so not a
bug, right?In this case:
Could you recreate this issue with the different fields in the
feature_requesttemplate?Rationale:
Server ErrorconfusionAlternative:
If you want to provide a PR for this, this would be appreciated. Such a PR should include screenshots that the notification provider works using
https://api2.pushdeer.com/before and after making this parameter configurable.@kiddyyang commented on GitHub (Jul 19, 2023):
Yes, sure, this is not a bug, I'll close this issue and re-submit a feature request, Thank you very much for your kind help.
But I'm sorry I don't have the development capacity to provide this PR.