Nguyễn Anh Nhân
Nguyễn Anh Nhân
Same issue here, anyone got a solution?
Any update about this?
A quick fix for this. In `utils` of project's root folder, look for webserver.js. Change `server.client.webSocketTransport` to `ws`. Change `server.webSocketServer` to `ws`. So it will look like this:  Restart...
@hadnet can you provide a full log of error?
> It did not work for me I am getting another error: > > ``` > WebSocket connection to 'wss://github.com/ws' failed: > WebSocketClient @ WebSocketClient.js:16 > initWDSSocket @ WDSSocket.js:23 >...
Same issue here, spent a lot of time struggling "X-Requested-With" header.
Your work is awesome, however I think you should make mmkv optional. Forcing using mmkv make this module unable to be used along with react-native-debugger (since mmkv does not work...
How do you think about customizable cache adapter? Or allow caching customizations? I used to try to use `youtubei.js` in my RN app, at that time, I used AsyncStorage as...
I see no need this implementation anymore. With React Native, after adding some polyfills and configure metro and builder to support YouTube.js, you can use this module without any hassle....
I think Browser Implementation is enough.