mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
"Error: No input file specified" with UDP input #831
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?
Originally created by @pszemus on GitHub (Apr 15, 2025).
I've built a docker image from master with:
and cannot ingest an input UDP stream:
@teodly commented on GitHub (Apr 23, 2025):
Works after this fix:
https://github.com/teodly/ccextractor/compare/master...fix-input-file-check
From my 10 minutes of looking into the source code, looks like this check is redundant, as later
888ffa4ee0/src/rust/src/parser.rs (L1523)there is proper check.I will do PR after confirmation that this is correct, from someone more familiar with the code.
@pszemus commented on GitHub (Sep 9, 2025):
I turns out it is already fixed in #1725