golasze / sd-xbmc

Automatically exported from code.google.com/p/sd-xbmc
1 stars 0 forks source link

Włącztv błąd skryptu #160

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Uruchomiłem Program jak zwykle
2. Załadował sie plugin 
3. Telewija > włącztv 

Wchodzi niby normalnie ale wywala komunikat że błąd pluginu
Jednakże pokazuje mi listę programów , niestety nie moge juz ich obejrzeć 
bo błąd skryptu . 

System WINDOWS 7 
XBMC 10.5.0.0
wersja PRE-11.0       

a tutaj daje loga- 

18:18:00 T:6904  NOTICE: [Polish Live TV 1] Starting Polish Live TV
18:18:02 T:6164   ERROR: Error Type: <type 'exceptions.KeyError'>
18:18:02 T:6164   ERROR: Error Contents: ('rtmp_server',)
18:18:02 T:6164   ERROR: Traceback (most recent call last):
                                                                                          File "C:\*****\*****\XBMC\addons\plugin.video.polishtv.live\default.py", line 181, in <module>
                                                                                                init.showListOptions()
                                                                                          File "C:\*****\*****\XBMC\addons\plugin.video.polishtv.live\default.py", line 71, in showListOptions
                                                                                                tv.handleService()
                                                                                          File "C:\*****\*****\XBMC\addons\plugin.video.polishtv.live\hosts\wlacztv.py", line 299, in handleService
                                                                                                self.player.LOAD_AND_PLAY_VIDEO(self.channel.getChannelRTMPLink(key, title, icon))
                                                                                          File "C:\*****\*****\XBMC\addons\plugin.video.polishtv.live\hosts\wlacztv.py", line 98, in getChannelRTMPLink
                                                                                                rtmp = rtmp_json['rtmp_server'] + "/" + rtmp_json['app'] + '?wlacztv_session_token=' + rtmp_json['token']
                                                                                        KeyError: ('rtmp_server',)
18:18:04 T:6548   ERROR: Error Type: <type 'exceptions.KeyError'>
18:18:04 T:6548   ERROR: Error Contents: ('rtmp_server',)
18:18:04 T:6548   ERROR: Traceback (most recent call last):
                                                                                          File "C:\*****\*****\XBMC\addons\plugin.video.polishtv.live\default.py", line 181, in <module>
                                                                                                init.showListOptions()
                                                                                          File "C:\*****\*****\XBMC\addons\plugin.video.polishtv.live\default.py", line 71, in showListOptions
                                                                                                tv.handleService()
                                                                                          File "C:*****\*****\XBMC\addons\plugin.video.polishtv.live\hosts\wlacztv.py", line 299, in handleService
                                                                                                self.player.LOAD_AND_PLAY_VIDEO(self.channel.getChannelRTMPLink(key, title, icon))
                                                                                          File "C:\*****\*****\XBMC\addons\plugin.video.polishtv.live\hosts\wlacztv.py", line 98, in getChannelRTMPLink
                                                                                                rtmp = rtmp_json['rtmp_server'] + "/" + rtmp_json['app'] + '?wlacztv_session_token=' + rtmp_json['token']
                                                                                        KeyError: ('rtmp_server',)

Original issue reported on code.google.com by igor.firestone on 7 Dec 2012 at 5:57

GoogleCodeExporter commented 8 years ago
Zmień w 24 linijce 
/home/xbian/.xbmc/addons/plugin.video.polishtv.live/hosts/wlacztv.py:
mainUrl = 'http://www.wlacz.tv'

Zapewne masz tam domenę wlacz.ru. Widocznie były zmiany w serwisie.

Original comment by grzegorz...@syndrom-it.pl on 10 Dec 2012 at 10:43

GoogleCodeExporter commented 8 years ago
domena zostala z powrotem zmieniona na wlacz.tv, serwis znow dziala. Zamykam 
Issue.

Original comment by jatrn69 on 10 Dec 2012 at 12:37