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

Putting the files into a path that contains spaces crashes on startup #118

Open
RustyNova016 opened this issue Feb 13, 2024 · 1 comment

Comments

@RustyNova016
Copy link

I cloned the project into "/mnt/Margarine/File Storage/Apps/horde-worker-reGen/", except that when launching horde_bridge.sh, I get a crash with this log:

Using jemalloc from /usr/lib/x86_64-linux-gnu
/tmp/mambafFGSqIcPNmU: line 2: /mnt/Margarine/File: No such file or directory
/tmp/mambafFGSqIcPNmU: line 3: micromamba: command not found
/tmp/mambafFGSqIcPNmU: line 5: exec: python: not found
download_models.py exited with error code. Aborting

I suspect there is a missing pair of quotes in a script somewhere that makes the path get cut and thus not found. Would be great to get it fixed!

@tazlin
Copy link
Member

tazlin commented Feb 13, 2024

I recommend you do not include any spaces in the filename for now.

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