OBS 31.0.0 and Scoreboard-OCR crashes

mistersampo

New Member
I am using OBS with a browser source using a local html file that pulls json data from Scoreboard-OCR (https://scoreboard-ocr.com/) to update a score bug for our JH and HS basketball games.

It has worked fairly well for the past few years but last weekend I noticed OBS kept crashing. I would watch the memory usage in task manager gradually climb until it maxed out, causing OBS to crash. If I hid the browser source or switched to the scene I have for ads, the memory would begin to free up. I have resolved the issue for now by rolling back to version 30.2.3. I can run my setup on this version for the entire night without an issue, memory stays flat and obs doesn't crash. On version 31.0.0 I was crashing as many as 4 times a game even trying to mitigate the memory issue. I have attached several logs from multiple crashes.

Again, the issue is resolved by rolling back to the previous version (30.2.3) so I am mostly just posting this as a bug report, I guess.
 

Attachments

  • 2024-12-16 15-48-03.txt
    73.2 KB · Views: 12
  • 2024-12-16 16-21-57.txt
    23.6 KB · Views: 3
  • 2024-12-16 17-37-28.txt
    19.7 KB · Views: 5
  • 2024-12-16 18-08-05.txt
    17.4 KB · Views: 4

Tomasz Góral

Active Member
Error: Uncaught TypeError: Cannot set properties of null (setting 'innerHTML')
soo, in html file you got error without 'try catch', add this to js in html page.
 
Top