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
./discrakt_darwin 2024-10-30T19:39:45Z : Nothing is being played 2024-10-30T19:40:00Z : The Irrational - S1E9 - Cheating Life | 42.83% 2024-10-30T19:40:16Z : The Irrational - S1E9 - Cheating Life | 29.42% 2024-10-30T19:40:31Z : The Irrational - S1E9 - Cheating Life | 30.00% 2024-10-30T19:40:46Z : The Irrational - S1E9 - Cheating Life | 30.58% 2024-10-30T19:41:01Z : The Irrational - S1E9 - Cheating Life | 31.16% 2024-10-30T19:41:16Z : The Irrational - S1E9 - Cheating Life | 31.74% 2024-10-30T19:41:31Z : The Irrational - S1E9 - Cheating Life | 32.33% 2024-10-30T19:41:47Z : The Irrational - S1E9 - Cheating Life | 32.95% 2024-10-30T19:42:02Z : The Irrational - S1E9 - Cheating Life | 33.53% 2024-10-30T19:42:17Z : The Irrational - S1E9 - Cheating Life | 34.11% thread 'main' panicked at src/trakt.rs:127: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/217211/season/1/images", query: Some("api_key=21b815a75fec5f1e707e3da1b9b2d7e3"), fragment: None }), source: Some(Custom { kind: TimedOut, error: Transport(Transport { kind: Io, message: Some("Error encountered in the status line"), url: None, source: Some(Os { code: 60, kind: TimedOut, message: "Operation timed out" }) }) }) }) note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
RUST_BACKTRACE=1
Start the app
Have it running without issues for a while
TMDB has some hiccup and it crashes
OS: Darwin (MacOS 15.1) Chip : Apple M3 Version : v2.6.0
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
🔍 Is there already an issue for your problem?
📝 Description
./discrakt_darwin
2024-10-30T19:39:45Z : Nothing is being played
2024-10-30T19:40:00Z : The Irrational - S1E9 - Cheating Life | 42.83%
2024-10-30T19:40:16Z : The Irrational - S1E9 - Cheating Life | 29.42%
2024-10-30T19:40:31Z : The Irrational - S1E9 - Cheating Life | 30.00%
2024-10-30T19:40:46Z : The Irrational - S1E9 - Cheating Life | 30.58%
2024-10-30T19:41:01Z : The Irrational - S1E9 - Cheating Life | 31.16%
2024-10-30T19:41:16Z : The Irrational - S1E9 - Cheating Life | 31.74%
2024-10-30T19:41:31Z : The Irrational - S1E9 - Cheating Life | 32.33%
2024-10-30T19:41:47Z : The Irrational - S1E9 - Cheating Life | 32.95%
2024-10-30T19:42:02Z : The Irrational - S1E9 - Cheating Life | 33.53%
2024-10-30T19:42:17Z : The Irrational - S1E9 - Cheating Life | 34.11%
thread 'main' panicked at src/trakt.rs:127: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/217211/season/1/images", query: Some("api_key=21b815a75fec5f1e707e3da1b9b2d7e3"), fragment: None }), source: Some(Custom { kind: TimedOut, error: Transport(Transport { kind: Io, message: Some("Error encountered in the status line"), url: None, source: Some(Os { code: 60, kind: TimedOut, message: "Operation timed out" }) }) }) })
note: run with
RUST_BACKTRACE=1
environment variable to display a backtrace🪜 Steps To Reproduce
ℹ System Info
📸 Screenshots
No response
The text was updated successfully, but these errors were encountered: