Cannot oscli send -> oscli dump without raising exception
nils-werner opened this issue · 4 comments
nils-werner commented
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 commented
The packets generated by the python-osc Example work fine.
Julian-O commented
@nils-werner: Can you please comment on whether #65 fixes the problem?
nils-werner commented
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?