From 9370e8ec6f99d5cad07e7da962335cc38ffbe060 Mon Sep 17 00:00:00 2001 From: Goldy <153996346+g0ldyy@users.noreply.github.com> Date: Wed, 3 Jul 2024 21:36:52 +0200 Subject: [PATCH 1/5] continue if no Debrid proxy --- comet/debrid/realdebrid.py | 1 - 1 file changed, 1 deletion(-) diff --git a/comet/debrid/realdebrid.py b/comet/debrid/realdebrid.py index 137aac3..c1ad9c4 100644 --- a/comet/debrid/realdebrid.py +++ b/comet/debrid/realdebrid.py @@ -51,7 +51,6 @@ async def generate_download_link(self, hash: str, index: str): logger.warning( "Real-Debrid blacklisted server's IP. No proxy found." ) - return "https://comet.fast" else: logger.warning( f"Real-Debrid blacklisted server's IP. Switching to proxy {proxy} for {hash}|{index}" From 7aa6af3e1a7798822d8188f6f3205e036c58ddf2 Mon Sep 17 00:00:00 2001 From: Goldy <153996346+g0ldyy@users.noreply.github.com> Date: Wed, 3 Jul 2024 21:37:44 +0200 Subject: [PATCH 2/5] continue if no Debrid proxy --- comet/utils/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comet/utils/models.py b/comet/utils/models.py index f3aee5a..5800ee6 100644 --- a/comet/utils/models.py +++ b/comet/utils/models.py @@ -16,7 +16,7 @@ class AppSettings(BaseSettings): FASTAPI_WORKERS: int = 2 * (os.cpu_count() or 1) DATABASE_PATH: str = "data/comet.db" CACHE_TTL: int = 86400 - DEBRID_PROXY_URL: str = "http://127.0.0.1:1080" + DEBRID_PROXY_URL: Optional[str] = None INDEXER_MANAGER_TYPE: str = "jackett" INDEXER_MANAGER_URL: str = "http://127.0.0.1:9117" INDEXER_MANAGER_API_KEY: str = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" From 52aaa1cb3b7cb5f15963204e9783234937abdb29 Mon Sep 17 00:00:00 2001 From: Goldy <153996346+g0ldyy@users.noreply.github.com> Date: Wed, 3 Jul 2024 21:43:04 +0200 Subject: [PATCH 3/5] Create a --- a | 1 + 1 file changed, 1 insertion(+) create mode 100644 a diff --git a/a b/a new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/a @@ -0,0 +1 @@ + From ad65d1f99e9996f06d88b27c168d70b3b3998126 Mon Sep 17 00:00:00 2001 From: Goldy <153996346+g0ldyy@users.noreply.github.com> Date: Wed, 3 Jul 2024 21:43:30 +0200 Subject: [PATCH 4/5] fix: that's how you release it hehe --- a | 1 - 1 file changed, 1 deletion(-) delete mode 100644 a diff --git a/a b/a deleted file mode 100644 index 8b13789..0000000 --- a/a +++ /dev/null @@ -1 +0,0 @@ - From 137422bcebd9389d8f42818de31f5b096234e317 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 19:43:51 +0000 Subject: [PATCH 5/5] chore(main): release 1.3.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22ef890..447aaca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/g0ldyy/comet/compare/v1.3.0...v1.3.1) (2024-07-03) + + +### Bug Fixes + +* that's how you release it hehe ([ad65d1f](https://github.com/g0ldyy/comet/commit/ad65d1f99e9996f06d88b27c168d70b3b3998126)) + ## [1.3.0](https://github.com/g0ldyy/comet/compare/v1.2.2...v1.3.0) (2024-07-03)