You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.
when i type cargo run --release
it displays this error
Finished release [optimized] target(s) in 0.83s
Running `target\release\bolt-scraper.exe`
thread 'main' panicked at 'called Result::unwrap() on an Err value: Error { kind: NotFound, message: "program not found" }', ascii\src\lib.rs:5:48
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
error: process didn't exit successfully: target\release\bolt-scraper.exe (exit code: 101)
The text was updated successfully, but these errors were encountered:
when i type cargo run --release
it displays this error
thread 'main' panicked at 'called
Result::unwrap()
on anErr
value: Error { kind: NotFound, message: "program not found" }', ascii\src\lib.rs:5:48note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceerror: process didn't exit successfully:
target\release\bolt-scraper.exe
(exit code: 101)The text was updated successfully, but these errors were encountered: