Question / Help SWIG failed to convert lua object to obs object: obs_scene_t *

WBE

Member
Working on a Lua script I noticed that an obs_scene_enum_items call does not return any results.

The log file gives this error:
10:03:59.842: [Lua] scene_enum_items:637: SWIG failed to convert lua object to obs object: obs_scene_t *
Any clue what this means and what I'm doing wrong?

I want to get a list of the names of all sources within a scene, like line 168/169 of

Please find the Lua script attached. And the log at:
 

Attachments

  • AAAtest.zip
    671 bytes · Views: 6
Top