Search found 5 matches

by alextuning
Tue Jan 14, 2025 11:17 am
Forum: ZoneMinder 1.36.x
Topic: Access token never expires APIv2 1.36.35
Replies: 5
Views: 1008

Re: Access token never expires APIv2 1.36.35

iconnor wrote: Mon Jan 06, 2025 9:21 pm I wonder is your system time zone and php/zm timezone synced up?

Otherwise I'll have to dig in see if I can figure it out.
Dear @iconnor,

I hope this message finds you well.
I wanted to kindly inquire if there have been any updates regarding this matter?
by alextuning
Tue Jan 07, 2025 2:51 pm
Forum: ZoneMinder 1.36.x
Topic: Access token never expires APIv2 1.36.35
Replies: 5
Views: 1008

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 ...
by alextuning
Sat Jan 04, 2025 5:30 pm
Forum: ZoneMinder 1.36.x
Topic: Access token never expires APIv2 1.36.35
Replies: 5
Views: 1008

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 ...
by alextuning
Thu Jan 02, 2025 7:09 am
Forum: ZoneMinder 1.36.x
Topic: Access token never expires APIv2 1.36.35
Replies: 5
Views: 1008

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 ...
by alextuning
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: 4271

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 ...