plugin.video.pulsar icon indicating copy to clipboard operation
plugin.video.pulsar copied to clipboard

Pulsar having HTTP problems with OpenElec 6 - Raspberry Pi

Open ricarleite opened this issue 9 years ago • 3 comments

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<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'urllib2.HTTPError'> Error Contents: HTTP Error 500: Internal Server 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.

ricarleite avatar Dec 02 '15 09:12 ricarleite

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

ehoood avatar Dec 28 '15 07:12 ehoood

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

ehoood avatar Dec 28 '15 15:12 ehoood

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...

dmartinpro avatar Jan 02 '16 23:01 dmartinpro