Add-on:Livestreamer missing OrderedDict module
#1
All livestreamer plugins fail to load giving the same bunch of error messages. It comes down to the missing ordereddict reference.

Code:
22:08:07 T:4598972416   ERROR: Failed to load plugin zdf_mediathek:
22:08:07 T:4598972416   ERROR:   File "/Users/Pieter/Library/Application Support/Kodi/addons/script.module.livestreamer/lib/livestreamer/plugins/zdf_mediathek.py", line 4, in <module>
                                                from livestreamer.plugin.api import http, validate
22:08:07 T:4598972416   ERROR:   File "/Users/Pieter/Library/Application Support/Kodi/addons/script.module.livestreamer/lib/livestreamer/plugin/api/validate.py", line 25, in <module>
                                                from singledispatch import singledispatch
22:08:07 T:4598972416   ERROR:   File "/Users/Pieter/Library/Application Support/Kodi/addons/script.module.singledispatch/lib/singledispatch.py", line 13, in <module>
                                                from singledispatch_helpers import MappingProxyType, get_cache_token
22:08:07 T:4598972416   ERROR:   File "/Users/Pieter/Library/Application Support/Kodi/addons/script.module.singledispatch/lib/singledispatch_helpers.py", line 19, in <module>
                                                from ordereddict import OrderedDict
22:08:07 T:4598972416   ERROR: ImportError: No module named ordereddict

Ordereddict is not available pre 2.7. I'm guessing that on OS X the python that is used by Kodi is 2.6.

Am I correct in saying that we are missing a bundled ordereddict module so that this addon isn't broke on 2.6? https://pypi.python.org/pypi/ordereddict
Platforms: macOS - iOS - OSMC
co-author: Red Bull TV add-on
Reply

Logout Mark Read Team Forum Stats Members Help
Add-on:Livestreamer missing OrderedDict module0