'NoneType' object ... error in adding a tag to a monitor #68
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: DGNum/uptime-kuma-api#68
Loading…
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?
I'm getting this error randomly when trying to add a tag to a monitor:
[7] [CRITICAL] 'NoneType' object does not support item assignment
but the tag is being successfully attached to the monitor.
We are seeing the same issue, using medaziz11/uptimekuma_restapi. This is the error on the corresponding Invoke-WebRequest call.
Invoke-WebRequest: { "detail": "\u0027NoneType\u0027 object does not support item assignment" }