Search found 7 matches
- Thu Jan 23, 2025 2:29 pm
- Forum: ZoneMinder 1.36.x
- Topic: Access token never expires APIv2 1.36.35
- Replies: 8
- Views: 3164
Re: Access token never expires APIv2 1.36.35
Yes there is a way.. it's in the user options.. it isn't ideal but if you look in the code you should see how to do it. A revamp of all this is on the todo list, but has been for like 2 years.. Hope someday this is got properly fixed :) To whom it may concern as workaround a simple python script to ...
- Tue Jan 21, 2025 1:56 pm
- Forum: ZoneMinder 1.36.x
- Topic: Access token never expires APIv2 1.36.35
- Replies: 8
- Views: 3164
- Tue Jan 14, 2025 11:17 am
- Forum: ZoneMinder 1.36.x
- Topic: Access token never expires APIv2 1.36.35
- Replies: 8
- Views: 3164
- Tue Jan 07, 2025 2:51 pm
- Forum: ZoneMinder 1.36.x
- Topic: Access token never expires APIv2 1.36.35
- Replies: 8
- Views: 3164
Re: Access token never expires APIv2 1.36.35
Just made sure php/system/mysql timezones are the same: root@zm:~ # timedatectl | egrep "Time zone|synchronized" Time zone: Asia/Novosibirsk (+07, +0700) System clock synchronized: yes mysql> SELECT @@system_time_zone; +--------------------+ | @@system_time_zone | +--------------------+ | +07 ...
- Sat Jan 04, 2025 5:30 pm
- Forum: ZoneMinder 1.36.x
- Topic: Access token never expires APIv2 1.36.35
- Replies: 8
- Views: 3164
Re: Access token never expires APIv2 1.36.35
@iconnor, I was able to reproduce the issue on my fresh test environment Ubuntu 22.04.5 with ZM 1.36.35. Might probably, the issue lays on service level as path /zm/api/host/monitors.json returns 401 Unauthorized "Expired token" as expected but camera stream still accessible. "Revoke all tokens" via ...
- Thu Jan 02, 2025 7:09 am
- Forum: ZoneMinder 1.36.x
- Topic: Access token never expires APIv2 1.36.35
- Replies: 8
- Views: 3164
Access token never expires APIv2 1.36.35
Hi @iconnor and happy NY! I recently faced an issue that on Ubuntu 22.04.5 ZM 1.36.35 access token received with v2.0 API is not getting expired. Using same token I can access a video stream days later. I mean that every time a new connection is initiated with same access token (not a case viewtopic ...
- Tue Sep 17, 2024 5:23 am
- Forum: ZoneMinder 1.36.x
- Topic: Issue - v1.36.34 = "web_php - Unable to load Monitor status record" "web_php - socket_sendto *.sock Connection refused"
- Replies: 14
- Views: 5689
Re: Issue - v1.36.34 = "web_php - Unable to load Monitor status record" "web_php - socket_sendto *.sock Connection refu
You have your FPS report interval set high don't you. I've got a patch incoming that should fix this. @iconnor, I faced the same issue after recent OS Ubuntu 22.04 update but not sure how it's connected. ZM had default 1000 for FPS Report Interval and all cams set to Monitor mode. Column UpdatedOn ...