Beiträge von DjDiabolik

    On flatpak release of kodi apparently the new inputstream.adaptive it's pushed to master branch:

    Merge pull request #427 from razzeee/update-binary · flathub/tv.kodi.Kodi@13bf707


    But the build it's fail..... it's exist a test build here:

    Update binary addons by razzeee · Pull Request #427 · flathub/tv.kodi.Kodi


    But the suggest command use the --user ... i don't have idea if i need to use this command with or without this --user because apparently on my system the flatpak app it's installed as system in /.var/lib etc etc.


    if some can test it and post feedback here thanks..

    I have a question.... libreelec has been fixed for work with an updated inpustream.adaptive and CDM 2891 correct... libreelec, if i remember, it's Debian based. It's someone can extract from that the current and updated file to other os until flatpak until everything is updated in the flatpak version?

    Or i need simply to upgrade my CDM thru official inputstream.helper ?

    Die Version 1.4.15 sollte jetzt auch wieder unter Omega/Piers laufen. Für "nicht-Android" muss die neuste Widevine-Version mit einer neuen IA-Version installiert sein.

    Piers: https://jenkins.kodi.tv/blue/organizat…841/2/artifacts

    Omega: https://jenkins.kodi.tv/blue/organizat…843/2/artifacts

    Great news.. if undestand correctly i need to update CDM to 4.10.2891.0 and the inputstream.adaptive to this pullrequest.... i only need to wait it's released on the next flatpak update.

    I can test on Ubuntu with Flatpak version..... today it's rollout a new recent build... info it's:

    Kodi 21.2.0-d1a1d48-dirty - 2025-05-01

    Inputstream.adapative it's be updated to 21.5.12

    Inputstream.helper it's 0.7.0 and the Widevine CDM it's the 4.10.2830 Picked from link on github posted above by Weri


    On ubuntu 24.04.2 LTS... no works :(


    On kodi.log (no debug it's appears this line):

    2025-05-02 00:39:12.161 T:175180 warning <general>: [script.module.inputstreamhe - Pastebin.com
    Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
    pastebin.com


    For future version consider to add option to enable the debug log directly on addon Maven . If it's correct it's possible to be enable the debug log also for a specific addons or also for specific component so as to only log what the dazn addon itself does.

    DAZN schraubt mit verschiedenen Token auf ganz verschiedenen CDN Servern rum, inkl. Header / User-Agent usw.
    Dazu kommt noch, dass einige Python Module scheinbar erkannt und geblockt werden (requests, httpx,…)

    Deswegen ist das hier alles so wenig reproduzierbar.

    interesting. But can we who can choose the manual CDN use this to our advantage?


    Unless the CDN itself changes method randomly every time.

    Maven have you change your github project page ? here it's stub at 1.4.8-nexus1 https://github.com/Maven85/plugin…64aee382da1826b


    *EDIT*

    So.. on ubuntu the addons it's not start at all.... neither the main menù can reach:

    2025-02-21 10:37:05.549 T:269     error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                       - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                      Error Type: <class 'NameError'>
                                                      Error Contents: name 'r' is not defined
                                                      Traceback (most recent call last):
                                                        File "/home/diabolik/.var/app/tv.kodi.Kodi/data/addons/plugin.video.dazn/addon.py", line 79, in <module>
                                                          client.startUp(region)
                                                        File "/home/diabolik/.var/app/tv.kodi.Kodi/data/addons/plugin.video.dazn/resources/lib/client.py", line 281, in startUp
                                                          self.refreshToken()
                                                        File "/home/diabolik/.var/app/tv.kodi.Kodi/data/addons/plugin.video.dazn/resources/lib/client.py", line 221, in refreshToken
                                                          self.signOut()
                                                        File "/home/diabolik/.var/app/tv.kodi.Kodi/data/addons/plugin.video.dazn/resources/lib/client.py", line 207, in signOut
                                                          r = self.request(self.SIGNOUT)
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                        File "/home/diabolik/.var/app/tv.kodi.Kodi/data/addons/plugin.video.dazn/resources/lib/client.py", line 301, in request
                                                          if r.status == -1:
                                                             ^
                                                      NameError: name 'r' is not defined
                                                      -->End of Python script error report<--
                                                      
    2025-02-21 10:37:05.559 T:253     error <general>: GetDirectory - Error getting plugin://plugin.video.dazn/
    2025-02-21 10:37:05.715 T:281      info <general>: Skipped 1 duplicate messages..
    2025-02-21 10:37:05.715 T:281     error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                       - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                      Error Type: <class 'NameError'>
                                                      Error Contents: name 'r' is not defined
                                                      Traceback (most recent call last):
                                                        File "/home/diabolik/.var/app/tv.kodi.Kodi/data/addons/plugin.video.dazn/addon.py", line 79, in <module>
                                                          client.startUp(region)
                                                        File "/home/diabolik/.var/app/tv.kodi.Kodi/data/addons/plugin.video.dazn/resources/lib/client.py", line 281, in startUp
                                                          self.refreshToken()
                                                        File "/home/diabolik/.var/app/tv.kodi.Kodi/data/addons/plugin.video.dazn/resources/lib/client.py", line 221, in refreshToken
                                                          self.signOut()
                                                        File "/home/diabolik/.var/app/tv.kodi.Kodi/data/addons/plugin.video.dazn/resources/lib/client.py", line 207, in signOut
                                                          r = self.request(self.SIGNOUT)
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                        File "/home/diabolik/.var/app/tv.kodi.Kodi/data/addons/plugin.video.dazn/resources/lib/client.py", line 301, in request
                                                          if r.status == -1:
                                                             ^
                                                      NameError: name 'r' is not defined
                                                      -->End of Python script error report<--
                                                      
    2025-02-21 10:37:05.797 T:280     error <general>: GetDirectory - Error getting plugin://plugin.video.dazn/
    2025-02-21 10:37:05.802 T:7       error <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.dazn/) failed
    2025-02-21 10:37:07.357 T:307   warning <general>: [script.module.inputstreamhelper] Widevine update check was made on 2025-01-11 18:16
    2025-02-21 10:37:07.570 T:307     error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                       - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                      Error Type: <class 'NameError'>
                                                      Error Contents: name 'r' is not defined
                                                      Traceback (most recent call last):
                                                        File "/home/diabolik/.var/app/tv.kodi.Kodi/data/addons/plugin.video.dazn/addon.py", line 79, in <module>
                                                          client.startUp(region)
                                                        File "/home/diabolik/.var/app/tv.kodi.Kodi/data/addons/plugin.video.dazn/resources/lib/client.py", line 281, in startUp
                                                          self.refreshToken()
                                                        File "/home/diabolik/.var/app/tv.kodi.Kodi/data/addons/plugin.video.dazn/resources/lib/client.py", line 221, in refreshToken
                                                          self.signOut()
                                                        File "/home/diabolik/.var/app/tv.kodi.Kodi/data/addons/plugin.video.dazn/resources/lib/client.py", line 207, in signOut
                                                          r = self.request(self.SIGNOUT)
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                        File "/home/diabolik/.var/app/tv.kodi.Kodi/data/addons/plugin.video.dazn/resources/lib/client.py", line 301, in request
                                                          if r.status == -1:
                                                             ^
                                                      NameError: name 'r' is not defined
                                                      -->End of Python script error report<--
                                                      
    2025-02-21 10:37:07.653 T:255     error <general>: GetDirectory - Error getting plugin://plugin.video.dazn/


    I have also tryed to "Logout" from settings.... also here Addons goes in errors..... addons not work as ever..... it's totally unusable... lol.


    *EDIT*

    Resolved the issue whit delete the old folder here:

    /home/diabolik/.var/app/tv.kodi.Kodi/data/userdata/addon_data/plugin.video.dazn .. renamed to /home/diabolik/.var/app/tv.kodi.Kodi/data/userdata/addon_data/plugin.video.dazn.old

    When try to run now the 1.4.10 i can complete the logon procedure... as ever every content available it's not work.... but it's know.

    Confirm also not more work on ubuntu with kodi 21.2.0 and version 1.49.

    on my kodi.log say:

    2025-02-02 20:38:04.284 T:161439   error <general>: /home/diabolik/.var/app/tv.kodi.Kodi/data/addons/script.module.urllib3/lib/urllib3/connectionpool.py:1099: InsecureRequestWarning: Unverified HTTPS request is being made to host 'api.playback.indazn.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings


    It's fixable and how ? From now try to use directly original browser from firefox... lol

    Maven the current 1.4.8 not fix unplayable items in my kodi setup... even in kodi.log continue to obtain this:

    Code
    2024-12-17 16:31:00.890 T:7       error <general>: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.dazn/?mode=play&title=%5BCOLOR+orange%5DMilan+-+Genoa%5B%2FCOLOR%5D&id=cqbcstvqgawlvp40ekqyjkjt1&params=b4tqfbxuxqheqto6pja37xtec&verify_age=False]
    2024-12-17 16:31:10.202 T:7        info <general>: Skipped 1 duplicate messages..
    2024-12-17 16:31:10.202 T:7       error <general>: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.dazn/?mode=play&title=%5BCOLOR+orange%5DLazio+-+Inter%5B%2FCOLOR%5D&id=brt8fysluzzse714ul9s49ipn&params=b42nb75peehr19tszk9xq10d0&verify_age=False]
    2024-12-17 16:31:15.033 T:7        info <general>: Skipped 1 duplicate messages..


    The strange things.... both event have the text color in "Orange" like i need to buy or a PPV..... strange i have Plus account correctly subscribed....


    Anyway i have also tryed to open other various event from other sport and all event report same error on kodi.log.


    Thanks in advance if you can fix this....

    Can confirm DAZN 1.4.7 it's not works anymore also from Kodi 21.1 Flatpak installed on an UBUNTU 24.04.1 LTS.

    Every event you try to open goes in error and kodi.log appears this:

    Try to obtain debug log....

    Hi.... i have just now open an general question on latest commit.... now i can report the question here because it's just a curious... go to copy/paste:

    Zitat

    During live broadcasts.... i can listen clearly a strange AUDIO ISSUE expecially when audio it's a music track.
    It's like ENABLE somethings like an EFFECT flanger or strech. the audio track PITCH it's clearly reproduction slowly and faster and pitch it's variable like someone were to brake a vinyl record that was spinning on a dj turntable.

    It's this someone as NEVER obtain somethings like this ?


    Thanks in advance for any info..