-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
β οΈ Please verify that your question has not already been reported
- I have searched the existing issues and found no similar reports.
π‘οΈ Security Policy
- I have read and agree to Uptime Kuma's Security Policy.
π Describe your problem
Hi,
I'm trying to monitor endpoints that require NTLM authentication using Uptime Kuma (v2.0.2) on Node.js v20.19.5.
When I configure a monitor with NTLM, the request fails and I get the following error in the logs:
Cannot read properties of null (reading 'length')
It seems that the response body (res.data) is null in some cases, causing the crash when the code tries to read res.data.length. Could someone help fix NTLM support so that empty responses do not cause crashes?
π Error Message(s) or Log
Cannot read properties of null (reading 'length')π» Uptime-Kuma Version
v2.0.2
π» Operating System and Arch
Operating System: Oracle Linux Server 9.7 (x86_64) Kernel: 5.15.0-315.196.5.1.el9uek Architecture: x86_64
π Browser
N/A
π₯οΈ Deployment Environment
- Runtime Environment:
- Docker: Version
X.X.X(BuildY.Y.Y) - Docker Compose: Version
X.X.X - Portainer (BE/CE): Version
X.X.X(LTS: Yes/No) - MariaDB: Version
X.X.X(LTS: Yes/No) - Node.js: Version
X.X.X(LTS: Yes/No) - Kubernetes (K3S/K8S): Version
X.X.X(LTS: Yes/No, via[method/tool])
- Docker: Version
- Database:
- SQLite: Embedded
- MariaDB: Embedded/External
- Database Storage:
- Filesystem:
- Linux: ext4/XFS/Btrfs/ZFS/F2FS
- macOS: APFS/ HFS+
- Windows: NTFS/ReFS
- Storage Medium: HDD/eMMC/SSD/NVMe
- Filesystem:
- Uptime Kuma Setup:
- Number of monitors:
110
- Number of monitors:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working