Invalid handle with my plugin
#1
Hi guys,

I've recently started reviving a plugin of mine, and everything is working again on the backend, except that I can't display any popups properly or anything. I checked the log, and I'm told that things are being called with invalid handles.

The default view results in this for sys.argv: ['plugin://plugin.video.missingmovies/', '0', ''] which of course, is valid. Any other view though results in this: ['plugin://plugin.video.missingmovies/', '-1', '?mode=20'] so of course, -1 is obviously an invalid handle. But what can I do to fix this?

Here's some of the logging output with the invalid handle messages.

Code:
6119 16:36:32 T:140060786620160 M:2985345024   ERROR:  AddItem - called with an invalid handle.                                                                                              
6120 16:36:32 T:140060786620160 M:2985508864   ERROR: Previous line repeats 69 times.
6121 16:36:32 T:140060786620160 M:2985508864   ERROR:  EndOfDirectory - called with an invalid handle.
Want to find movies or TV shows not scraped into the XBMC library? Check out the Missing Movie Plugin!

I write other cool software! Check it out at github.com/nathan-hoad
Reply

Logout Mark Read Team Forum Stats Members Help
Invalid handle with my plugin0