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

Invalid exit status: 1 when given a custom output directory #23

Closed
ENTPRESTIGIOUS opened this issue Apr 14, 2021 · 6 comments
Closed

Invalid exit status: 1 when given a custom output directory #23

ENTPRESTIGIOUS opened this issue Apr 14, 2021 · 6 comments

Comments

@ENTPRESTIGIOUS
Copy link

Hello! I'm here to report that it gives an invalid exit status when i typed my custom output directory. All I typed was c:\Users\myself\Videos\VSCode Recordings. Unfortunately, that doesn't work! What can i do?

@arciisine
Copy link
Owner

I have a feeling the JSON config requires \ to be \\ for all slashes in your drive.

@arciisine
Copy link
Owner

Try c:\\Users\\myself\\Videos\\VSCode Recordings instead

@ENTPRESTIGIOUS
Copy link
Author

I think I've already tried that but i'm gonna try it again later. I will let you know.

@arciisine
Copy link
Owner

And the space may also need a slash. I'd actually recommend removing the space from the folder name, and using a dash or an underscore as a test. Spaces tend to make things weird when using command line tools (which the extension does via ffmpeg).

@arciisine
Copy link
Owner

So, I should have a fix for this coming out today @ENTPRESTIGIOUS . Not sure if you were able to work around the issue, but I'm now handling spaces in files more gracefully.

@ENTPRESTIGIOUS
Copy link
Author

Sorry for not replying. Been busy back then. Apparently, I'm now getting an unavoidable Invalid exit status: 1 which means that even if i reset the setting to default, it also gives me an error!

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