Brad Nakken
Brad Nakken
As a troubleshooting step, try changing your disconnect handler to this. It will print an error code and an error message to the console when it disconnects. ```js bot.on('disconnect', function(errMsg,...
I'm getting this error in TS 4.4.3 My current dependencies: ```js "devDependencies": { "@types/express": "^4.17.11", "@types/express-serve-static-core": "^4.17.18", // I only added this today in response to previous comments. I still...
@DetachHead thanks, updating `@types/express` to the `latest` tag brought in the required dependency too, so I removed the extra dependency from my project. Thanks again!
Yeah, I think it would be cool if we could pull in subtitles from video sources, I once started captioning a video intro with the hopes it would be picked...
This issue is affecting me, I hope the PR can be accepted soon.
I just checked my full logs, it looks like `today_s_energy`, `month_s_energy`, `grid_exported_energy` and `grid_imported_energy` are all throwing the error that it is the wrong state class. I wondered whether this...
The Stream Audio sources will capture all audio going through your OBS Output Audio track of the same number. So if you have all your audio sources being captured into...
I'm also seeing this issue on my S95BA. As others have noted, reloading the config correctly detects the state. Still, I would like it to update automatically because I have...
I actually found that Nginx has yum repositories for both Amazon Linux 2 and 2023. https://nginx.org/en/linux_packages.html#Amazon-Linux
> > I actually found that Nginx has yum repositories for both Amazon Linux 2 and 2023. https://nginx.org/en/linux_packages.html#Amazon-Linux > > I tried this on AL2023 recently, but the "stable" repo...