TheSpaghettiDetective / OctoPrint-Obico

GNU Affero General Public License v3.0
138 stars 42 forks source link

[BUG] Octoprint reports lots of errors from `octoprint.plugins.obico` with message `octoprint.plugins.obico - ERROR - datachannel payload too big` #216

Closed calexandre closed 1 year ago

calexandre commented 1 year ago

As the title says, I'm trying to trace a possible memory leak related ffmpeg and noticed lots of entries (1 every 2 seconds) with the following:

Nov 19 15:48:16 octopi octoprint[390]: 2023-11-19 15:48:16,345 - octoprint.plugins.obico - ERROR - datachannel payload too big (3867)
Nov 19 15:48:18 octopi octoprint[390]: 2023-11-19 15:48:18,358 - octoprint.plugins.obico - ERROR - datachannel payload too big (3867)
Nov 19 15:48:20 octopi octoprint[390]: 2023-11-19 15:48:20,371 - octoprint.plugins.obico - ERROR - datachannel payload too big (3868)
Nov 19 15:48:22 octopi octoprint[390]: 2023-11-19 15:48:22,386 - octoprint.plugins.obico - ERROR - datachannel payload too big (3867)
Nov 19 15:48:24 octopi octoprint[390]: 2023-11-19 15:48:24,400 - octoprint.plugins.obico - ERROR - datachannel payload too big (3866)
Nov 19 15:48:26 octopi octoprint[390]: 2023-11-19 15:48:26,412 - octoprint.plugins.obico - ERROR - datachannel payload too big (3866)
Nov 19 15:48:28 octopi octoprint[390]: 2023-11-19 15:48:28,424 - octoprint.plugins.obico - ERROR - datachannel payload too big (3866)
Nov 19 15:48:30 octopi octoprint[390]: 2023-11-19 15:48:30,436 - octoprint.plugins.obico - ERROR - datachannel payload too big (3868)
Nov 19 15:48:32 octopi octoprint[390]: 2023-11-19 15:48:32,447 - octoprint.plugins.obico - ERROR - datachannel payload too big (3868)
Nov 19 15:48:34 octopi octoprint[390]: 2023-11-19 15:48:34,460 - octoprint.plugins.obico - ERROR - datachannel payload too big (3865)
Nov 19 15:48:36 octopi octoprint[390]: 2023-11-19 15:48:36,473 - octoprint.plugins.obico - ERROR - datachannel payload too big (3866)

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

kennethjiang commented 1 year ago

this is a known false alarm from Janus. So far we have found no evidence to show these error message would cause any real issues, or memory leak.

Feel free to re-open this issue if you have found evidence of real problem caused by them.