Resource icon

Scene Browsers Refresh 1.0

James Delong

New Member
Wonder if I could get a little help.
I have it installed but not sure where to find the hotkey for it.

I am trying to use Streamdeck to refresh this page within a Multiaction session. My goal was to add an action/hotkey that would refresh the browser source (countdown timer via Streamelements).

Before I run the second 50 minute timer (labeled 50x2) I wanted that timer to be refreshed. I added a screenshot of what was doing in Streamdeck Multiactions.
Screen Shot 2022-03-22 at 11.12.35 AM.png

Thank you.
 

kalimag

New Member
There is a bug in this script that can cause random errors and crashes related to not cleaning up resources correctly.

To fix this, line 37
Lua:
    obs.source_list_release(sources)
should be replaced with
Lua:
    obs.sceneitem_list_release(items)
 
Top