MRLB / kodi-eurosportplayer

GNU General Public License v3.0
5 stars 2 forks source link

error when launching #7

Open goosst opened 2 years ago

goosst commented 2 years ago

Thank you very much for the plugin, would there be a chance you can correct me what I'm doing wrong:

2021-12-05 20:21:26.022 T:2997 INFO : Python interpreter stopped 2021-12-05 20:21:26.039 T:2996 ERROR : GetDirectory - Error getting plugin://plugin.video.eurosportplayer/ 2021-12-05 20:21:26.044 T:2696 ERROR : CGUIMediaWindow::GetDirectory(plugin://plugin.video.eurosportplayer/) failed

2021-12-05 20:22:14.958 T:2696 ERROR : Control 55 in window 10025 has been asked to focus, but it can't 2021-12-05 20:22:15.031 T:3932 INFO : initializing python engine. 2021-12-05 20:22:18.450 T:3932 WARNING : xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead. 2021-12-05 20:22:18.717 T:3932 ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

2021-12-05 20:22:18.893 T:3932 INFO : Python interpreter stopped 2021-12-05 20:22:18.913 T:3931 ERROR : GetDirectory - Error getting plugin://plugin.video.eurosportplayer/ 2021-12-05 20:22:18.914 T:2696 ERROR : CGUIMediaWindow::GetDirectory(plugin://plugin.video.eurosportplayer/) failed



Hope you would be able to have a look, 
thanks!
MRLB commented 2 years ago

Hello, I used the complete string. In your case starting with "st=" and ending with "55bfe".

According to the error message the character U2026 is the issue. This are the three points "..." (see https://www.fileformat.info/info/unicode/char/2026/index.htm) That means you have not copied the complete string. You have only copied the start and end with '...' in the middle. Please try it again. You can also logoff and login again then you get a new string.

goosst commented 2 years ago

Hello,

thanks for the quick response, not sure what I would be doing different but my cookies just have three dots. Perfectly in the middle: the cookie is 1024 long and the dots occur at position 512. image

I've tried to generate a different cookie four times, all seem to have the same pattern. Does your cookie also have a length of 1024 characters?

thanks

numero69 commented 2 years ago

_20211206_223422 My error log is this... Worked fine on PC, doesn't work when switching to LibreElec.

numero69 commented 2 years ago

I will create a separate issue, this does not seem api key related.

goosst commented 2 years ago

ok thanks, what's your setup if I can ask (windows, linux, ... )? (I was using xbian by the way when trying this out.)