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
Describe the bug I cannot use oscli to send and dump a package without the server raising an exception.
oscli
To Reproduce
In one shell
oscli dump
in another
oscli send 127.0.0.1
You will receive an exception
ValueError: packet is not a message or a bundle
Expected behavior The packet should be readable
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered:
The packets generated by the python-osc Example work fine.
Sorry, something went wrong.
This is likely a duplicate of #64, and fixed in #65
@nils-werner: Can you please comment on whether #65 fixes the problem?
No it doesn't seem like it does. Maybe oscli send 127.0.0.1 sends an empty packet, which oscli dump doesn't like?
No branches or pull requests
Describe the bug
I cannot use
oscli
to send and dump a package without the server raising an exception.To Reproduce
In one shell
in another
You will receive an exception
Expected behavior
The packet should be readable
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: