Release MediathekView Addon (German Public Service Video Platforms)
#31
(2019-11-15, 00:58)backe Wrote:
(2019-03-05, 13:40)tuxpoldo Wrote: @Hi,

it really seems that some people with FireTV 4K are affected by this problem. Unfortunately it was not possible to reproduce the problem on other platforms. The new version 0.6.0 that will be released as soon as the pull request for the Kodi Repo is accepted will add some additional debug information that may help in finding the cause of the problem. If you like, you may install the 0.6.0 version from the beta repository. See Issue #103 on GitHub.
Hy,
i installed mediathekview on my FireTV 4k (Kodi 18.4)
It doesn't work. I got this error:
2019-11-14 22:58:39.705 T:32020  NOTICE: UDP: Listening on port 9777 (ipv6 : false)
2019-11-14 22:58:40.583 T:32017   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.IOError'>
                                            Error Contents: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/']
                                            Traceback (most recent call last):
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.mediathekview/service.py", line 29, in <module>
                                                from resources.lib.service import MediathekViewService
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.mediathekview/resources/lib/service.py", line 17, in <module>
                                                from resources.lib.updater import MediathekViewUpdater
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.mediathekview/resources/lib/updater.py", line 24, in <module>
                                                import ijson
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.ijson/lib/ijson/__init__.py", line 28, in <module>
                                                backend = _default_backend()
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.ijson/lib/ijson/__init__.py", line 24, in _default_backend
                                                return importlib.import_module('ijson.backends.' + backend)
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/importlib/__init__.py", line 37, in import_module
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.ijson/lib/ijson/backends/yajl2.py", line 12, in <module>
                                                yajl = backends.find_yajl_ctypes(2)
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.ijson/lib/ijson/backends/__init__.py", line 34, in find_yajl_ctypes
                                                so_name = util.find_library('yajl')
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/ctypes/util.py", line 274, in find_library
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/ctypes/util.py", line 99, in _findLib_gcc
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/tempfile.py", line 463, in NamedTemporaryFile
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/tempfile.py", line 275, in gettempdir
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/tempfile.py", line 217, in _get_default_tempdir
                                            IOError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/']
                                            -->End of Python script error report<--

What's wrong? What can i do?  
@backe Please open a ticket here: https://github.com/mediathekview/plugin....iew/issues . The maintainer is more active there (in my humble opinion).
Reply
#32
(2019-11-15, 00:58)backe Wrote:
(2019-03-05, 13:40)tuxpoldo Wrote: Hi,

it really seems that some people with FireTV 4K are affected by this problem. Unfortunately it was not possible to reproduce the problem on other platforms. The new version 0.6.0 that will be released as soon as the pull request for the Kodi Repo is accepted will add some additional debug information that may help in finding the cause of the problem. If you like, you may install the 0.6.0 version from the beta repository. See Issue #103 on GitHub.
Hy,
i installed mediathekview on my FireTV 4k (Kodi 18.4)
It doesn't work. I got this error:
2019-11-14 22:58:39.705 T:32020  NOTICE: UDP: Listening on port 9777 (ipv6 : false)
2019-11-14 22:58:40.583 T:32017   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.IOError'>
                                            Error Contents: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/']
                                            Traceback (most recent call last):
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.mediathekview/service.py", line 29, in <module>
                                                from resources.lib.service import MediathekViewService
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.mediathekview/resources/lib/service.py", line 17, in <module>
                                                from resources.lib.updater import MediathekViewUpdater
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.mediathekview/resources/lib/updater.py", line 24, in <module>
                                                import ijson
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.ijson/lib/ijson/__init__.py", line 28, in <module>
                                                backend = _default_backend()
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.ijson/lib/ijson/__init__.py", line 24, in _default_backend
                                                return importlib.import_module('ijson.backends.' + backend)
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/importlib/__init__.py", line 37, in import_module
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.ijson/lib/ijson/backends/yajl2.py", line 12, in <module>
                                                yajl = backends.find_yajl_ctypes(2)
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.ijson/lib/ijson/backends/__init__.py", line 34, in find_yajl_ctypes
                                                so_name = util.find_library('yajl')
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/ctypes/util.py", line 274, in find_library
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/ctypes/util.py", line 99, in _findLib_gcc
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/tempfile.py", line 463, in NamedTemporaryFile
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/tempfile.py", line 275, in gettempdir
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/tempfile.py", line 217, in _get_default_tempdir
                                            IOError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/']
                                            -->End of Python script error report<--

What's wrong? What can i do? 
Reply
#33
(2020-01-11, 11:08)MaRu Wrote:
(2019-11-15, 00:58)backe Wrote:
(2019-03-05, 13:40)tuxpoldo Wrote: Hi,

