From a6a157e9fc849a6413130065f6aa5d4b4b36d866 Mon Sep 17 00:00:00 2001 From: Abby Date: Wed, 2 Oct 2019 02:38:32 +0100 Subject: [PATCH] Update addon requirements The required version doesn't exist in the repository and this causes the request module to fail to install randomly due to a failed dependency, updating the version should force it to pick the right version ``` 2019-10-02 02:11:38.137 T:140027879225088 ERROR: CCurlFile::Open failed with code 404 for https://mirrors.kodi.tv/addons/leia/script.module.certifi/script.module.certifi-2019.3.9.zip: 2019-10-02 02:11:38.137 T:140027879225088 ERROR: Could not fetch addon location and hash from https://mirrors.kodi.tv/addons/leia/script.module.certifi/script.module.certifi-2019.3.9.zip 2019-10-02 02:11:38.137 T:140027879225088 ERROR: CAddonInstallJob[script.module.certifi]: failed to resolve addon install source path 2019-10-02 02:11:38.138 T:140027879225088 ERROR: CAddonInstallJob[script.module.requests]: failed to install dependency script.module.certifi ``` --- addon.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon.xml b/addon.xml index cbb041c..c796040 100644 --- a/addon.xml +++ b/addon.xml @@ -8,7 +8,7 @@ - +