script error on arte.tv add on
#1
Hi there,

A few weeks ago. The arte.tv add on stopped working. All Videos threw an script error message. I can observe the problem on my raspbmc or also on the OPENELEC Windows PC Installation.

Can somebody confirm my observations. Are there any solution for that Problem?

Best regards and thx for your help

Pascal
Reply
#2
Same here on my Mac, although the live tv works, and also the concerts.
Reply
#3
That's what I found in the log file:

19:11:26 T:2568 NOTICE: Previous line repeats 5 times.
19:11:26 T:2568 NOTICE: Thread LanguageInvoker start, auto delete: false
19:11:27 T:2568 NOTICE: -->Python Interpreter Initialized<--
19:11:27 T:2568 WARNING: CVideoInfoTag::GetDurationFromMinuteString <runtime> should be in minutes. Interpreting '' as 0 minutes
19:11:27 T:16388 NOTICE: Thread BackgroundLoader start, auto delete: false
19:11:28 T:6028 NOTICE: Thread LanguageInvoker start, auto delete: false
19:11:28 T:6028 NOTICE: -->Python Interpreter Initialized<--
19:11:28 T:3928 NOTICE: Thread BackgroundLoader start, auto delete: false
19:11:29 T:6992 NOTICE: Thread LanguageInvoker start, auto delete: false
19:11:29 T:6992 NOTICE: -->Python Interpreter Initialized<--
19:11:30 T:6992 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IndexError'>
Error Contents: list index out of range
Traceback (most recent call last):
File "C:\Users\pasca_001\AppData\Roaming\XBMC\addons\plugin.video.arte_tv\default.py", line 374, in <module>
playVideoNew(url)
File "C:\Users\pasca_001\AppData\Roaming\XBMC\addons\plugin.video.arte_tv\default.py", line 240, in playVideoNew
listitem = xbmcgui.ListItem(path=getStreamUrlNew(url))
File "C:\Users\pasca_001\AppData\Roaming\XBMC\addons\plugin.video.arte_tv\default.py", line 260, in getStreamUrlNew
url = match[0].replace("/player/","/")
IndexError: list index out of range
-->End of Python script error report<--
19:11:30 T:16592 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.arte_tv/?url=http%3A%2F%2Fwww.arte.tv%2Fguide%2Ffr%2F030273-485%2Farte-reportage&mode=playVideoNew]
19:11:37 T:11700 NOTICE: Thread BackgroundLoader start, auto delete: false
19:11:43 T:16592 NOTICE: Storing total System Uptime
19:11:43 T:16592 NOTICE: Saving settings
19:11:43 T:16592 NOTICE: stop all
19:11:43 T:16592 NOTICE: stop player
Reply
#4
Same here on XBMCbuntu white Kodi 14.0 RC1

The code is so clean,I feel I can change it, but actually no, I do not have enough skill

https://github.com/AddonScriptorDE/plugi...default.py
Reply
#5
There is already a commit available on GitHub, but ADS is not responding. Do it on your own.

Or for some nerd time change default.py line 44 to:

Code:
addDir(translation(30001), baseUrl+"/guide/"+language+"/plus7.json?regions="+regionFilter, "listVideosNew", "")
// GitHub // Repository

// USTV VoD (Video-on-Demand) / World News Live / MRT Play
Reply
#6
It works, there are no more errors.
I replaced the file default.py
https://github.com/felgru/plugin.video.a...default.py

thank
Reply
#7
A fixed version is available via my repo...
Reply

Logout Mark Read Team Forum Stats Members Help
script error on arte.tv add on0