steeve / plugin.video.pulsar

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

Unable to find plugin Movies #28

Closed rjd22 closed 9 years ago

rjd22 commented 9 years ago

When trying to select "Search Movies" or "Popular Movies" or anything else nothing happens. The deamon seems to run fine.

I'm running XBMC Ubuntu 14.04 and upgraded C++ to 4.9

This is the error log:

21:00:00 T:140021954750208   ERROR: Unable to find plugin movies
21:00:00 T:140022886246336   ERROR: GetDirectory - Error getting plugin://movies/search
21:00:00 T:140022886246336   ERROR: CGUIMediaWindow::GetDirectory(plugin://movies/search) failed
21:00:00 T:140021562693376  NOTICE: Thread LanguageInvoker start, auto delete: false
21:00:00 T:140021562693376  NOTICE: -->Python Interpreter Initialized<--
21:00:00 T:140021963142912  NOTICE: Thread BackgroundLoader start, auto delete: false
21:00:00 T:140021080250112  NOTICE: [plugin.video.pulsar] [GIN] 2014/10/26 - 20:00:00 | 200 |    238.452us | 127.0.0.1:42819  GET /
21:00:31 T:140021562693376  NOTICE: Thread JobWorker start, auto delete: true
21:00:31 T:140021562693376   ERROR: Unable to find plugin movies
21:00:31 T:140022886246336   ERROR: GetDirectory - Error getting plugin://movies/popular
21:00:31 T:140022886246336   ERROR: CGUIMediaWindow::GetDirectory(plugin://movies/popular) failed
21:00:31 T:140021954750208  NOTICE: Thread LanguageInvoker start, auto delete: false
21:00:31 T:140021954750208  NOTICE: -->Python Interpreter Initialized<--
21:00:31 T:140021545907968  NOTICE: Thread BackgroundLoader start, auto delete: false
21:00:31 T:140021080250112  NOTICE: [plugin.video.pulsar] [GIN] 2014/10/26 - 20:00:31 | 200 |    199.046us | 127.0.0.1:42820  GET /
21:00:33 T:140021562693376   ERROR: Unable to find plugin movies
21:00:33 T:140022886246336   ERROR: GetDirectory - Error getting plugin://movies/top
21:00:33 T:140022886246336   ERROR: CGUIMediaWindow::GetDirectory(plugin://movies/top) failed
21:00:33 T:140021520729856  NOTICE: Thread LanguageInvoker start, auto delete: false
21:00:33 T:140021520729856  NOTICE: -->Python Interpreter Initialized<--
21:00:33 T:140021545907968  NOTICE: Thread BackgroundLoader start, auto delete: false
21:00:33 T:140021080250112  NOTICE: [plugin.video.pulsar] [GIN] 2014/10/26 - 20:00:33 | 200 |    223.823us | 127.0.0.1:42821  GET /
21:00:34 T:140021562693376   ERROR: Unable to find plugin movies
21:00:34 T:140022886246336   ERROR: GetDirectory - Error getting plugin://movies/genres
21:00:34 T:140022886246336   ERROR: CGUIMediaWindow::GetDirectory(plugin://movies/genres) failed
21:00:34 T:140021520729856  NOTICE: Thread LanguageInvoker start, auto delete: false
21:00:34 T:140021520729856  NOTICE: -->Python Interpreter Initialized<--
21:00:34 T:140021954750208  NOTICE: Thread BackgroundLoader start, auto delete: false
21:00:34 T:140021080250112  NOTICE: [plugin.video.pulsar] [GIN] 2014/10/26 - 20:00:34 | 200 |    173.538us | 127.0.0.1:42822  GET /
21:00:34 T:140021562693376   ERROR: Unable to find plugin shows
21:00:34 T:140022886246336   ERROR: GetDirectory - Error getting plugin://shows/search
21:00:34 T:140022886246336   ERROR: CGUIMediaWindow::GetDirectory(plugin://shows/search) failed
21:00:34 T:140021520729856  NOTICE: Thread LanguageInvoker start, auto delete: false
21:00:34 T:140021520729856  NOTICE: -->Python Interpreter Initialized<--
21:00:35 T:140021954750208  NOTICE: Thread BackgroundLoader start, auto delete: false
21:00:35 T:140021080250112  NOTICE: [plugin.video.pulsar] [GIN] 2014/10/26 - 20:00:35 | 200 |    224.383us | 127.0.0.1:42823  GET /
21:00:39 T:140021562693376   ERROR: Unable to find plugin shows
21:00:39 T:140022886246336   ERROR: GetDirectory - Error getting plugin://shows/popular
21:00:39 T:140022886246336   ERROR: CGUIMediaWindow::GetDirectory(plugin://shows/popular) failed
21:00:39 T:140021545907968  NOTICE: Thread LanguageInvoker start, auto delete: false
21:00:39 T:140021545907968  NOTICE: -->Python Interpreter Initialized<--
21:00:39 T:140021080250112  NOTICE: [plugin.video.pulsar] [GIN] 2014/10/26 - 20:00:39 | 200 |    193.795us | 127.0.0.1:42824  GET /
21:00:39 T:140021954750208  NOTICE: Thread BackgroundLoader start, auto delete: false
21:00:41 T:140021562693376   ERROR: Unable to find plugin search
21:00:41 T:140022886246336   ERROR: GetDirectory - Error getting plugin://search/
21:00:41 T:140022886246336   ERROR: CGUIMediaWindow::GetDirectory(plugin://search/) failed
21:00:41 T:140021520729856  NOTICE: Thread LanguageInvoker start, auto delete: false
21:00:41 T:140021520729856  NOTICE: -->Python Interpreter Initialized<--
21:00:41 T:140021954750208  NOTICE: Thread BackgroundLoader start, auto delete: false
21:00:41 T:140021080250112  NOTICE: [plugin.video.pulsar] [GIN] 2014/10/26 - 20:00:41 | 200 |    173.149us | 127.0.0.1:42825  GET /
21:00:42 T:140021545907968  NOTICE: Thread BackgroundLoader start, auto delete: false
21:00:50 T:140021520729856  NOTICE: Thread JobWorker start, auto delete: true
rjd22 commented 9 years ago

This is also related to the following issue: #27 . It is caused by pulsar trying to take port 9091 for running the deamon. This is the default RPC / Webclient port of transmission. A torrent client also used more often on XBMC. When moving the the port to something else it all works again.

Not closing this because my belief is that pulsar should use a different port.

steeve commented 9 years ago

Good call. I'll do it.

steeve commented 9 years ago

Pulsar 0.3 now has a different port (65251 and 65252)