shreddit icon indicating copy to clipboard operation
shreddit copied to clipboard

Getting errors in linux.

Open plgonzalezrx8 opened this issue 5 months ago • 1 comments

I'm getting the following error when trying to run in Red Hat, Rocky Linux and Fedora:

called Result::unwrap() on an Err value: reqwest::Error { kind: Decode, source: Error("expected value", line: 1, column: 1) } note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

And the following error in Ubuntu:

thread 'main' panicked at src/things/comment.rs:123:14: called Result::unwrap() on an Err value: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("oauth.reddit.com")), port: None, path: "/api/editusertext", query: Some("raw_json=1"), fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Try again" })) } note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

Was only able to get it running on Windows. Any help with this? I wish I knew better rust to help troubleshooting.

plgonzalezrx8 avatar Aug 31 '24 00:08 plgonzalezrx8