mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
HP Color LazerJet MFP M277dw HTTP Monitor Not Working #4316
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#4316
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 @ucdscott on GitHub (Sep 28, 2025).
📑 I have found these related issues/pull requests
Unable to find any issues related to HP printers.
🛡️ Security Policy
📝 Description
http://192.168.0.206/
Must be a bug?
👟 Reproduction steps
http://192.168.0.206/
👀 Expected behavior
200 - OK
😓 Actual Behavior
response timeout: incomplete response within a interval
🐻 Uptime-Kuma Version
1.23.16
💻 Operating System and Arch
Synology DSM 7, Container Manager
🌐 Browser
Firefox 143.0.1 (64-bit)
🖥️ Deployment Environment
Runtime Environment:
Uptime Kuma Setup:
15ish📝 Relevant log output
@CommanderStorm commented on GitHub (Sep 28, 2025):
Please follow our troubleshooting instructions:
https://github.com/louislam/uptime-kuma/wiki/Troubleshooting
Also make sure that you and uptime kuma are on the same network.
http://192.168.0.206/ is private, meaning it caonnot be routed via the internet
@github-actions[bot] commented on GitHub (Dec 19, 2025):
We are clearing up our old
help-issues and your issue has been open for 60 days with no activity.If no comment is made and the stale label is not removed, this issue will be closed in 7 days.
@ucdscott commented on GitHub (Dec 21, 2025):
This is not a networking issue. All other servers are reporting uptime status correctly:
@CommanderStorm commented on GitHub (Dec 22, 2025):
Have you followed our troubleshooting steps?
@ucdscott commented on GitHub (Dec 22, 2025):
Yes, "This is not a networking issue."
root@15f863c8cabd:/app# curl http://192.168.0.206
<html> <head>root@15f863c8cabd:/app# curl -k https://192.168.0.206
<html> <head>@CommanderStorm commented on GitHub (Dec 22, 2025):
It seems above screenshot that you resolved the issue. At least it is not showing the incomplete response.
If this is a sporadic issue, try troubleshooting this a bit more.
Not sending the whole thing over the wire is a real issue. I don't see a bug in uptime kuma there.
Debugging networking issues over GitHub is extremely hard.
@ucdscott commented on GitHub (Dec 22, 2025):
What? How is this resolved?
What does "Not sending the whole thing over the wire" mean?
How do you propose I "try troubleshooting this a bit more?"
Again, this is not a networking issue. The Uptime Kuma container can reach the HTTP endpoint just fine, yet Uptime Kuma still reports Status = Down.
What information do you need from me that I have not provided?
@louislam commented on GitHub (Dec 22, 2025):
I guess the web interface is not completely following web standard. They probably write their web server to serve the interface from scratch. They may be fine on browsers, but not other http clients.
I think you should try other paths like http://192.168.0.206/jquery.js
@CommanderStorm commented on GitHub (Dec 22, 2025):
Here is the screenshot I am refering to
I would try
curl -v, then wireshark to look at what is incomplete about your servers response.From the information shared so far, the HTTP response itself appears to be incomplete or malformed. That usually points to a server-side issue rather than a problem inside Uptime Kuma.
Unfortunately, without more detailed diagnostics it’s difficult to narrow down the exact cause. To better understand what’s happening on the wire, additional debug information would be very helpful.
There are a few
nodeflags surrounding relaxing the header handling, but I would recomend to first see what the issue is before we go down that path.@github-actions[bot] commented on GitHub (Feb 21, 2026):
We are clearing up our old
help-issues and your issue has been open for 60 days with no activity.If no comment is made and the stale label is not removed, this issue will be closed in 7 days.
@ucdscott commented on GitHub (Feb 25, 2026):
HP Color LaserJet (HTTP 80).zip
Two different pcapng files attached (inside of zip file). One using Firefox as the client. The other using curl.