mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #449] Does this error occurred by Healthchecks.io side? #337
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#337
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 @aeharvlee on GitHub (Nov 16, 2020).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/449
When I try to send ping to check, it shows the error message sometimes.
HTTPSConnectionPool(host='hc-ping.com', port=443): Max retries exceeded with url: /a3515c03-29cf-4997-9416-d14311b1d949 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbe49001090>: Failed to establish a new connection: [Errno -2] Name or service not known'))
There was no error by my side at that time.
I want to know whether this error is well-known(not serious) or something.
@cuu508 commented on GitHub (Nov 16, 2020):
"Name or service not known" means DNS resolution failed. The most likely reason is your network connection was down when the client was pinging hc-ping.com.
@aeharvlee commented on GitHub (Nov 16, 2020):
@cuu508 Thanks for your answer.
If so, it must have been an error in my client program when connecting to hc-ping.com.