steeve / plugin.video.pulsar

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

Pulsar Daemon not starting after upgrading to Kodi 15.x (ver 0.6.1) #168

Closed rainmanone closed 8 years ago

rainmanone commented 8 years ago

weird problem, for some obscure reason I just can't get Pulsar to work on Kodi 15.0,15.1 or even 16. no problems with 14.2 I'm on the latest rev (0.6.1) My system is: Celeron j1900, windows 8.1 64 bit (bing edition), When upgrading from kodi 14.2 --> I get an error (in the log) that there's a problem connecting to remote machine. if I do a clean install of Kodi (and install Pulsar only), I'm just getting a request to restart XBMC before using Pulsar (and it doesn't help, I keep getting the request after restart too).

I see that pulsar.exe process is running in the Task Manager, but the notification about the Pulsar Daemon start never pops up.

any ideas how to debug it ?

rainmanone commented 8 years ago

00:25:11 T:2832 NOTICE: Thread LanguageInvoker start, auto delete: false 00:25:11 T:3560 ERROR: Control 50 in window 10025 has been asked to focus, but it can't 00:25:11 T:2832 NOTICE: -->Python Interpreter Initialized<-- 00:25:11 T:2832 NOTICE: http://localhost:65251/ 00:25:13 T:2832 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

rainmanone commented 8 years ago

Error Contents: <urlopen error [Errno 10061] No connection could be made because the target machine actively refused it>

rainmanone commented 8 years ago

Hi,

look like the problem is "solved" changing the HTTP remote control port in Kodi back to the default 80 (it was set previously to 9090), allowed the Pulsar Daemon to load, and now it's working properly. (every other port causes a connection fail). so.. it's a workaround, but it works (it doesn't happen in Kodi 14.2 though, no problem changing the port there)