current-song2 icon indicating copy to clipboard operation
current-song2 copied to clipboard

Not showing up in OBS?

Open taIlyhalI opened this issue 1 year ago • 1 comments

The URL works fine in my browser but is just blank in OBS for some reason.

I've tried using different resolutions, messing with the browser source settings but nothing seems to fix it image image

taIlyhalI avatar Aug 18 '23 15:08 taIlyhalI

Hmm, that's really weird. Are you using the latest OBS version? I tested it on the latest OBS version (29.1.3) on Windows 10.


If you got the time, could you try and inspect the browser source?

To do that, launch OBS (from its directory) with --remote-debugging-port=9222 (you can choose the port) - go to the location of obs64.exe, open a terminal and run .\obs64.exe --remote-debugging-port=9222.

In Chrome (or any Chromium browser), you can then go to chrome://inspect, enable Discover network targets and add localhost:9222 to the targets.

After some time, you should see a page with the URL http://localhost:48457/, there you can click inspect and view the logs:

chrome_2023-08-18_18-17-09

Nerixyz avatar Aug 18 '23 16:08 Nerixyz