lukegb / obs_studio_exporter

Prometheus exporter for metrics from OBS Studio
Apache License 2.0
37 stars 8 forks source link

Errors when using plugin #14

Open London-Lass opened 7 months ago

London-Lass commented 7 months ago

Installed the plugin, and I get the following errors when I connect ...

`30 error(s) occurred:

This is on latest version 30.1.2 64 bit windows with a 4060Ti

London-Lass commented 6 months ago

Just to follow up, I managed to work around this by commenting out each of the lines 223 -> 237 in main.go, which refer to the PerSourceChannel metrics. I was working on the theory that somehow the PerSource metrics were colliding in some way resulting in the error. After a minor glitch because I was using a 32 bit GCC giving me an error I managed to compile and produce the dll required which now works are required albeit without the PerSourceChannel metrics, which I don't need.