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

Unable to run program past the identifying formats/transcoding stages #2

Open
LanSchooI opened this issue Apr 22, 2023 · 2 comments
Open

Comments

@LanSchooI
Copy link

Trying to run the program on a couple of torrents seems to exit almost all of them, I've only had luck with one torrent while others hang up on either Error: The system cannot find the path specified. (os error 3) (prints after [✅] Found missing format(s) MP3 320,MP3 V0, for torrent x in group x) or Error: program not found (prints after [➡️] Transcoding...)

I've ran all of these so far with red_oxide_Windows_x86_64-pc-windows-msvc.exe transcode --debug -c "G:\RustRED\config.json" "URL"
and my config.json looks like this
{ "api_key": "", "torrent_directory": "G:\\RustRED\\torrent", "content_directory": "G:\\RustRED\\content", "transcode_directory": "G:\\RustRED\\transcodes", "spectrogram_directory": "G:\\RustRED\\spectrograms", "move_transcode_to_content": true, "automatic_upload": true }

and if it helps, i'm running this on Windows 11 (22621.1413)

@DevYukine
Copy link
Owner

DevYukine commented Apr 22, 2023

Hey there 👋

I'm aware that error handling currently isn't in a perfect spot as they just exit the program, i'll surely come down to improve that over the next time. That said the error Error: program not found is very likely comming from you missing sox or the flac cli, make sure both those are installed and added to your PATH variable (you can test this by running sox and flac in a terminal and check if both come up, for windows you might need to add a .exe afterwards)

@LanSchooI
Copy link
Author

Whoops, turns out my flac PATH was messed up, still getting the "system cannot find the path specified" error but the program works a lot better with that out of the way

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