lolcatw
lolcatw
When the stream pipe breaks, noodle.js doesnt handle error events properly. ``` node:events:491 throw er; // Unhandled 'error' event ^ Error: Input stream error: aborted at PassThrough. (/home/lolcat/rena_mumble/node_modules/fluent-ffmpeg/lib/processor.js:452:34) at PassThrough.emit...
Hello again... I finally did it, after 2 nights of not sleeping: https://git.lolcat.ca/lolcat/rena_mumble I made a music bot for mumble! Functionally, it works a bit like fredboat over on discord....
Is there a way to pause a stream without having to handle voice packets ourselves using `writeProto`? Theres `dispatcher.resume()` I believe, I will continue investigating myself
Hello! Is there a way currently to switch to another channel? Thank you!
### Is your feature request related to a problem? Please describe. My server was recently blocked from YouTube. I haven't seen any options anywhere to setup proxies... ### What is...
Hello. I can use the following code to create a list ``` messagelist = blessed.list({ parent:screen, label:'{bold}{cyan-fg}#' + channel.name + '{/cyan-fg}{/bold}', tags:true, border:'line', width:"100%", top:0, left:0, bottom:1, mouse:true, scrollbar:{ ch:'',...
Hello! By reading through some obscure answers listed on other bug reports, I was able to make PHP use `curl-impersonate`. I have written up a guide on how to do...
**Describe the bug** I am getting 429: Too many requests error. **How To Reproduce** Steps to reproduce the behavior: 1. Make a lot of song requests **Expected behavior** Be able...
If I search up `javascript undefined`, I get fairly good results, although none of the results immediately show me Stackoverflow answers. But if I instruct it to get search results...
Inline code samples don't have spaces surrounding them, so when I copy paste text from an instant answers, it omits the space around the code sample. I tried looking up...