We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the parsec binary finds that /tmp/parsec is missing it emits the error
parsec
/tmp/parsec
Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
If the parsec binary does not find ./config.toml it emits the same error
./config.toml
In both cases it would be helpful to mention which file or directory it was looking for (even though strace can answer that question quite quickly).
strace
The text was updated successfully, but these errors were encountered:
I believe the /tmp/parsec problem is solved by #205 - I'll raise a PR shortly to make the error message for the config clearer.
Sorry, something went wrong.
ionut-arm
No branches or pull requests
If the
parsec
binary finds that/tmp/parsec
is missing it emits the errorIf the
parsec
binary does not find./config.toml
it emits the same errorIn both cases it would be helpful to mention which file or directory it was looking for (even though
strace
can answer that question quite quickly).The text was updated successfully, but these errors were encountered: