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
Application seems to crash if TMDB is not reacheable.
thread 'main' panicked at src/trakt.rs:130:22: TMDB API call failed: Transport(Transport { kind: Io, message: None, url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("api.themoviedb.org")), port: None, path: "/3/tv/106379/season/1/images", query: Some("api_key=21b815a75fec5f1e707e3da1b9b2d7e3"), fragment: None }), source: Some(Custom { kind: HostUnreachable, error: Transport(Transport { kind: Io, message: Some("Error encountered in the status line"), url: None, source: Some(Os { code: 65, kind: HostUnreachable, message: "No route to host" }) }) }) })
OS: Darwin (MacOS 14.4.1) Project: 1.5.0.
No response
The text was updated successfully, but these errors were encountered:
Fixed in #125
Sorry, something went wrong.
No branches or pull requests
🔍 Is there already an issue for your problem?
📝 Description
Application seems to crash if TMDB is not reacheable.
🪜 Steps To Reproduce
ℹ System Info
📸 Screenshots
No response
The text was updated successfully, but these errors were encountered: