kivy / oscpy

An efficient OSC implementation compatible with python2.7 and 3.5+
MIT License
109 stars 27 forks source link

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

Open nils-werner opened 2 years ago

nils-werner commented 2 years ago

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

nils-werner commented 2 years ago

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

sunnyking commented 6 months ago

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

Julian-O commented 5 months ago

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

nils-werner commented 5 months ago

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?