"Error: No input file specified" with UDP input #831

Closed
opened 2026-01-29 16:54:39 +00:00 by claunia · 2 comments
Owner

Originally created by @pszemus on GitHub (Apr 15, 2025).

I've built a docker image from master with:

$ podman build -t ccextractor -f dockerfile

and cannot ingest an input UDP stream:

$ podman run --rm ccextractor --udp 127.0.0.1:1234
Error: No input file specified

Issues? Open a ticket here
https://github.com/CCExtractor/ccextractor/issues
Originally created by @pszemus on GitHub (Apr 15, 2025). I've built a docker image from master with: ``` $ podman build -t ccextractor -f dockerfile ``` and cannot ingest an input UDP stream: ``` $ podman run --rm ccextractor --udp 127.0.0.1:1234 Error: No input file specified Issues? Open a ticket here https://github.com/CCExtractor/ccextractor/issues ```
Author
Owner

@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.

@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 https://github.com/CCExtractor/ccextractor/blob/888ffa4ee03ec77c19a998605c2cabb3388e671f/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.
Author
Owner

@pszemus commented on GitHub (Sep 9, 2025):

I turns out it is already fixed in #1725

@pszemus commented on GitHub (Sep 9, 2025): I turns out it is already fixed in #1725
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#831