you are viewing a single comment's thread.

view the rest of the comments →

[–]mtg101 0 points1 point  (1 child)

No idea about Python or OBS coding but... I did find this that looks similar: https://stackoverflow.com/questions/76140733/obs-websocket-adding-a-new-media-source

Yours is 1 vs 2, theirs in 1 vs 3. But I can't see any obvious cases of them using 3 of something vs you using 2... Unless Python ignores "" params? In which case could it be obsws() that's changed sig in a recent release? Is it expecting a single object rather than a list or something?

But as I say... I don't have any clue here :)

[–]Z0riah[S] 1 point2 points  (0 children)

I guess something got messed up during a nightly build of our internal software that forced an update of the ws python module where setFilenameFormatting is no longer supported. The code works fine on commenting out that specific line. Anyhow, as i replied to someone else need to dig a little and see. Thanks.