Giter Site home page Giter Site logo

plugin.video.arte_tv's People

Contributors

addonscriptorde avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

plugin.video.arte_tv's Issues

playLiveStream not working

Hello,
The playLiveStream function was not working on my installation. (Never coded a plugin for xbmc, and new to python).
I was, though, able to modify the code to pickup the m3u8 stream instead of the rmtp stream.

Here is what the playLiveStream function looks like after my modification

def playLiveStream():
if language == "de":
url = "http://org-www.arte.tv/papi/tvguide/videos/livestream/player/D/"
elif language == "fr":
url = "http://org-www.arte.tv/papi/tvguide/videos/livestream/player/F/"
content = getUrl(url)
match = re.compile('"M3U8_HQ":.+?"url":"(.+?m3u8)"', re.DOTALL).findall(content)
listitem = xbmcgui.ListItem(path=match[0])
xbmcplugin.setResolvedUrl(pluginhandle, True, listitem)

plugin not working on kodi 17.1

As per subject, the live tv does not work on kodi 17.1. the version installed by default is 2.1.0, and the error I get is

21:37:55.570 T:140294580563456   ERROR: Control 55 in window 10025 has been asked to focus, but it can't
21:37:58.132 T:140293387691776   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 "/home/disimone/.kodi/addons/plugin.video.arte_tv/default.py", line 379, in <module>
                                                playLiveStream()
                                              File "/home/disimone/.kodi/addons/plugin.video.arte_tv/default.py", line 298, in playLiveStream
                                                listitem = xbmcgui.ListItem(path=match[0][0] + match[0][1] + " swfUrl=http://www.arte.tv/flash/mediaplayer/mediaplayer.swf live=1 swfVfy=1")
                                            IndexError: list index out of range

Livestream not working

The livestream feature has stopped working 2 weeks ago, tried uninstalling and reinstalling, its just not working and broken... Running openelec... All other media streams work fine... Please help advise thank you, it used to work perfectly

Nothing working except "Live" option

Since a few days ago, reading videos has become impossible ("script error" message appears every time we try). Only the live option works.
Also when looking at the programs "by date" nothing is found.
I tried with the sciprt v 2.1.1 and 2.0.5 same result.
Running xbmc 13.2 on raspbmc.
here's the log:
Error Type: <type 'exceptions.IndexError'>
Error Contents: list index out of range
Traceback (most recent call last):
File "/home/pi/.xbmc/addons/plugin.video.arte_tv/default.py", line 342, in
playVideoNew(url)
File "/home/pi/.xbmc/addons/plugin.video.arte_tv/default.py", line 213, in playVideoNew
listitem = xbmcgui.ListItem(path=getStreamUrlNew(url))
File "/home/pi/.xbmc/addons/plugin.video.arte_tv/default.py", line 220, in getStreamUrlNew
url = match[0].replace("/player/","/")
IndexError: list index out of range

index out of range

error when trying to play stream:

Error Type: 
Error Contents: list index out of range
Traceback (most recent call last):
  File ".../.xbmc/addons/plugin.video.arte_tv/default.py", line 374, in 
    playVideoNew(url)
  File ".../.xbmc/addons/plugin.video.arte_tv/default.py", line 240, in playVideoNew
    listitem = xbmcgui.ListItem(path=getStreamUrlNew(url))
  File ".../.xbmc/addons/plugin.video.arte_tv/default.py", line 269, in getStreamUrlNew
    url = match[0]
IndexError: list index out of range
-->End of Python script error report<--

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.