kivy/oscpy

Cannot oscli send -> oscli dump without raising exception

nils-werner opened this issue · 4 comments

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

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

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?