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
As of #426, we get the following error under Python 3:
File ".../lib/python3/dist-packages/rosbridge_server/autobahn_websocket.py", line 180, in onMessage self.protocol.incoming(message) File ".../lib/python3/dist-packages/rosbridge_library/protocol.py", line 120, in incoming self.buffer = self.buffer + message_string builtins.TypeError: Can't convert 'bytes' object to str implicitly
Would be great to have a CI setup that ran tests under Py3 as well as Py2.
The text was updated successfully, but these errors were encountered:
I'll work on fixing this.
Rosbridge uses the industrial_ci script for which Python 3 support is in progress.
Sorry, something went wrong.
Fix Autobahn WebSocket vs. Python 3
54b7390
Fixes #448
Fix Autobahn WebSocket vs. Python 3 (#451)
856987e
Successfully merging a pull request may close this issue.
As of #426, we get the following error under Python 3:
Would be great to have a CI setup that ran tests under Py3 as well as Py2.
The text was updated successfully, but these errors were encountered: