mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #632] Signal Integration Failing #457
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#457
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 @azoller1 on GitHub (Apr 5, 2022).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/632
Related here: https://github.com/healthchecks/healthchecks/issues/564
I am receiving the same issues after registration and testing my signal integration. The number/account should be valid.
Could not send a test notification. signal-cli call failed (-1).
All other integrations for me work ok.
@cuu508 commented on GitHub (Apr 5, 2022):
Investigating, upstream issue filed: https://github.com/AsamK/signal-cli/issues/923
@bjo81 commented on GitHub (Apr 6, 2022):
I'm getting
Could not send a test notification. signal-cli call failed (-32602).- I assume that's another issue?@cuu508 commented on GitHub (Apr 7, 2022):
@bjo81 not sure, are you getting this on a self-hosted instance?
The first thing to check would be to see if you can send a message manually with signal-cli from command line. If that fails, the command's output may have clues on what's wrong.
@cuu508 commented on GitHub (Apr 13, 2022):
I've updated Healthchecks to handle Signal rate-limiting issues better. Instead of showing the non-specific "signal-cli call failed (-1)", Healthchecks now shows "CAPTCHA proof required". It also sends an email alert to site administrators with more details. For administrators, there is also now a
submitchallengemanagement command for submitting CAPTCHA solution.