• 1
  • 26
  • 27
  • 28
  • 29(current)
  • 30
Eurosport Player
Just posting to say thanks to @sterd71 (Steve) for the version for Kodi 19 released a few days ago on github.

All working well and the release was timed perfectly for my update to 19.
Reply
I hope someone can help me with EurosportOn.  After spending today getting so frustrated trying to watch the Giro D'Italia with buffering on Chromecast and stuttering and buffering on the android tv app I thought there must be another way and came across this app.

I tried it on Kodi 1.89 and it said there was an error (when selecting on demand or any choice) and to check the log - I have no idea where this is.

I tried Kodi 1.91 and it says the addon isn't compatible.  I couldn't find PR-489 as the link is broken and I think Kodi already had inputstream.adaptive version 2.4.6 rather than 2.4.5 so not sure if this is an issue?

I'm completely new to installing Kodi addons - Any help would be much appreciated.  Thanks.
Reply
@Edd209 , start with post#361 on page 25. What you are missing is that you have to copy your "token" into the settings.xml of the addon. Think of this token as your logon credentials. Essentially you watch a stream on your pc/laptop and do fancy stuff to get to see what the token is. You then copy it and past it into the settings.xml. 

NOTE that settings.xml is created when you run thro "configure ", so install the addon, configure and put 123 or abc for the token value and save before searching for the correct token in your browser.

If you are determined to use kodi 19, visit https://github.com/sterd71/plugin.video.eurosporton, where you will find sterd's initial release for kodi 19.

I'm sorry if this is confusing but it's the best I can do to explain.
Reply
@sonofdibnah 

Thanks.  I should have said that I did the token bit already. Took me ages to try and figure out a way of pasting the token into the xml file from a USB text file I created but I did it.

I don't care what version of Kodi I use but I tried both.  18.9 errors.

I downloaded the zip from the link you mentioned and that is what I tried to install and it only installed on version 18.9 and wasn't compatible on 19.1.
Reply
That's odd cause I have it working on Kodi 18 and 19. I'm using CoreELEC tho. Are the version numbers of your add-ons 0.2.1 for Kodi 19 and 0.1.2 for 18? Also, I'm both cases my playback settings are ffmpeg and HLS.

I've now told you as much as I can. I hope you get it working.
Reply
@Edd209 

I must admit I've not seen or heard of anyone having an error when they open the onemand page, normally, it just gives you an empty list if something has gone wrong.

Can you remove the addon completely and try re-installing, making sure you get the right version:

Kodi 18 - v0.2.1
Kodi 19 - v0.2.2-k19

Try it again, and see if you get the same error, if you do, I don't know if you are using Windows or a Linux based machine but you will find your Kodi log in either of these places:

Linux: /home/<user>/.kodi/temp/kodi.log
Windows: C:\Users\<user>\AppData\Roaming\Kodi\kodi.log

If you upload your log to https://paste.kodi.tv and let us know the link it returns to you, we can take a look.

Thanks
Steve
Reply
(2021-02-11, 11:27)Insert coin Wrote:
(2020-03-04, 16:41)jamesremuscat Wrote:
  1. Log in to Eurosport Player
  2. Press F12 to open Dev Tools (in Chrome; your browser may vary)
  3. Locate the "st" cookie as per https://imgur.com/a/nTuZC7Z:
    • Go to "Application" tab
    • Find "https://www.eurosportplayer.com" under "Cookies"
    • Find the "st" cookie
Hi, I can't find the "st" value from name tab.

I have also this problem, no ´st´cookie

Image
Reply
(2021-07-28, 10:24)z3us Wrote:
(2021-02-11, 11:27)Insert coin Wrote:
(2020-03-04, 16:41)jamesremuscat Wrote:
  1. Log in to Eurosport Player
  2. Press F12 to open Dev Tools (in Chrome; your browser may vary)
  3. Locate the "st" cookie as per https://imgur.com/a/nTuZC7Z:
    • Go to "Application" tab
    • Find "https://www.eurosportplayer.com" under "Cookies"
    • Find the "st" cookie
Hi, I can't find the "st" value from name tab.

I have also this problem, no ´st´cookie

Image

https://forum.kodi.tv/showthread.php?tid...pid2929238 provided the solution for me! 

One problem I'm having is when I go to the "On schedule" section for previous days, it only has a limited number of events showing. Only until about 0800 GMT+1 (with events starting at 0000). It seems like there should be more below on a page 2, but there isn't an option to go to another page!
Reply
Also, apologies for the double post, I can't see a way to edit my last post, but thank you to everyone involved in making this add on!
Reply
Triple posting, I'm the worst, sorry! 

I clearly didn't have the newest version. Version 0.2.3 has multiple pages for each day's events, as it presumably could only load a limited number of items in the list in one go. Thanks everyone involved again!
Reply
(2021-07-29, 11:22)sven945 Wrote: Also, apologies for the double post, I can't see a way to edit my last post, but thank you to everyone involved in making this add on!

You're a newbie - post editing privs aren't enabled yet. It's a generic anti-spam measure on the board due to a tactic employed by certain spambots.
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
(2021-07-30, 14:12)DarrenHill Wrote:
(2021-07-29, 11:22)sven945 Wrote: Also, apologies for the double post, I can't see a way to edit my last post, but thank you to everyone involved in making this add on!

You're a newbie - post editing privs aren't enabled yet. It's a generic anti-spam measure on the board due to a tactic employed by certain spambots.
Thanks, I thought so. Sounds like I'll have to get involved a bit more then Wink
Reply
Hello Members,

On Tanix TX3 I have SlimBox (Android 9.0.0) OS, and Kodi 19.1 installed (from official Google Play Store).
I tried to install the latest EurosportOn from the ZIP file (https://github.com/sterd71/plugin.video.eurosporton), but Kodi says: 
"Failed to install Add-on from zip file"
"The dependency on xbmc.python version 2.25.0 could not be satisfied"


Do you have any idea what can be the problem?
Thank you!
Reply
You're trying to install an addon using Python2 (for Leia and previous version of Kodi) on Matrix, which only supports Python3.

A Matrix/Python3 version would be required. From reading back a few posts here, try using this version - https://github.com/sterd71/plugin.video.eurosporton
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
Hi DarrenHill, 
Thank you for your answer.
As I see your link is the very same I posted. So I think I tried with the right version.

Thank you
(2021-08-08, 11:25)DarrenHill Wrote: You're trying to install an addon using Python2 (for Leia and previous version of Kodi) on Matrix, which only supports Python3.

A Matrix/Python3 version would be required. From reading back a few posts here, try using this version - https://github.com/sterd71/plugin.video.eurosporton
Reply
  • 1
  • 26
  • 27
  • 28
  • 29(current)
  • 30

Logout Mark Read Team Forum Stats Members Help
Eurosport Player5