golasze / sd-xbmc

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

XBMC - wersja z git #104

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Witam,

Wielki szacun dla całej ekipy od wtyczki :-) na początek.

Mam problem z wtyczką na najnowszych wersjach xbmc z git lub z paczek pod 
ubuntu.
Próbowaliście sprawdzić w czym jest problem, poniżej log z tego.
To jest błąd przy próbie uruchomienia tvnplayer

09:02:07 T:2986638144  NOTICE: 
http://tvnplayer.pl/api/?platform=ConnectedTV&terminal=Samsung&format=xml&type=s
eries&id=494&limit=50&page=1&sort=newest&m=getItems
09:02:07 T:3036940032   DEBUG: ------ Window Init (DialogBusy.xml) ------
09:02:07 T:3036940032   DEBUG: Window DialogBusy.xml was already loaded
09:02:07 T:3036940032   DEBUG: Alloc resources: 0.09m
09:02:07 T:3036940032   DEBUG: ------ Window Init (DialogSelect.xml) ------
09:02:07 T:3036940032    INFO: Loading skin file: DialogSelect.xml, load type: 
KEEP_IN_MEMORY
09:02:07 T:3036940032   DEBUG: Load DialogSelect.xml: 16.79ms
09:02:07 T:3036940032   DEBUG: Alloc resources: 29.68ms  (16.83 ms skin load)
09:02:09 T:3036940032   DEBUG: ProcessMouse: trying mouse action leftclick
09:02:09 T:3036940032   DEBUG: ------ Window Deinit (DialogSelect.xml) ------
09:02:09 T:2986638144   ERROR: EXCEPTION: Unimplemented method: 
executehttpapi::executehttpapi(...)

09:02:09 T:3036940032   DEBUG: ProcessMouse: trying mouse action leftclick
09:02:09 T:3036940032   DEBUG: ------ Window Deinit (DialogSelect.xml) ------
09:02:09 T:2986638144   ERROR: EXCEPTION: Unimplemented method: 
executehttpapi::executehttpapi(...)
09:02:09 T:2986638144   ERROR: EXCEPTION Thrown (PythonToCppException) : 
-->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.RuntimeError'>
                                            Error Contents: Unimplemented method: executehttpapi::executehttpapi(...)
                                            Traceback (most recent call last):
                                              File "/home/xbmc/.xbmc/addons/plugin.video.polishtv.live/default.py", line 157, in <module>
                                                init.showListOptions()
                                              File "/home/xbmc/.xbmc/addons/plugin.video.polishtv.live/default.py", line 91, in showListOptions
                                                vod.handleService()
                                              File "/home/xbmc/.xbmc/addons/plugin.video.polishtv.live/hosts/tvn.py", line 247, in handleService
                                                self.listsCategories()
                                              File "/home/xbmc/.xbmc/addons/plugin.video.polishtv.live/hosts/tvn.py", line 201, in listsCategories
                                                if self.watched(videoUrl):
                                              File "/home/xbmc/.xbmc/addons/plugin.video.polishtv.live/hosts/tvn.py", line 324, in watched
                                                xml_data = xbmc.executehttpapi( "QueryVideoDatabase(%s)" % urllib.quote_plus( sql_data ), )
                                            RuntimeError: Unimplemented method: executehttpapi::executehttpapi(...)
                                            -->End of Python script error report<--
09:02:09 T:2986638144    INFO: Python script stopped
09:02:09 T:2986638144   DEBUG: Thread XBPyThread 2986638144 terminating

Original issue reported on code.google.com by for...@stalowka.info on 21 Oct 2012 at 8:24

GoogleCodeExporter commented 8 years ago
brak xbmc.executehttpapi. Jaka wersja tego xbmc jest?

Original comment by ples...@gmail.com on 21 Oct 2012 at 5:10

GoogleCodeExporter commented 8 years ago
Wersja XBMC z pakietów (ubuntu 12.10)
2:11.9.7~git201210211931~251a5b6-1~ppa1~quantal
2:11.9.7~git201210211931~251a5b6-1~ppa1~quantal

Druga wersja to moja własna kompilacja z git,na obu jest ten sam problem.

Original comment by for...@stalowka.info on 22 Oct 2012 at 9:05

GoogleCodeExporter commented 8 years ago
As of the Dharma release of XBMC, this API is deprecated.
As of the Frodo release of XBMC, this API is no longer available.
Use the JSON RPC interface instead.
http://wiki.xbmc.org/index.php?title=Web_Server_HTTP_API
http://wiki.xbmc.org/index.php?title=JSON_RPC

Original comment by jezierK on 23 Oct 2012 at 8:58

GoogleCodeExporter commented 8 years ago
Dzięki za info, widać pozmieniali API, poprawiona zostanie wtyczka pod nowe 
api?

Original comment by for...@stalowka.info on 23 Oct 2012 at 9:27

GoogleCodeExporter commented 8 years ago
panowie - wykomentowalem linie ktore odpowiadaly za "zaznaczanie" ogladnietych 
video, by naprawic ten blad. Nazwy plikow video sa dynamiczne (timestamp jest w 
nazwie) wiec tak funkcja i tak nie dziala poprawnie.

@forall - sciagnij poprawionego tvn.py albo przeinstaluj wtyczke.

Original comment by jatrn69 on 28 Oct 2012 at 12:49

GoogleCodeExporter commented 8 years ago
naprawione, zamykam Issue

Original comment by jatrn69 on 1 Nov 2012 at 11:50