We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I'd like to use proxies for websockets but I can't. I need to configure the proxy from a variable.
But even using the example (https://github.com/erictik/midjourney-discord/blob/main/examples/proxy.ts), I get this error: class ProxyWebSocket extends isomorphic_ws_1.default { ^ TypeError: Class extends value undefined is not a constructor or null
class ProxyWebSocket extends isomorphic_ws_1.default { ^ TypeError: Class extends value undefined is not a constructor or null
Thanks !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I'd like to use proxies for websockets but I can't.
I need to configure the proxy from a variable.
But even using the example (https://github.com/erictik/midjourney-discord/blob/main/examples/proxy.ts), I get this error:
class ProxyWebSocket extends isomorphic_ws_1.default { ^ TypeError: Class extends value undefined is not a constructor or null
Thanks !
The text was updated successfully, but these errors were encountered: