nheko icon indicating copy to clipboard operation
nheko copied to clipboard

Logs spammed with "gst_value_collect_int_range: assertion"

Open benparsons opened this issue 1 year ago • 1 comments

Describe the bug

$ journalctl -f
Jan 04 10:02:54 ceres nheko[36232]: gst_value_collect_int_range: assertion 'collect_values[0].v_int < collect_values[1].v_int' failed
Jan 04 10:02:54 ceres nheko[36232]: range start is not smaller than end for `GstIntRange'
Jan 04 10:02:54 ceres nheko[36232]: gst_value_collect_int_range: assertion 'collect_values[0].v_int < collect_values[1].v_int' failed
Jan 04 10:02:54 ceres nheko[36232]: range start is not smaller than end for `GstIntRange'
Jan 04 10:02:54 ceres nheko[36232]: gst_value_collect_int_range: assertion 'collect_values[0].v_int < collect_values[1].v_int' failed
Jan 04 10:02:54 ceres nheko[36232]: range start is not smaller than end for `GstIntRange'
Jan 04 10:02:54 ceres nheko[36232]: gst_value_collect_int_range: assertion 'collect_values[0].v_int < collect_values[1].v_int' failed
Jan 04 10:02:54 ceres nheko[36232]: range start is not smaller than end for `GstIntRange'
Jan 04 10:02:54 ceres nheko[36232]: gst_value_collect_int_range: assertion 'collect_values[0].v_int < collect_values[1].v_int' failed
Jan 04 10:02:54 ceres nheko[36232]: range start is not smaller than end for `GstIntRange'

1000s+ of these lines, for the lifetime of the app.

To Reproduce

  1. Just load nheko and watch logs

What happened?

No response

Expected behavior

Not to have all these useless log lines

Screenshots

No response

Version

0.11.3

Operating system

Linux

Installation method

Flathub

Qt version

5.15.11

C++ compiler

No response

Desktop Environment

Fedora 39 KDE

Did you use profiles?

  • [ ] Profiles used?

Relevant log output

No response

Backtrace

No response

benparsons avatar Jan 04 '24 10:01 benparsons

I'm not sure if there is much we can do there. Gstreamer adds those log messages after we probed the voip plugin once. Need to investigate more, where the actual source is in this case.

deepbluev7 avatar Jan 07 '24 22:01 deepbluev7