Sravanth C.
Sravanth C.
If no one's working and if it's up for grabs, I'm ready to take this up :)
So I've got the general idea, i.e. using the `endCursor` and `hasNextPage`, however I could use some advice/help on how I should go about implementing it. As in, how should...
@yankeexe
You can safely ignore the warning, it is because you do not have `ffmpeg` installed on your system. If you want to get rid of the warning, installing `ffmpeg` would...
Could you be more specific? Here are some details that might help: 1. OS 2. Node + npm version 3. Do you have "ffmpeg-static": "^4.2.7" installed?
> added the bot to voice channel Did you add it manually? Or did you run the `enter ` command? I noticed there is a `username started speaking` line in...
You could try adding the following piece of code at the beginning of `index.js` and run it again, perhaps we could get some more info: ``` const SegfaultHandler = require('segfault-handler');...
> I guess something went wrong with opus decoder You are right, unfortunately, something is wrong with your environment, the recorder crashes at startup :( This has nothing to do...
> I have managed to get a different error. As I said, I cannot help you with these errors because `opus.node` is fault, however I'll leave this issue open until...
> "Segmentation fault (core dumped)". Unfortunately there isn't much I can do here as I am unable to reproduce this at my end. You could try following the previous comments...