-
Notifications
You must be signed in to change notification settings - Fork 130
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
RUST_BACKTRACE=1, thread 'main' panicked at 'missing config file: Os { code: 2, kind: NotFound, message: "No such file or directory" }', #138
Comments
Hello @odealmervea, I had the same issue with using the local datastore and it is solved by upgrading to v0.8.3. I think there was a bug which is solved by the last merged PR. Hope it will help you, |
Can you check if your issue is solved? Thx |
Unfortunately, the problem is not solved. |
'replibyte' is not recognized as an internal or external command, I'm getting this error |
Hi @odealmervea |
@odealmervea, do you still have this issue? If so, can you set |
This issue is still happening for me. Here are my results:
|
1)docker: Error response from daemon: create$(pwd)/examples: "$ (pwd)/examples" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.
See 'docker run --help'.
2)thread 'main' panicked at 'missing config file: Os { code: 2, kind: NotFound, message: "No such file or directory" }', replibyte/src/main.rs:82:40
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
error: Found argument 'RUST_BACKTRACE=1' which wasn't expected, or isn't valid in this context
USAGE:
replibyte transformer list
For more information try --help
3)error: Found argument 'RUST_BACKTRACE=1' which wasn't expected, or isn't valid in this context
USAGE:
replibyte [OPTIONS] --config
For more information try --help
i am getting these errors
Can u help me
thanks from now
The text was updated successfully, but these errors were encountered: