You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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...
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.
The text was updated successfully, but these errors were encountered: