"No packet.size(0) or packet->in_frame((nil)). Not decoding" is filling the SQL log for VNC monitor

Current Development version likely to have breaking changes
Post Reply
MarsRover
Posts: 46
Joined: Sat Apr 30, 2022 10:34 am

"No packet.size(0) or packet->in_frame((nil)). Not decoding" is filling the SQL log for VNC monitor

Post by MarsRover »

Hello
After upgrading from 1.37.61~20240604093931-focal to 1.37.61~20240623105633-focal my SQL log is full of messages (1 per frame actually):

Code: Select all

WAR No packet.size(0) or packet->in_frame((nil)). Not decoding   |   zm_monitor.cpp line: 2956
This only happens with VNC monitor, settings are:
Capture Resolution: 128x1024 24bpp (exactly match physical monitor settings)
FPS: 2
Decode: always
Analysis: None
Recording: Always, Encoder: libx264, Container: mp4, Encoder Parameters: qp=0,crf=17

UPD: Setting LOG_LEVEL_DATABASE to "Error" or even "None" didn't help, it doesn't filter those WAR messages for some reason.
UPD2: changes to LOG_LEVEL_DATABASE came into effect after restarting ZM
Last edited by MarsRover on Fri Jun 28, 2024 11:16 am, edited 1 time in total.
MarsRover
Posts: 46
Joined: Sat Apr 30, 2022 10:34 am

Re: "No packet.size(0) or packet->in_frame((nil)). Not decoding" is filling the SQL log for VNC monitor

Post by MarsRover »

Downgraded to 1.37.61~20240604093931-focal_amd64, problem is gone.
Looking forward for a fix.
User avatar
borozenetsww
Posts: 47
Joined: Tue Sep 12, 2023 1:55 am

Re: "No packet.size(0) or packet->in_frame((nil)). Not decoding" is filling the SQL log for VNC monitor

Post by borozenetsww »

How i may downgrade from latest build? Last version has too many problems.
MarsRover
Posts: 46
Joined: Sat Apr 30, 2022 10:34 am

Re: "No packet.size(0) or packet->in_frame((nil)). Not decoding" is filling the SQL log for VNC monitor

Post by MarsRover »

borozenetsww wrote: Tue Jun 25, 2024 6:54 am How i may downgrade from latest build? Last version has too many problems.
Get it from here
https://launchpad.net/~iconnor/+archive ... der-master
User avatar
iconnor
Posts: 3263
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: "No packet.size(0) or packet->in_frame((nil)). Not decoding" is filling the SQL log for VNC monitor

Post by iconnor »

latest package should fix the logging.
You can often find previous builds in /var/cache/apt/archives
Post Reply