lucasheld / uptime-kuma-api

A Python wrapper for the Uptime Kuma Socket.IO API
https://uptime-kuma-api.readthedocs.io
MIT License
263 stars 20 forks source link

'NoneType' object ... error in adding a tag to a monitor #68

Open sadjad-chrono opened 8 months ago

sadjad-chrono commented 8 months ago

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.

benhaleWV commented 8 months ago

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" }