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

KODI v21 Omega - niedziałające wtyczki #1059

Open
zuzia-dev opened this issue Apr 29, 2024 · 2 comments
Open

KODI v21 Omega - niedziałające wtyczki #1059

zuzia-dev opened this issue Apr 29, 2024 · 2 comments

Comments

@zuzia-dev
Copy link

zuzia-dev commented Apr 29, 2024

@mbebe kilka wtyczek wymaga poprawek. Sprawdziłam na Linux Debian 12, KODI v21 Omega, ISA v21.4.5.

FIFA PLUS (BETA)

2024-04-29 10:21:02.406 T:1445404   error <general>: GetDirectory - Error getting plugin://plugin.video.fifaplusbeta/
2024-04-29 10:21:02.415 T:1408906   error <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.fifaplusbeta/) failed
2024-04-29 10:22:12.736 T:1445426   error <general>: /home/zuzia/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py:1099: InsecureRequestWarning: Unverified HTTPS request is being made to host 'cxm-api.fifa.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings
                                                     warnings.warn(
                                                   
2024-04-29 10:22:13.168 T:1445426   error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'simplejson.errors.JSONDecodeError'>
                                                   Error Contents: Expecting value: line 1 column 1 (char 0)
                                                   Traceback (most recent call last):
                                                     File "/home/zuzia/.kodi/addons/plugin.video.fifaplusbeta/main.py", line 6, in <module>
                                                       Fifa()
                                                     File "/home/zuzia/.kodi/addons/plugin.video.fifaplusbeta/resources/lib/fifa.py", line 380, in __init__
                                                       plugin.run()
                                                     File "/home/zuzia/.kodi/addons/script.module.routing/lib/routing.py", line 130, in run
                                                       self._dispatch(self.path)
                                                     File "/home/zuzia/.kodi/addons/script.module.routing/lib/routing.py", line 141, in _dispatch
                                                       view_func(**kwargs)
                                                     File "/home/zuzia/.kodi/addons/plugin.video.fifaplusbeta/resources/lib/fifa.py", line 27, in root
                                                       jsdata = helper.request_sess(topmenu, 'get', headers=helper.headers, json=True)
                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/home/zuzia/.kodi/addons/plugin.video.fifaplusbeta/resources/lib/helper.py", line 161, in request_sess
                                                       return resp.json() if json else resp_text(resp)
                                                              ^^^^^^^^^^^
                                                     File "/home/zuzia/.kodi/addons/script.module.requests/lib/requests/models.py", line 971, in json
                                                       return complexjson.loads(self.text, **kwargs)
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/usr/lib/python3/dist-packages/simplejson/__init__.py", line 525, in loads
                                                       return _default_decoder.decode(s)
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 372, in decode
                                                       obj, end = self.raw_decode(s)
                                                                  ^^^^^^^^^^^^^^^^^^
                                                     File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 402, in raw_decode
                                                       return self.scan_once(s, idx=_w(s, idx).end())
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                   simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
                                                   -->End of Python script error report<--
                                                   
2024-04-29 10:22:13.329 T:1445425   error <general>: GetDirectory - Error getting plugin://plugin.video.fifaplusbeta/
2024-04-29 10:22:13.340 T:1408906   error <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.fifaplusbeta/) failed

FLIXCLASSIC

2024-04-29 10:26:16.733 T:1408906 warning <general>: CGUIWindowManager - HandleAction - ignoring action 107, because topmost modal dialog closing animation is running
2024-04-29 10:26:18.841 T:1408906    info <general>: Skipped 30 duplicate messages..
2024-04-29 10:26:18.841 T:1408906   error <general>: Control 55 in window 10025 has been asked to focus, but it can't
2024-04-29 10:26:19.940 T:1445567   error <general>: /home/zuzia/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py:1099: InsecureRequestWarning: Unverified HTTPS request is being made to host 'flixclassic.pl'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings
                                                     warnings.warn(
                                                   
2024-04-29 10:26:20.022 T:1445567   error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'AttributeError'>
                                                   Error Contents: 'str' object has no attribute 'get'
                                                   Traceback (most recent call last):
                                                     File "/home/zuzia/.kodi/addons/plugin.video.flixclassic/main.py", line 6, in <module>
                                                       Flix()
                                                     File "/home/zuzia/.kodi/addons/plugin.video.flixclassic/resources/lib/flix.py", line 567, in __init__
                                                       plugin.run()
                                                     File "/home/zuzia/.kodi/addons/script.module.routing/lib/routing.py", line 130, in run
                                                       self._dispatch(self.path)
                                                     File "/home/zuzia/.kodi/addons/script.module.routing/lib/routing.py", line 141, in _dispatch
                                                       view_func(**kwargs)
                                                     File "/home/zuzia/.kodi/addons/plugin.video.flixclassic/resources/lib/flix.py", line 28, in root
                                                       CheckAvail()
                                                     File "/home/zuzia/.kodi/addons/plugin.video.flixclassic/resources/lib/flix.py", line 115, in CheckAvail
                                                       avail[prod.get('productId',None)] = prod.get('availableTill',None)
                                                                                       ^^^^^^^^
                                                   AttributeError: 'str' object has no attribute 'get'
                                                   -->End of Python script error report<--
                                                   
2024-04-29 10:26:20.108 T:1445566   error <general>: GetDirectory - Error getting plugin://plugin.video.flixclassic/
2024-04-29 10:26:20.118 T:1408906   error <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.flixclassic/) failed

KANAŁ SPORTOWY

2024-04-29 10:28:02.391 T:1445595   error <general>: /home/zuzia/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py:1099: InsecureRequestWarning: Unverified HTTPS request is being made to host 'kanalsportowy.pl'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings
                                                     warnings.warn(
                                                   
2024-04-29 10:28:02.808 T:1445595   error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'simplejson.errors.JSONDecodeError'>
                                                   Error Contents: Expecting value: line 1 column 1 (char 0)
                                                   Traceback (most recent call last):
                                                     File "/home/zuzia/.kodi/addons/plugin.video.kanalsportowy/main.py", line 6, in <module>
                                                       KanalSportowy()
                                                     File "/home/zuzia/.kodi/addons/plugin.video.kanalsportowy/resources/lib/kanalsportowy.py", line 599, in __init__
                                                       plugin.run()
                                                     File "/home/zuzia/.kodi/addons/script.module.routing/lib/routing.py", line 130, in run
                                                       self._dispatch(self.path)
                                                     File "/home/zuzia/.kodi/addons/script.module.routing/lib/routing.py", line 141, in _dispatch
                                                       view_func(**kwargs)
                                                     File "/home/zuzia/.kodi/addons/plugin.video.kanalsportowy/resources/lib/kanalsportowy.py", line 36, in root
                                                       startwt()
                                                     File "/home/zuzia/.kodi/addons/plugin.video.kanalsportowy/resources/lib/kanalsportowy.py", line 61, in startwt
                                                       mainpage()
                                                     File "/home/zuzia/.kodi/addons/plugin.video.kanalsportowy/resources/lib/kanalsportowy.py", line 66, in mainpage
                                                       jsdata = helper.request_sess(helper.main_page, 'get', headers=helper.headers, json=True)
                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/home/zuzia/.kodi/addons/plugin.video.kanalsportowy/resources/lib/helper.py", line 220, in request_sess
                                                       return resp.json() if json else resp_text(resp)
                                                              ^^^^^^^^^^^
                                                     File "/home/zuzia/.kodi/addons/script.module.requests/lib/requests/models.py", line 971, in json
                                                       return complexjson.loads(self.text, **kwargs)
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/usr/lib/python3/dist-packages/simplejson/__init__.py", line 525, in loads
                                                       return _default_decoder.decode(s)
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 372, in decode
                                                       obj, end = self.raw_decode(s)
                                                                  ^^^^^^^^^^^^^^^^^^
                                                     File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 402, in raw_decode
                                                       return self.scan_once(s, idx=_w(s, idx).end())
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                   simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
                                                   -->End of Python script error report<--
                                                   
2024-04-29 10:28:02.911 T:1445594   error <general>: GetDirectory - Error getting plugin://plugin.video.kanalsportowy/
2024-04-29 10:28:02.919 T:1408906   error <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.kanalsportowy/) failed

POLSAT BOX GO

2024-04-29 10:31:46.756 T:1445678   error <general>: CCurlFile::Open - <https://raw.githubusercontent.com/mbebe/blomqvist/master/zips/plugin.video.pgobox/resources/screenshot-01.jpg> Failed with code 404:
                                                   
2024-04-29 10:31:47.003 T:1445670   error <general>: CCurlFile::Open - <https://raw.githubusercontent.com/mbebe/blomqvist/master/zips/plugin.video.pgobox/resources/screenshot-02.jpg> Failed with code 404:
                                                   
2024-04-29 10:31:48.176 T:1408906   error <general>: Control 55 in window 10025 has been asked to focus, but it can't
2024-04-29 10:31:48.895 T:1445681   error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'AttributeError'>
                                                   Error Contents: module 'urllib3.util.ssl_' has no attribute 'DEFAULT_CIPHERS'
                                                   Traceback (most recent call last):
                                                     File "/home/zuzia/.kodi/addons/plugin.video.pgobox/main.py", line 20, in <module>
                                                       requests.packages.urllib3.util.ssl_.DEFAULT_CIPHERS += ':HIGH:!DH:!aNULL'
                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                   AttributeError: module 'urllib3.util.ssl_' has no attribute 'DEFAULT_CIPHERS'
                                                   -->End of Python script error report<--
                                                   
2024-04-29 10:31:48.948 T:1445680   error <general>: GetDirectory - Error getting plugin://plugin.video.pgobox/
2024-04-29 10:31:48.952 T:1408906   error <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.pgobox/) failed

SWEET TV

2024-04-29 10:34:25.881 T:1445721   error <general>: /home/zuzia/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py:1099: InsecureRequestWarning: Unverified HTTPS request is being made to host 'api.sweet.tv'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings
                                                     warnings.warn(
                                                   
2024-04-29 10:34:26.235 T:1445720    info <general>: Skipped 1 duplicate messages..
2024-04-29 10:34:26.235 T:1445720   error <general>: GetDirectory - Error getting plugin://plugin.video.sweettvpl/mainpage
2024-04-29 10:34:26.242 T:1408906   error <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.sweettvpl/mainpage) failed

TELEVIO PL

2024-04-29 10:35:53.047 T:1445759   error <general>: GetDirectory - Error getting plugin://plugin.video.televiopl/
2024-04-29 10:35:53.055 T:1408906   error <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.televiopl/) failed
2024-04-29 10:36:27.093 T:1408906 warning <general>: CGUIWindowManager - HandleAction - ignoring action 107, because topmost modal dialog closing animation is running
2024-04-29 10:36:28.924 T:1408906    info <general>: Skipped 31 duplicate messages..
2024-04-29 10:36:28.924 T:1408906   error <general>: Control 55 in window 10025 has been asked to focus, but it can't
2024-04-29 10:36:30.341 T:1445770   error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'Exception'>
                                                   Error Contents: error() invoked
                                                   Traceback (most recent call last):
                                                     File "/home/zuzia/.kodi/addons/plugin.video.televiopl/main.py", line 80, in <module>
                                                       router(sys.argv[2][1:])
                                                     File "/home/zuzia/.kodi/addons/plugin.video.televiopl/main.py", line 78, in router
                                                       Televio.home()
                                                     File "/home/zuzia/.kodi/addons/plugin.video.televiopl/resources/lib/televio/__init__.py", line 82, in home
                                                       user = self.logowanie()
                                                              ^^^^^^^^^^^^^^^^
                                                     File "/home/zuzia/.kodi/addons/plugin.video.televiopl/resources/lib/televio/__init__.py", line 135, in logowanie
                                                       html = resp_text(resp)
                                                              ^^^^^^^^^^^^^^^
                                                     File "/home/zuzia/.kodi/addons/plugin.video.televiopl/resources/lib/televio/__init__.py", line 31, in resp_text
                                                       return brotlidec(resp.content, out).decode('utf-8')
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/home/zuzia/.kodi/addons/plugin.video.televiopl/resources/lib/brotlipython.py", line 2600, in brotlidec
                                                       state = parse_prefix_code_block_types_insert_and_copy_lengths()
                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/home/zuzia/.kodi/addons/plugin.video.televiopl/resources/lib/brotlipython.py", line 1915, in parse_prefix_code_block_types_insert_and_copy_lengths
                                                       tmp_ = parse_prefix_code(alphabet_size)
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/home/zuzia/.kodi/addons/plugin.video.televiopl/resources/lib/brotlipython.py", line 1891, in parse_prefix_code
                                                       return parse_simple_prefix_code(alphabet_size)
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/home/zuzia/.kodi/addons/plugin.video.televiopl/resources/lib/brotlipython.py", line 1673, in parse_simple_prefix_code
                                                       error() # InvalidSymbol
                                                       ^^^^^^^
                                                     File "/home/zuzia/.kodi/addons/plugin.video.televiopl/resources/lib/brotlipython.py", line 78, in error
                                                       raise Exception("error() invoked")
                                                   Exception: error() invoked
                                                   -->End of Python script error report<--
                                                   
2024-04-29 10:36:30.431 T:1445768   error <general>: GetDirectory - Error getting plugin://plugin.video.televiopl/
2024-04-29 10:36:30.439 T:1408906   error <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.televiopl/) failed

VECTRA PL

2024-04-29 10:39:37.742 T:1445829   error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'KeyError'>
                                                   Error Contents: 'token'
                                                   Traceback (most recent call last):
                                                     File "/home/zuzia/.kodi/addons/plugin.video.vectrapl/main.py", line 108, in <module>
                                                       router(sys.argv[2][1:])
                                                     File "/home/zuzia/.kodi/addons/plugin.video.vectrapl/main.py", line 106, in router
                                                       Vectra.home()
                                                     File "/home/zuzia/.kodi/addons/plugin.video.vectrapl/resources/lib/vectra/__init__.py", line 75, in home
                                                       dod, logged = self.logowanie()
                                                                     ^^^^^^^^^^^^^^^^
                                                     File "/home/zuzia/.kodi/addons/plugin.video.vectrapl/resources/lib/vectra/__init__.py", line 171, in logowanie
                                                       app_check = self.create_app_check()
                                                                   ^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/home/zuzia/.kodi/addons/plugin.video.vectrapl/resources/lib/vectra/__init__.py", line 148, in create_app_check
                                                       token = r.json()['token']
                                                               ~~~~~~~~^^^^^^^^^
                                                   KeyError: 'token'
                                                   -->End of Python script error report<--
                                                   
2024-04-29 10:39:37.852 T:1445828   error <general>: GetDirectory - Error getting plugin://plugin.video.vectrapl/
2024-04-29 10:39:37.857 T:1408906   error <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.vectrapl/) failed

Edit:
35MM.ONLINE

2024-04-30 19:34:37.738 T:2314827   error <general>: /home/zuzia/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py:1099: InsecureRequestWarning: Unverified HTTPS request is being made to host 'cms.35mm.online'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings
                                                     warnings.warn(
                                                   
2024-04-30 19:34:37.826 T:2314827   error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'TypeError'>
                                                   Error Contents: 'NoneType' object is not iterable
                                                   Traceback (most recent call last):
                                                     File "/home/zuzia/.kodi/addons/plugin.video.35mmonline/main.py", line 919, in <module>
                                                       router(sys.argv[2][1:])
                                                     File "/home/zuzia/.kodi/addons/plugin.video.35mmonline/main.py", line 889, in router
                                                       ListLista(exlink,page)
                                                     File "/home/zuzia/.kodi/addons/plugin.video.35mmonline/main.py", line 480, in ListLista
                                                       for rc in records:
                                                   TypeError: 'NoneType' object is not iterable
                                                   -->End of Python script error report<--
                                                   
2024-04-30 19:34:37.897 T:2314825   error <general>: GetDirectory - Error getting plugin://plugin.video.35mmonline/?image&mode=listlista&moviescount=0&page=1&title=Wy%c5%9bwietl%20materia%c5%82y%20dla%20%5bCOLOR%20gold%5dFABU%c5%81A%20%5b%2fCOLOR%5d&url=3158%2c3158
2024-04-30 19:34:37.904 T:2314554   error <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.35mmonline/?image&mode=listlista&moviescount=0&page=1&title=Wy%c5%9bwietl%20materia%c5%82y%20dla%20%5bCOLOR%20gold%5dFABU%c5%81A%20%5b%2fCOLOR%5d&url=3158%2c3158) failed
@zuzia-dev
Copy link
Author

REDGO.FILM
Problem jest z niektórymi filmami np. "Dwa oblicza zemsty", odtwarza się on normalnie pod przeglądarką na tym samym urządzeniu.

2024-05-12 12:23:44.676 T:359359    info <general>: Skipped 4 duplicate messages..
2024-05-12 12:23:44.676 T:359359 warning <general>: Setting most video properties through ListItem.setInfo() is deprecated and might be removed in future Kodi versions. Please use the respective setter in InfoTagVideo.
2024-05-12 12:23:47.783 T:359362   error <general>: /home/zuzia/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py:1099: InsecureRequestWarning: Unverified HTTPS request is being made to host 'api.redcarpet.blueonline.tv'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings
                                                     warnings.warn(
                                                   
2024-05-12 12:23:47.979 T:359362 warning <general>: Setting most video properties through ListItem.setInfo() is deprecated and might be removed in future Kodi versions. Please use the respective setter in InfoTagVideo.
2024-05-12 12:23:51.544 T:359371    info <general>: Skipped 4 duplicate messages..
2024-05-12 12:23:51.544 T:359371   error <general>: /home/zuzia/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py:1099: InsecureRequestWarning: Unverified HTTPS request is being made to host 'api.redcarpet.blueonline.tv'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings
                                                     warnings.warn(
                                                   
2024-05-12 12:23:51.829 T:359371 warning <general>: Setting most video properties through ListItem.setInfo() is deprecated and might be removed in future Kodi versions. Please use the respective setter in InfoTagVideo.
2024-05-12 12:23:56.208 T:359374    info <general>: Skipped 11 duplicate messages..
2024-05-12 12:23:56.208 T:359374   error <general>: /home/zuzia/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py:1099: InsecureRequestWarning: Unverified HTTPS request is being made to host 'api.redcarpet.blueonline.tv'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings
                                                     warnings.warn(
                                                   
2024-05-12 12:23:56.702 T:359374 warning <general>: Setting most video properties through ListItem.setInfo() is deprecated and might be removed in future Kodi versions. Please use the respective setter in InfoTagVideo.
2024-05-12 12:23:56.737 T:359374    info <general>: Skipped 2 duplicate messages..
2024-05-12 12:23:56.737 T:359374   error <general>: /home/zuzia/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py:1099: InsecureRequestWarning: Unverified HTTPS request is being made to host 'api.redcarpet.blueonline.tv'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings
                                                     warnings.warn(
                                                   
2024-05-12 12:24:07.495 T:359376   error <general>: /home/zuzia/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py:1099: InsecureRequestWarning: Unverified HTTPS request is being made to host 'api.redcarpet.blueonline.tv'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings
                                                     warnings.warn(
                                                   
2024-05-12 12:24:09.533 T:359376    info <general>: Skipped 1 duplicate messages..
2024-05-12 12:24:09.533 T:359376 warning <general>: [script.module.inputstreamhelper] Widevine update check was made on 2024-05-08 04:12
2024-05-12 12:24:09.656 T:359256    info <general>: VideoPlayer::OpenFile: plugin://plugin.video.redgofilm/playvid/931a9498-ca38-4172-aa09-ebca4807c2d6
2024-05-12 12:24:09.700 T:359389    info <general>: Creating InputStream
2024-05-12 12:24:10.326 T:359389 warning <general>: AddOnLog: inputstream.adaptive: Warning "inputstream.adaptive.manifest_type" property is deprecated and will be removed next Kodi version, the manifest type is now automatically detected.
                                                   If you are using a proxy remember to add the appropriate "content-type" header to the HTTP manifest response
                                                   See Wiki page "How to provide custom manifest/license" to learn more about it.
2024-05-12 12:24:10.327 T:359389 warning <general>: AddOnLog: inputstream.adaptive: Warning "inputstream.adaptive.manifest_update_parameter" property is deprecated and will be removed next Kodi version, use "inputstream.adaptive.manifest_upd_params" instead.
                                                   See Wiki integration page for more details.
2024-05-12 12:24:10.327 T:359389   error <general>: AddOnLog: inputstream.adaptive: The parameter "full" is no longer supported. For problems with live streaming contents please open an Issue to the GitHub repository.
2024-05-12 12:24:10.423 T:359389    info <general>: AddOnLog: inputstream.adaptive: [Repr. chooser] Resolution set: 1920x1080, max allowed: 1920x1080, Adjust refresh rate: 0
2024-05-12 12:24:11.691 T:359389    info <general>: AddOnLog: inputstream.adaptive: Manifest successfully parsed (Periods: 1, Streams in first period: 2, Type: VOD)
2024-05-12 12:24:13.679 T:359256    info <general>: Loading skin file: DialogSelect.xml, load type: KEEP_IN_MEMORY
2024-05-12 12:24:15.331 T:359389    info <general>: Creating Demuxer
2024-05-12 12:24:15.418 T:359389    info <general>: Opening stream: 1001 source: 256
2024-05-12 12:24:36.984 T:359389   error <general>: CCurlFile::CReadState::FillBuffer - (0x7f28e86d3270) Failed: Timeout was reached(28)
2024-05-12 12:24:36.985 T:359389   error <general>: CCurlFile::Open - <https://tvo-18-5.e.blueonline.tv/s/redcarpet/redcarpet-production-transcoded/no-cmaf/931a9498-ca38-4172-aa09-ebca4807c2d6/56/0/1920x1080.mp4> Failed with code 0:
                                                   
2024-05-12 12:24:36.985 T:359389   error <general>: AddOnLog: inputstream.adaptive: Open: CURLOpen failed
2024-05-12 12:24:36.985 T:359389   error <general>: AddOnLog: inputstream.adaptive: [AS-0] Download failed, internal error: https://tvo-18-5.e.blueonline.tv/s/redcarpet/redcarpet-production-transcoded/no-cmaf/931a9498-ca38-4172-aa09-ebca4807c2d6/56/0/1920x1080.mp4
2024-05-12 12:24:36.987 T:359389   error <general>: AddOnLog: inputstream.adaptive: CreateStreamReader: No MOOV atom in stream
2024-05-12 12:24:37.007 T:359389   error <general>: OpenStream: Codec id 27 require extradata.
2024-05-12 12:24:37.007 T:359389 warning <general>: OpenStream - Unsupported stream 1001. Stream disabled.
2024-05-12 12:24:37.007 T:359389    info <general>: Opening stream: 1002 source: 256
2024-05-12 12:24:40.782 T:359389    info <general>: Finding audio codec for: 86018
2024-05-12 12:24:40.916 T:359389    info <general>: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder aac
2024-05-12 12:24:40.917 T:359389    info <general>: OpenStream: Allowing max Out-Of-Sync Value of 10 ms
2024-05-12 12:24:40.917 T:359389    info <general>: Creating audio thread
2024-05-12 12:24:40.917 T:359449    info <general>: running thread: CVideoPlayerAudio::Process()
2024-05-12 12:26:06.470 T:359256    info <general>: Loading skin file: DialogButtonMenu.xml, load type: KEEP_IN_MEMORY
2024-05-12 12:26:07.680 T:359256    info <general>: Stopping the application...
2024-05-12 12:26:07.680 T:359256    info <general>: Stopping player
2024-05-12 12:26:07.680 T:359256    info <general>: CVideoPlayer::CloseFile()
2024-05-12 12:26:07.681 T:359389    info <general>: CVideoPlayer::OnExit()
2024-05-12 12:26:07.681 T:359389    info <general>: Closing stream player 1
2024-05-12 12:26:07.736 T:359256    info <general>: VideoPlayer: waiting for threads to exit
2024-05-12 12:26:07.741 T:359389    info <general>: Waiting for audio thread to exit
2024-05-12 12:26:07.746 T:359449    info <general>: thread end: CVideoPlayerAudio::OnExit()
2024-05-12 12:26:07.747 T:359389    info <general>: Closing audio device
2024-05-12 12:26:07.754 T:359389    info <general>: Deleting audio codec
2024-05-12 12:26:08.015 T:359389   error <general>: AddOnLog: inputstream.adaptive: Instances: 1
2024-05-12 12:26:08.173 T:359389    info <general>: ADDON: Dll Destroyed - InputStream Adaptive
2024-05-12 12:26:08.221 T:359256    info <general>: VideoPlayer: finished waiting
2024-05-12 12:26:08.228 T:359256    info <general>: CVideoPlayer::CloseFile()
2024-05-12 12:26:08.228 T:359256    info <general>: VideoPlayer: waiting for threads to exit
2024-05-12 12:26:08.228 T:359256    info <general>: VideoPlayer: finished waiting
2024-05-12 12:26:08.267 T:359256    info <general>: Storing total System Uptime
2024-05-12 12:26:08.279 T:359256    info <general>: Saving settings
2024-05-12 12:26:08.555 T:359256    info <general>: Saving skin settings
2024-05-12 12:26:08.726 T:359256    info <general>: Stopping all

@mbebe
Copy link
Owner

mbebe commented May 24, 2024

Na razie fifa i 35mm poprawione.

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