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.comPastebin.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.comFor 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. -
The proxy feature requires my self-built proxy.
It's a small Java application that requires Java 21 to run.
However, the proxy isn't yet publicly available.
I read this a few posts back. Is there any hope that the addon will work again on all systems since the addon in testing has been made, let's say, public?
-
Maven received the version 1.4.13+nexus.1 with proxy feature.... someone have tested it in other os different than Android and Windows ?
How it's work and how it's need the proxy feature ?
-
There's some update on development on current os not supported ?
-
Also bei mir mit der Nvidia shield pro startet nichts. Schade, vielleicht klappt es ja irgendwann noch.
Android device... Windows Device works...
If you have a PC with dual boot Windows and Ubuntu... same pc same hardware different os on windows works on ubuntu no. The main problems it's the os.
-
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.
-
Ich habe nie gesagt, dass es jetzt unter Kodi 21/22 läuft. Die Updates haben 1 Problem mit urllib3 behoben, aber nicht alle Probleme.
Mit Kodi 20 soll es laut Berichten noch funktionieren.
after the two new versions in succession what I hoped for. I still don't understand why they work on android and windows but not on linux-based systems.
-
Infact... updated also to latest verion on ubuntu 24.04.2 LTS flatpak kodi 21.2 and inputstream.adaptive 21.5.9 and we know none of the stream works....
my luck is that the service is usable from firefox without apparent problems.
-
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
-
How strange... in Ubuntu 24.04.1 and Kodi Flatpak right now i can watch the first half just finished whitout any issue of Monza vs Juventus from italy with stock addons 1.4.8.....
The event it's have an orange text but it's work....
-
Hmm, bei mir funktioniert die Version via Windows, aber nicht auf Android.
And the 1.4.8 it's not working from ubuntu 24.04.1.... or if working it's not working for italian services.
-
Maven the current 1.4.8 not fix unplayable items in my kodi setup... even in kodi.log
continue to obtain this: Code2024-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¶ms=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¶ms=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: Code
Alles anzeigen2024-12-16 01:14:03.233 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=vgvwmt937g2w1h8bgw8x3tip5¶ms=ArticleId%3Avgvwmt937g2w1h8bgw8x3tip5&verify_age=False] 2024-12-16 01:14:04.916 T:7 error <general>: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.dazn/?mode=play&title=Como+-+Roma&id=10jk4sv7ip7t01tz8c2oexxrbq¶ms=ArticleId%3A10jk4sv7ip7t01tz8c2oexxrbq&verify_age=False] 2024-12-16 01:14:07.955 T:112 error <general>: Unable to find plugin 2024-12-16 01:14:07.955 T:112 error <general>: GetDirectory - Error getting plugin:// 2024-12-16 01:14:07.956 T:7 error <general>: CGUIMediaWindow::GetDirectory(plugin://) failed 2024-12-16 01:14:09.921 T:123 info <general>: set Property 'videolibrary.showunwatchedplots' to [0, 1, 2] 2024-12-16 01:14:11.238 T:7 error <general>: Control 55 in window 10025 has been asked to focus, but it can't 2024-12-16 01:14:49.233 T:7 info <general>: Loading skin file: DialogKeyboard.xml, load type: KEEP_IN_MEMORY 2024-12-16 01:14:54.450 T:7 error <general>: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.dazn/?mode=play&title=%5BCOLOR+orange%5DWhyte+vs+Tetteh%5B%2FCOLOR%5D&id=3yc7skxs99nv5vc4ntvzi44ac¶ms=ex6yse49na2eadge4687gjx8t&verify_age=True] 2024-12-16 01:14:54.450 T:7 info <general>: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY 2024-12-16 01:15:03.449 T:7 error <general>: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.dazn/?mode=play&title=%5BCOLOR+orange%5DFernando+Vargas+Jr+-+Matthew+Terry%5B%2FCOLOR%5D&id=60dszu9d4utggmi4v3pgva0z¶ms=a3r2v7crrots1t67n5k2iuoim&verify_age=True] 2024-12-16 01:15:05.733 T:7 error <general>: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.dazn/?mode=play&title=%5BCOLOR+orange%5DRocha+vs+Curiel%5B%2FCOLOR%5D&id=e8ojt03oe1bn9ck7ctcxdctq2¶ms=5j6rdesuq62zj8dkm27jmuoyh&verify_age=False] 2024-12-16 01:15:13.366 T:7 info <general>: Skipped 1 duplicate messages.. 2024-12-16 01:15:13.366 T:7 error <general>: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.dazn/?mode=play&title=%5BCOLOR+orange%5DSadjo+vs+Papeschi%5B%2FCOLOR%5D&id=2os1hjb5lgoi9xshg7cheldb4¶ms=e90723yp2cfkf11c9ye8v60kf&verify_age=True] 2024-12-16 01:15:21.700 T:7 error <general>: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.dazn/?mode=play&title=%5BCOLOR+orange%5DCarbonia+%7C+OPI+Boxing+Night%5B%2FCOLOR%5D&id=3c0tfm1yl2ommrj37frz5ro6w¶ms=2400rzjky3k1h913v63x3sx8t&verify_age=True]
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:
ZitatDuring 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..