Hacker News new | ask | show | jobs
by mvavassori 684 days ago
I don't know why i keep getting the error:

"FATAL Template not found: ~/.ellrc.d/templates/default-openai.json"

after having cloned the repo in my home directory and created the configuration file in .ellrc in my home directory. Don't know, probably i'm doing something wrong... I'm new to bash projects, why does it search for the templates in .ellrc.d? what's the .d part? I don't understand.

1 comments

Oh sorry that's my bad. The target clone path did not match the default value of template path.

Please make sure you either clone the repo to `~/.ellrc.d` or set ELL_TEMPLATE_PATH to where you store your templates (with `/` at the end) .

Thank you, i always assume there's some magic part that goes on behind the scenes which i don't understand, especially in things i'm not familiar with... In fact it was just a path mismatch as the error suggested.
You are welcome. Please feel free to fire any issues you may encounter.