steeve / plugin.video.pulsar

Pulsar addon for XBMC/Kodi
http://forum.kodi.tv/showthread.php?tid=200957
Other
545 stars 351 forks source link

Pulsar having HTTP problems with OpenElec 6 - Raspberry Pi #193

Open ricarleite opened 8 years ago

ricarleite commented 8 years ago

I've done some tweaks on the databases for Kodi and upgraded to openelec 6, but I do believe the problem lays in the latter, since I've seen similar issues being informed.

The log provided different sorts of information:

06:58:51 103.690445 T:1647309888 NOTICE: http://localhost:65251/movie/tt0478970/play 06:58:51 104.161995 T:1647309888 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

06:59:30 142.357361 T:1647309888 NOTICE: http://localhost:65251/show/78804/seasons 06:59:30 143.238663 T:1967636480 ERROR: GetDirectory - Error getting plugin://plugin.video.pulsar/show/78804/seasons 06:59:30 143.241287 T:1967636480 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.pulsar/show/78804/seasons) failed

Not sure if there is a way to change this 65251 port - that might be the source of the whole problem.

One interesting change was the port range, min 6889 would crash Pulsar when attempting to search for films, 6900 will not crash, but merely leave Pulsar hanging (maybe due to the http://localhost:65251 issue).

I'll try some other things, if nothing work, oh well, it's back to Openelec 5 I suppose.

ehoood commented 8 years ago

Please inform if you have a solution because I might have the same issue. Thanks!

ehoood commented 8 years ago

Hi, In plugin.video.pulsar\resources\site-packages\pulsar\config.py You can find there PULSAR_HOST = "http://localhost:65251"

I think you can change it there... I am not sure I am having the same problem but maybe it will help you

Please update if there was any progress

dmartinpro commented 8 years ago

This is the port the pulsar daemon uses. If you change this value in the config file, Pulsar won't be able to communicate with the daemon... And no daemon, no streaming...