Alexandre Hallaine

Results 11 comments of Alexandre Hallaine

That's why the track never start

``` { sessionId: '977f4554f04a25850df8b862d21210d5', op: 'voiceUpdate', guildId: '854806658726494238', event: { endpoint: 'rotterdam7033.discord.gg:443', guild_id: '854806658726494238', token: '38ea07339cbb2285' } } ``` is also send

Did you have connected nodes linked with your manager?

i made a fix, just replace this ```js let value await this.request('/', { resolveWithFullResponse: true }).then(res => { const pattern = new RegExp(/(csrf_token":")\w+/) const matches = res.toJSON().body.match(pattern) value = matches[0].substring(13)...

> but this creates a new error if u tried running it a request error can you give the error you got?

I found that when you use ```ts const { Configuration, OpenAIApi } = require("openai"); ``` and not ```ts import { Configuration, OpenAIApi } from 'openai'; ``` The issue is resolved....

> @execrate0 's recommendation worked to stop the errors, but fails to provide typesafety in the project. Maybe Typescript is not really supported (or the latest versions)