Reloss

Results 3 comments of Reloss

I have this problem too

> As already mentioned, a signature is required to send chat messages. Unfortunately, the implementation is associated with a lot of effort. Will see when I find time for it....

Use Proxy. WRAPPER : Connection failed, Error: Request failed with status code 403 ``` options.requestOptions = { httpsAgent: new ProxyAgent('http://127.0.0.1:10809'), timeout: 10000 // 10 seconds }; options.websocketOptions = { agent:...