Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't seem to be able to open mkv files #2

Open
JonathanDLowe opened this issue Oct 2, 2023 · 8 comments
Open

Doesn't seem to be able to open mkv files #2

JonathanDLowe opened this issue Oct 2, 2023 · 8 comments

Comments

@JonathanDLowe
Copy link

I was trying this for because the original CLI doesn't work over SSH/without a screen(GTK error).

When I run the same command, I get:
"m_VC.isOpened(): 1 path: </path/to/my.mkv> No such file or directory"

Admittedly, I had to do a lot of hackery get this repo to build on Debian bookworm, but my build of the original from SourceForge can load the same mkv file.

@eritpchy
Copy link
Owner

eritpchy commented Oct 2, 2023

log plz

@JonathanDLowe
Copy link
Author

report.log

Doesn't contain the error.

What's logged to the console:

23:44:15: Logging wxScroll1
23:44:15: Starting program...
23:44:15: CVideoSubFinderApp::OnInitCmdLine...
m_VC.isOpened(): 1 path: /mnt/RipDrop/Shows/Supernatural/SEASON_03_DISC_2/00026-title_t02.mkv No such file or directory

Then it just hangs.

Tomorrow, I'll bring up a Ubuntu VM and try the same file with one of your release builds.

@eritpchy
Copy link
Owner

eritpchy commented Oct 2, 2023

There is static version on the release... you dont need to build from source.

@eritpchy
Copy link
Owner

eritpchy commented Oct 2, 2023

Example: https://github.com/eritpchy/videosubfinder-cli/blob/master/Build/Docker/cpu_static/test.sh

try ./VideoSubFinderCli -i "/mnt/RipDrop/Shows/Supernatural/SEASON_03_DISC_2/00026-title_t02.mkv" -r -c -te 1 -be 0 -le 0 -re 1

@eritpchy
Copy link
Owner

eritpchy commented Oct 2, 2023

This line of log is normal.

@eritpchy
Copy link
Owner

eritpchy commented Oct 2, 2023

Observe cpu usage

@JonathanDLowe
Copy link
Author

Oh, okay. That log was a red herring then.

I now see output(Pos: and Frame: logs) after adding "-te 1 -be 0 -le 0 -re 1" which are already default in the original version and per the help output. So, maybe that's the real issue? The 'hang' is probably just the base time it takes to process the episode because it returns much faster when using -e

Re; building from source. The static release version output 'segmentation fault', but I assumed it's a Debian-issue.

@eritpchy
Copy link
Owner

eritpchy commented Oct 2, 2023

ok, i will fix it later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants