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
RUST_BACKTRACE=1
Hello, I am currently running Herro in a singularity exec container and I receive the message below:
```Result::unwrap()on anErr` value: Custom { kind: UnexpectedEof, error: "incomplete frame" } note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.'''
on an
I have run Herro previously (a month or so ago) and it has worked properly and now I receive this message when running the program.
Please assist as soon as possible!
Best Regards,
Laura
The text was updated successfully, but these errors were encountered:
Hi,
can you please run it with RUST_BACKTRACE=1 herro ... and then past the traceback here? Thanks.
RUST_BACKTRACE=1 herro ...
Best, Dominik
Sorry, something went wrong.
No branches or pull requests
Hello, I am currently running Herro in a singularity exec container and I receive the message below:
```Result::unwrap()
on an
Err` value: Custom { kind: UnexpectedEof, error: "incomplete frame" }note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.'''
I have run Herro previously (a month or so ago) and it has worked properly and now I receive this message when running the program.
Please assist as soon as possible!
Best Regards,
Laura
The text was updated successfully, but these errors were encountered: