[PR #529] Printing exact error for clean file. #1356

Closed
opened 2026-01-29 17:15:57 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/529

State: closed
Merged: No


Removes ambiguity as of why unable to open clean file. Gives better aid in resolving the issue.

Example : I have attached a console log below of 4 different runs. fopenerror.txt

  1. cf -output.txt

shouldn't work because I am working in directory which requires admin rights to create new files. Only displays : ###MESSAGE#Unable to open clean file: output.txt

  1. -cf /out/output.txt

same as above.

  1. -cf d:/out/output.txt

Directory d:/ doesn't require any admin right, but "out" doesn't exist. So again, only displays : ###MESSAGE#Unable to open clean file: output.txt

  1. -cf d:/output.txt

Works, because d:/ is both writable and exists.

**Original Pull Request:** https://github.com/CCExtractor/ccextractor/pull/529 **State:** closed **Merged:** No --- Removes ambiguity as of why unable to open clean file. Gives better aid in resolving the issue. Example : I have attached a console log below of 4 different runs. [fopenerror.txt](https://github.com/CCExtractor/ccextractor/files/648421/fopenerror.txt) 1. cf -output.txt > shouldn't work because I am working in directory which requires admin rights to create new files. Only displays : ###MESSAGE#Unable to open clean file: output.txt 2. -cf /out/output.txt > same as above. 3. -cf d:/out/output.txt > Directory d:/ doesn't require any admin right, but "out" doesn't exist. So again, only displays : ###MESSAGE#Unable to open clean file: output.txt 4. -cf d:/output.txt > Works, because d:/ is both writable and exists.
claunia added the pull-request label 2026-01-29 17:15:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1356