Skip to content

Commit

Permalink
fix: retry 401 on plex metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
lostb1t committed Nov 14, 2023
1 parent c70639a commit 77a338f
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 78 deletions.
166 changes: 140 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ serde-aux = "^4.2.0"
serde_with = { version = "3.0", features = ["json"] }
futures = "0.3.28"
figment = { version = "0.10.10", features = ["env"] }
#salvo = { version = "0.58.2", features = ["anyhow", "websocket", "proxy", "cors", "acme", "cache", "otel", "compression", "concurrency-limiter", "affix"] }
salvo = { git = "https://github.com/salvo-rs/salvo.git", features = ["anyhow", "websocket", "proxy", "cors", "acme", "cache", "otel", "compression", "concurrency-limiter", "affix"] }
salvo = { version = "0.58.3", features = ["anyhow", "websocket", "proxy", "cors", "acme", "cache", "otel", "compression", "concurrency-limiter", "affix"] }
#salvo = { git = "https://github.com/salvo-rs/salvo.git", features = ["anyhow", "websocket", "proxy", "cors", "acme", "cache", "otel", "compression", "concurrency-limiter", "affix"] }
#salvo = { git = "https://github.com/salvo-rs/salvo", branch = "proxy", features = ["websocket", "proxy", "cors", "acme", "cache", "otel", "compression", "concurrency-limiter", "affix"] }
reqwest = { version = "0.11", features = ["gzip", "json"] }
http-body-util = "0.1.0-rc.3"
Expand All @@ -53,6 +53,8 @@ rhai = { version = "1.15.1", features = ["serde"] }
serde_path_to_error = "0.1.14"
uncased = "0.9.9"
data-encoding = "2.4.0"
reqwest-retry = "0.3.0"
reqwest-middleware = "0.2.4"
#format_serde_error = "0.3"

[dev-dependencies]
Expand Down
Loading

0 comments on commit 77a338f

Please sign in to comment.