2020-10-30, 17:36
(2020-10-30, 17:14)ldc7675 Wrote:(2020-10-29, 09:15)Varstahl Wrote: @ldc7675 #515.
I checked the cookie and it has the following
lc-main:"en_US"
Now what to do?
also I tried the language select in the prime video and I get this error
File "C:\Users\ldc76\AppData\Roaming\Kodi\addons\plugin.video.amazon-test\default.py", line 5, in <module>
EntryPoint()
File "C:\Users\ldc76\AppData\Roaming\Kodi\addons\plugin.video.amazon-test\resources\lib\startup.py", line 67, in EntryPoint
elif 'languageselect' == verb: g.pv.LanguageSelect()
File "C:\Users\ldc76\AppData\Roaming\Kodi\addons\plugin.video.amazon-test\resources\lib\common.py", line 50, in __getattr__
def __getattr__(self, name): return self._globals[name]