Cannot oscli send -> oscli dump without raising exception
- Dominant language
- Python
- Stars
- 114
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
I cannot use `oscli` to send and dump a package without the server raising an exception.
**To Reproduce**
In one shell
```sh
oscli dump
```
in another
```sh
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
Contributor guide
Research direction
Reproduce the issue with `oscli dump` in one shell and `oscli send 127.0.0.1` in another on Python 3.10.5. Start at the `oscli` send/dump entry points and trace the packet validation that raises `ValueError`; done means the packet is readable without the server raising an exception.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, networking
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100