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
Upon connection, I'm now getting this error when connecting exactly the same way as during the development of this feature:
UnhandledPromiseRejectionWarning: TypeError [ERR_INVALID_URL]: Invalid URL
This seems to be caused by a bad parsing of the request URL and is fixed by #735.
The text was updated successfully, but these errors were encountered:
fixed with: #735
Sorry, something went wrong.
v5.7.2
No branches or pull requests
Upon connection, I'm now getting this error when connecting exactly the same way as during the development of this feature:
UnhandledPromiseRejectionWarning: TypeError [ERR_INVALID_URL]: Invalid URL
This seems to be caused by a bad parsing of the request URL and is fixed by #735.
The text was updated successfully, but these errors were encountered: