• 1
  • 10
  • 11
  • 12(current)
  • 13
  • 14
  • 25
[RELEASE] Teleboy Live-TV Addon
Still working for me too.
Maybe a local problem...
Reply
Yes it works fine, using the Original Swiss Vesion
Reply
Big Grin 
hey thanks for the feedback, i did not use it for a while and taaadaaaaa: it works again Smile
Check out my plugin yarc, it's a web-remote optimised for all screen sizes (especially touch and small screen).
Reply
Seems to have gone again. Could this be due to faulty VPN configuration? What other countries are known to work?
Reply
hello, I'm new to KODI and want to get rid of UPC... my ftth connection works so I intended to watch TV via my account Teleboy plus on my Rasperry Pi.
The HD stations are listed but I can't see anything. In the lower right corner there is an *.py error message an in the log file I see an http 403 error message.

When I first installed your addon, I hadn't that plus account yet. I did that later. But no restart nor re installation of the add-on helped. What am I doing wrong? that's an excerpt of my log

Quote:22:37:50 T:1452274720 NOTICE: ### logging in...
22:37:50 T:1452274720 NOTICE: ### fetchHttp(POST): http://www.teleboy.ch/layer/login_check
22:37:50 T:1452274720 NOTICE: ### args: {'y': '4', 'x': '3', 'login': 'netshark', 'password': 'xxxx', 'keep_login': '1'}
22:37:51 T:1452274720 NOTICE: ### login ok
22:37:51 T:1452274720 NOTICE: ### fetchHttp(GET): http://www.teleboy.ch/tv/live_tv.php
22:40:46 T:1424061472 NOTICE: Thread BackgroundLoader start, auto delete: false
22:40:50 T:1452274720 NOTICE: Thread JobWorker start, auto delete: true
22:40:51 T:1424061472 NOTICE: Thread LanguageInvoker start, auto delete: false
22:40:51 T:1424061472 NOTICE: -->Python Interpreter Initialized<--
22:40:51 T:1424061472 NOTICE: ### fetchHttp(GET): http://www.teleboy.ch/tv/player/ajax/liveChannelParams
22:40:51 T:1424061472 NOTICE: ### args: {'cid2': '0', 'cid': '907'}
22:40:52 T:1424061472 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/osmc/.kodi/addons/plugin.video.teleboy/teleboy.py", line 187, in <module>
url = get_streamparams( station, cid, cid2)
File "/home/osmc/.kodi/addons/plugin.video.teleboy/teleboy.py", line 94, in get_streamparams
ans = getUrl( url, args, hdrs, False)
File "/home/osmc/.kodi/addons/plugin.video.teleboy/teleboy.py", line 77, in getUrl
html = fetchHttp( url, args, hdrs, post)
File "/home/osmc/.kodi/addons/script.module.mindmadetools/lib/mindmade.py", line 59, in fetchHttp
response = urllib2.urlopen( req)
File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 437, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 550, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 475, in error
return self._call_chain(*args)
File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 558, 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<--
Reply
Hi

(2015-05-19, 23:26)CHnetshark Wrote: The HD stations are listed but I can't see anything. In the lower right corner there is an *.py error message an in the log file I see an http 403 error message.

Exact the same issue here (and identical log-File entries) with Kodi 14.2 under Kubuntu 14.04.2. My location is Switzerland. Hope for fixing.
BTW: The "SRF Videoportal" works perfect! Thanks for it - great job!

Regards
Reply
For some days now, the teleboy add-on is not working anymore. The channel list is shown correctly, but the channels cannot be streamed. I use Kodi 14.2/15.0-BETA2" with addon version 0.26 on Fedora and Ubuntu.

THX for all the great work.


Here is the output I get in ~/.kodi/temp/kodi.log, starting the add-on and choosing a channel to stream:

Code:
NOTICE: -->Python Interpreter Initialized<--
NOTICE: ### fetchHttp(GET): http://www.teleboy.ch/tv/live_tv.php
NOTICE: Thread BackgroundLoader start, auto delete: false
NOTICE: Thread LanguageInvoker start, auto delete: false
NOTICE: -->Python Interpreter Initialized<--
NOTICE: ### fetchHttp(GET): http://www.teleboy.ch/tv/player/ajax/liveChannelParams
NOTICE: ### args: {'cid2': '0', 'cid': '4'}
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 404: Not Found
                Traceback (most recent call last):
                  File "/home/some_user/.kodi/addons/plugin.video.teleboy/teleboy.py", line 187, in <module>
                    url = get_streamparams( station, cid, cid2)
                  File "/home/some_user/.kodi/addons/plugin.video.teleboy/teleboy.py", line 94, in get_streamparams
                    ans = getUrl( url, args, hdrs, False)
                  File "/home/some_user/.kodi/addons/plugin.video.teleboy/teleboy.py", line 77, in getUrl
                    html = fetchHttp( url, args, hdrs, post)
                  File "/home/some_user/.kodi/addons/script.module.mindmadetools/lib/mindmade.py", line 59, in fetchHttp
                    response = urllib2.urlopen( req)
                  File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
                    return _opener.open(url, data, timeout)
                  File "/usr/lib/python2.7/urllib2.py", line 406, in open
                    response = meth(req, response)
                  File "/usr/lib/python2.7/urllib2.py", line 519, in http_response
                    'http', request, response, code, msg, hdrs)
                  File "/usr/lib/python2.7/urllib2.py", line 444, in error
                    return self._call_chain(*args)
                  File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
                    result = func(*args)
                  File "/usr/lib/python2.7/urllib2.py", line 527, in http_error_default
                    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
                HTTPError: HTTP Error 404: Not Found
                -->End of Python script error report<--
Reply
Sad didn't work anymore
Skandi can you Check ur great addon ...i thing teleboy changed
something on their site.

Thanks in advance
Reply
Teleboy just updated their website offering free HD streams.
It would be great if this Add-on could be updated to support Tallboy on Kodi again.

Sadly I am not good at coding but I hope someone out there can try to fix it.
Reply
I have come to the same conclusion, the addons stopped working after Teleboy update. I've tried to backup on Zattoo until it get fixed but the Zattoo addon has a strange bug where some channels disappear after you've played it, and it's impossible to get them back !
I have contacted the developer of Teleboy addon, I hope he is not overloaded of messages.
Reply
I need your help please, anyone, please. Can you please check if you have access to watch this movie:

http://www.teleboy.ch/programm/show/M6HD...6301345312 (Le mal par le mal)
and download this movie in HD? I'm willing to pay or anything, please let me know
Reply
@msamalia

Well.. I cannot give you a download link, because that would be against the law, but the original title of the movie is "Band of the Hand". So with a little knowledge of internet download technologies, you might find what you want... Wink

https://en.wikipedia.org/wiki/Band_of_the_Hand
Reply
@minimec

No it's not this movie, i'm looking for this one: http://www.imdb.com/title/tt4060030/

http://www.teleboy.ch/programm/show/M6HD...6301345312 - teleboy.ch has it, but i can't watch it. I'm willing to pay for any kind of download link, wanna watch this movie Sad
Reply
OK. Sorry then. I am not (yet) premium member of teleboy, so I do not have access to the movie. Also it is a movie of this year... It will be hard to find a copy on the internet for now. Just wait a little bit... Wink
Reply
Yes teleboy asking for a premium (plus) account to watch it, i don't have it but willing to pay to anyone who has access/can download this film. It won't be released in Europe, just in Spain, France and Canada. I'm not from there Sad
Reply
  • 1
  • 10
  • 11
  • 12(current)
  • 13
  • 14
  • 25

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