it really seems that some people with FireTV 4K are affected by this problem. Unfortunately it was not possible to reproduce the problem on other platforms. The new version 0.6.0 that will be released as soon as the pull request for the Kodi Repo is accepted will add some additional debug information that may help in finding the cause of the problem. If you like, you may install the 0.6.0 version from the beta repository. See Issue #103 on GitHub.
Hy,
i installed mediathekview on my FireTV 4k (Kodi 18.4)
It doesn't work. I got this error:
2019-11-14 22:58:39.705 T:32020  NOTICE: UDP: Listening on port 9777 (ipv6 : false)
2019-11-14 22:58:40.583 T:32017   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.IOError'>
                                            Error Contents: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/']
                                            Traceback (most recent call last):
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.mediathekview/service.py", line 29, in <module>
                                                from resources.lib.service import MediathekViewService
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.mediathekview/resources/lib/service.py", line 17, in <module>
                                                from resources.lib.updater import MediathekViewUpdater
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.mediathekview/resources/lib/updater.py", line 24, in <module>
                                                import ijson
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.ijson/lib/ijson/__init__.py", line 28, in <module>
                                                backend = _default_backend()
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.ijson/lib/ijson/__init__.py", line 24, in _default_backend
                                                return importlib.import_module('ijson.backends.' + backend)
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/importlib/__init__.py", line 37, in import_module
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.ijson/lib/ijson/backends/yajl2.py", line 12, in <module>
                                                yajl = backends.find_yajl_ctypes(2)
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.ijson/lib/ijson/backends/__init__.py", line 34, in find_yajl_ctypes
                                                so_name = util.find_library('yajl')
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/ctypes/util.py", line 274, in find_library
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/ctypes/util.py", line 99, in _findLib_gcc
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/tempfile.py", line 463, in NamedTemporaryFile
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/tempfile.py", line 275, in gettempdir
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/tempfile.py", line 217, in _get_default_tempdir
                                            IOError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/']
                                            -->End of Python script error report<--

What's wrong? What can i do? 
Reply
#34
(2020-01-11, 11:08)MaRu Wrote: Hi,
i also installed mediathekview on my FireTV (not 4K) Kodi 18.5.
I have the same problem like Germeleon.
Is the following solution valid: Downgrade the ijson-Repository from 2.5 to 2.3 or 2.4??
Where can I get the old repository and how to install?

And sorry for the empty posts...
(2019-11-15, 00:58)backe Wrote:
(2019-03-05, 13:40)tuxpoldo Wrote: Hi,

it really seems that some people with FireTV 4K are affected by this problem. Unfortunately it was not possible to reproduce the problem on other platforms. The new version 0.6.0 that will be released as soon as the pull request for the Kodi Repo is accepted will add some additional debug information that may help in finding the cause of the problem. If you like, you may install the 0.6.0 version from the beta repository. See Issue #103 on GitHub.
Hy,
i installed mediathekview on my FireTV 4k (Kodi 18.4)
It doesn't work. I got this error:
2019-11-14 22:58:39.705 T:32020  NOTICE: UDP: Listening on port 9777 (ipv6 : false)
2019-11-14 22:58:40.583 T:32017   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.IOError'>
                                            Error Contents: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/']
                                            Traceback (most recent call last):
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.mediathekview/service.py", line 29, in <module>
                                                from resources.lib.service import MediathekViewService
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.mediathekview/resources/lib/service.py", line 17, in <module>
                                                from resources.lib.updater import MediathekViewUpdater
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.mediathekview/resources/lib/updater.py", line 24, in <module>
                                                import ijson
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.ijson/lib/ijson/__init__.py", line 28, in <module>
                                                backend = _default_backend()
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.ijson/lib/ijson/__init__.py", line 24, in _default_backend
                                                return importlib.import_module('ijson.backends.' + backend)
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/importlib/__init__.py", line 37, in import_module
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.ijson/lib/ijson/backends/yajl2.py", line 12, in <module>
                                                yajl = backends.find_yajl_ctypes(2)
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.ijson/lib/ijson/backends/__init__.py", line 34, in find_yajl_ctypes
                                                so_name = util.find_library('yajl')
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/ctypes/util.py", line 274, in find_library
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/ctypes/util.py", line 99, in _findLib_gcc
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/tempfile.py", line 463, in NamedTemporaryFile
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/tempfile.py", line 275, in gettempdir
                                              File "/home/jenkins/workspace/Android-ARM-Leia/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/tempfile.py", line 217, in _get_default_tempdir
                                            IOError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/']
                                            -->End of Python script error report<--

What's wrong? What can i do? 
Reply
#35
Is it possibility of changing the UI language by any chance?

Thanks
Reply

Logout Mark Read Team Forum Stats Members Help
MediathekView Addon (German Public Service Video Platforms)1