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
Error: {"error":"wamp.error.invalid_uri","args":[],"kwargs":{}}
{"error":"wamp.error.invalid_uri","args":[],"kwargs":{}}
Just because somewhere this was used: session.subscribe('com.company.camelCase',....
session.subscribe('com.company.camelCase',....
While this works without error: session.subscribe('com.company.snake_case',...
session.subscribe('com.company.snake_case',...
Related to this
A better message, for example "X,Y, and Z are not allowed in uri" would help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error:
{"error":"wamp.error.invalid_uri","args":[],"kwargs":{}}
Just because somewhere this was used:
session.subscribe('com.company.camelCase',....
While this works without error:
session.subscribe('com.company.snake_case',...
Related to this
A better message, for example "X,Y, and Z are not allowed in uri" would help.
The text was updated successfully, but these errors were encountered: