Skip to content
New issue

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

Update addon requirements #26

Open
wants to merge 1 commit into
base: krypton
Choose a base branch
from
Open

Conversation

TrueTechy
Copy link

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

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
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant