Skip to content
New issue

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

Cannot oscli send -> oscli dump without raising exception #70

Open
nils-werner opened this issue Sep 5, 2022 · 4 comments
Open

Cannot oscli send -> oscli dump without raising exception #70

nils-werner opened this issue Sep 5, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@nils-werner
Copy link

Describe the bug
I cannot use oscli to send and dump a package without the server raising an exception.

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):

  • OS: Arch Linux Latest
  • Python 3.10.5
  • oscpy 0.6.0 from PyPI
@nils-werner
Copy link
Author

The packets generated by the python-osc Example work fine.

@tshirtman tshirtman added the bug Something isn't working label May 9, 2023
@sunnyking
Copy link

This is likely a duplicate of #64, and fixed in #65

@Julian-O
Copy link

Julian-O commented Apr 14, 2024

@nils-werner: Can you please comment on whether #65 fixes the problem?

@nils-werner
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants