[BUG]: noexisting container names are not handled #29
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Description
Program can't handle non existent container names
🔁 Steps to Reproduce
./venv/bin/python -m audio_splitter.main test_data/png_test.opus test_data/png_test.txt --container nonexistent✅ Expected Behavior
Clear error about invalid container
❌ Actual Behavior
It passes the container name to FFmpeg which fails
📄 Logs / Screenshots
No response
📦 Audio Splitter Version
commit
25e8c0293e💻 Operating System
Debian 13
🌍 Browser (if applicable)
No response
📎 Additional Context
No response
✅ Submission Checklist
[BUG]: no existing container names are not handledto [BUG]: noexisting container names are not handled