~jamesponddotco/bonk#1: 
Error when running on Ubuntu

$ bonk example.jpg
thread 'main' panicked at src/process.rs:92:14:
called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Aborted
Status
REPORTED
Submitter
~wagapa
Assigned to
Submitted
4 months ago
Updated
4 months ago
Labels
possible bug

~wagapa 4 months ago

$ rustc --version
rustc 1.80.1 (3f5fd8dd4 2024-08-06)

~jamesponddotco 4 months ago

Can you let me know what version of Ubuntu you're running, please? I can try to replicate it in a VM.

I assume you built the binary, installed, and the example.png image existed in the path you input? I ask because the error message does mention the file not existing.

Register here or Log in to comment, or comment via email.