• 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13
  • 25
[RELEASE] Teleboy Live-TV Addon
It turned out to be my proxy-provider... as from now I set up my own VPN so I'm not dependent anymore on anyone else...
If people want to have a swiss VPN account as well for a small fee, just give me a pm...
Reply
Is it just me or doesn't it work anymore? (XBMC 13 unstable)
Reply
Doesn't work for me neither anymore :/

Code:
22:29:59 T:2822870112  NOTICE: ### Exception: 'NoneType' object has no attribute 'find'
22:29:59 T:2822870112  NOTICE: ### HTML(show): <tr class="playable"><td class="station"><a href="/programm/station/SRF1/3/"><img width="40" height="30" src="http://media.cinergy.ch/t_station/3/logo_s_big1.gif" alt="SRF1" title="SRF1" /></a></td><td class="show-details"><a href="/tv/player/player.php?stationId=3" title="Club" class="clue_image listing-title" rel="" data-id="201404292225003"><strong>Club</strong></a><p class="listing-info no_padding">noch&nbsp;75'&nbsp;| <a href="/programm/?program_type=live&amp;program_date=live&amp;program_filter=genre&amp;program_wheel=talk" class="greylink inline genre_select">
                                                                Talkshow
                                                        </a></p><p class="listing_details hidden" id="show_1">Krisen und Kriege - wie sicher ist unsere Zeit?., Moderation: Karin Frei
                                                                        </p></td><td class="actions"><ul><li><a href="/tv/player/player.php?stationId=3" target="_blank" class="playIcon  playBlackActive" data-play-live="1/159" data-has-lowstream="1" data-has-hdstream="0" data-stationid="3" title="Sendung schauen"></a></li><li class="live-hidden"><a class="ceebox recordIcon  recordBlackActive" rel="iframe modal:true width:400 height:400" href="/layer/rectv/record.php?const_id=201404292225003&amp;referring_pagetype=teleboyrecord" title="Sendung aufnehmen"></a></li><li class="hidden-xxs"><a class="ceebox watchlistIcon  watchlistBlackInactive" rel="iframe modal:true width:400 height:400" href="/layer/watchlist/add_to_watchlist.php?id=201404292225003&amp;channel=tv&amp;referring_pagetype=teleboywatchlist" title="Auf Watchlist setzen/enfernen"></a></li><li class="hidden-xxs"><a href="/programm/show/SRF1/club/201404292225003" class="infoIcon  infoBlack" data-info-icon="201404292225003" title="Info"></a></li></ul></td></tr>
22:29:59 T:2822870112  NOTICE: ### Exception: 'NoneType' object has no attribute 'find'
22:29:59 T:2822870112   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnicodeDecodeError'>
                                            Error Contents: 'ascii' codec can't decode byte 0xc3 in position 330: ordinal not in range(128)
                                            Traceback (most recent call last):
                                              File "/storage/.xbmc/addons/plugin.video.teleboy/teleboy.py", line 180, in <module>
                                                ok = show_main()
                                              File "/storage/.xbmc/addons/plugin.video.teleboy/teleboy.py", line 165, in show_main
                                                log( "HTML(show): " + str( tr))
                                              File "/storage/.xbmc/addons/script.module.mindmadetools/lib/mindmade.py", line 28, in log
                                                msg = msg.encode( "latin-1")
                                            UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 330: ordinal not in range(128)
                                            -->End of Python script error report<--
22:29:59 T:2943071328   DEBUG: CecLogMessage - << Recorder 1 (1) -> TV (0): POLL
22:29:59 T:2943071328   DEBUG: CecLogMessage - << 10
22:29:59 T:3046445584   DEBUG: ------ Window Init (DialogKaiToast.xml) ------
22:29:59 T:2943071328   DEBUG: CecLogMessage - command 'POLL' was not acked by the controller
22:29:59 T:2943071328   DEBUG: CecLogMessage - << 10
22:30:00 T:2943071328   DEBUG: CecLogMessage - command 'POLL' was not acked by the controller
22:30:00 T:2943071328   DEBUG: CecLogMessage - >> POLL not sent
22:30:00 T:2822870112    INFO: Python script stopped
22:30:00 T:2822870112   DEBUG: Thread XBPyThread 2822870112 terminating
22:30:00 T:3046445584   DEBUG:  WaitOnScriptResult - plugin exited prematurely - terminating
22:30:00 T:3046445584   ERROR: GetDirectory - Error getting plugin://plugin.video.teleboy
22:30:00 T:3046445584   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.teleboy) failed
22:30:00 T:3046445584   ERROR: Control 550 in window 10025 has been asked to focus, but it can't
22:30:00 T:3046445584   DEBUG: waiting for python thread 7 (/storage/.xbmc/addons/plugin.video.teleboy/teleboy.py) to stop
22:30:00 T:3046445584   DEBUG: python thread 7 (/storage/.xbmc/addons/plugin.video.teleboy/teleboy.py) destructed
22:30:01 T:2943071328   DEBUG: CecLogMessage - << Recorder 1 (1) -> TV (0): POLL
22:30:01 T:2943071328   DEBUG: CecLogMessage - << 10
22:30:01 T:2943071328   DEBUG: CecLogMessage - command 'POLL' was not acked by the controller
22:30:01 T:2943071328   DEBUG: CecLogMessage - << 10
22:30:01 T:2943071328   DEBUG: CecLogMessage - command 'POLL' was not acked by the controller
22:30:01 T:2943071328   DEBUG: CecLogMessage - >> POLL not sent
Reply
I fixed it! A line in teleboy.py needs to be adjusted. I don't know how to pack a new addon as by installing it into XBMC it throws me an error.
Maybe a nice person on this forum can re-pack it for us ;-)

Anyway....the fix is to open teleboy.py and go to line # 149, you'll find:
Code:
details = tr.find( "td", "showDetails")

change this into:
Code:
details = tr.find( "td", "show-details")
Reply
Awesome, that did the trick. Thank you.
Reply
Rainbow 
seems that it is fixed in the repo. was pretty fast! thanks! i give a rainbow for it Smile
Reply
Hi guys how msut we do to fix it as i red
Reply
I do have a problem with the actual version. When i want to start a channel (it doesnt matter which one) it crashed with the error: Script-Fehler: Teleboy-Live-TV

Here is the debugging log:

Code:
19:29:12 T:2648699968  NOTICE: -->Python Interpreter Initialized<--
19:29:15 T:2648699968  NOTICE: ### fetchHttp(GET): http://www.teleboy.ch/tv/live_tv.php
19:29:45 T:2889016384  NOTICE: Thread BackgroundLoader start, auto delete: false
19:29:51 T:2606003264  NOTICE: Thread LanguageInvoker start, auto delete: false
19:29:51 T:2606003264  NOTICE: -->Python Interpreter Initialized<--
19:29:53 T:2606003264  NOTICE: ### fetchHttp(GET): http://www.teleboy.ch/tv/player/ajax/liveChannelParams
19:29:53 T:2606003264  NOTICE: ### args: {'cid2': '108', 'cid': '8'}
19:29:53 T:2606003264   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'urllib2.HTTPError'>
                                            Error Contents: HTTP Error 403: Forbidden
                                            Traceback (most recent call last):
                                              File "/home/pi/.xbmc/addons/plugin.video.teleboy/teleboy.py", line 187, in <module>
                                                url = get_streamparams( station, cid, cid2)
                                              File "/home/pi/.xbmc/addons/plugin.video.teleboy/teleboy.py", line 94, in get_streamparams
                                                ans = getUrl( url, args, hdrs, False)
                                              File "/home/pi/.xbmc/addons/plugin.video.teleboy/teleboy.py", line 77, in getUrl
                                                html = fetchHttp( url, args, hdrs, post)
                                              File "/home/pi/.xbmc/addons/script.module.mindmadetools/lib/mindmade.py", line 59, in fetchHttp
                                                response = urllib2.urlopen( req)
                                              File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
                                                return _opener.open(url, data, timeout)
                                              File "/usr/lib/python2.7/urllib2.py", line 407, in open
                                                response = meth(req, response)
                                              File "/usr/lib/python2.7/urllib2.py", line 520, in http_response
                                                'http', request, response, code, msg, hdrs)
                                              File "/usr/lib/python2.7/urllib2.py", line 445, in error
                                                return self._call_chain(*args)
                                              File "/usr/lib/python2.7/urllib2.py", line 379, in _call_chain
                                                result = func(*args)
                                              File "/usr/lib/python2.7/urllib2.py", line 528, in http_error_default
                                                raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
                                            HTTPError: HTTP Error 403: Forbidden
                                            -->End of Python script error report<--
19:30:02 T:2606003264  NOTICE: Thread LanguageInvoker start, auto delete: false
Reply
Looks like you either haven't got an account with Teleboy, or you're not using a swiss IP.

If you need a swiss IP (vpn) I can help you... send me a private msg.
Reply
I have an account and it works on www.teleboy.ch to log in. Thanks but I am living in Switzerland. Anyone else an idea what the problem is?
Reply
(2014-06-26, 13:04)plexomaso Wrote: I have an account and it works on www.teleboy.ch to log in. Thanks but I am living in Switzerland. Anyone else an idea what the problem is?

Are you using the updated version of Teleboy? The one that was updated after I posted the solution a couple of months ago?
Reply
The problem is solved! I logged me in on the web a few times but never started to Live TV online in the web browser. Once I did it worked also on my raspbmc. I don't know why this happened.
Reply
I am getting a "Script Error" at the moment. Any ideas?
Reply
yeah me too,

don't have the nerves to check what the problem is. i use the wilmaa plugin instead (which is based on this one, but not as good imho).

but can confirm, seems to be a general problem
Reply
For me its still working great use it with VPN from Germany
Reply
  • 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13
  • 25

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Teleboy Live-TV Addon5