Started using fmnoise/flow for err handling

Requesting movies works now, and throws the appropriate errors on quota
and missing user.

Radarr/Sonarr need to be cleaned up with the new error passing
convention and overseer now needs work on TV shows
This commit is contained in:
Kiran Shila
2021-08-23 17:27:28 -07:00
parent e9730f135a
commit 2c668ca1d9
5 changed files with 85 additions and 67 deletions

View File

@@ -8,6 +8,7 @@
org.suskalo/discljord {:git/url "https://github.com/IGJoshua/discljord" :sha "a417b0d543c68820ce0633b31d7c98c6b328c857"}
org.clojure/core.async {:mvn/version "1.3.618"}
cheshire/cheshire {:mvn/version "5.10.1"}
fmnoise/flow {:mvn/version "4.1.0"}
hato/hato {:mvn/version "0.8.2"}}
:jvm-opts ["-Dconfig=config.edn"]