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

Failed to install Dual Audio Builds #25

Open
manosnoam opened this issue Oct 21, 2015 · 2 comments
Open

Failed to install Dual Audio Builds #25

manosnoam opened this issue Oct 21, 2015 · 2 comments

Comments

@manosnoam
Copy link

Hi,
I've installed devupdate plugin, in order to add patch for dual audio in openelec.
However, trying to install it I get error:
File "/storage/.kodi/addons/script.openelec.devupdate/resources/lib/builds.py", line 96, in init
self.release = [int(p) for p in version.split('.')]
ValueError: invalid literal for int() with base 10: '3-iPTD-Beta-2'

Here's ssh command output:

OpenELEC (unofficial) Version: 5.95.3-iPTD-Beta-2
OpenELEC:~ #
OpenELEC:~ # ./devupdate

[0] Official Snapshot Builds
[1] Milhouse Builds
[2] Official Releases
[3] Official Archive

[4] DarkAngel2401 Dual Audio Builds

Choose an item or "q" to quit: 4
/storage/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/util/ssl_.py:100: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
/storage/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/util/ssl_.py:100: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
/storage/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/util/ssl_.py:100: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
/storage/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/util/ssl_.py:100: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
/storage/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/util/ssl_.py:100: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Traceback (most recent call last):
File "./devupdate", line 94, in
installed_build = builds.get_installed_build()
File "/storage/.kodi/addons/script.openelec.devupdate/resources/lib/builds.py", line 440, in get_installed_build
return Release(version)
File "/storage/.kodi/addons/script.openelec.devupdate/resources/lib/builds.py", line 96, in init
self.release = [int(p) for p in version.split('.')]
ValueError: invalid literal for int() with base 10: '3-iPTD-Beta-2'

@LS80
Copy link
Owner

LS80 commented Oct 21, 2015

What's this version you have installed? 5.95.3-iPTD-Beta-2 doesn't look familiar.
What hardware do you have?

@manosnoam
Copy link
Author

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

No branches or pull requests

2 participants