Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ricarleite opened this issue Dec 2, 2015 · 3 comments
Open

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

ricarleite opened this issue Dec 2, 2015 · 3 comments

Comments

@ricarleite
Copy link

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.

@ehoood
Copy link

ehoood commented Dec 28, 2015

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

@ehoood
Copy link

ehoood commented Dec 28, 2015

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants