2021-09-13, 02:45
Hi Everyone,
I'm sure I'm just having a moment of stupidity here -- hopefully someone can let me know what I'm doing wrong. I have one menu whos items create another menu, and that menus items should also create a new menu:
- first menu: https://github.com/micahg/plugin.video.c...lt.py#L336
- second menu: https://github.com/micahg/plugin.video.c...lt.py#L250
- third menu: https://github.com/micahg/plugin.video.c...lt.py#L230
For the life of me, I can't figure out why when selecting an item from the second menu triggers this warning and causes no screen update (like, you here the sound feedback of selection but nothing happens)...
Thinking way back I thought I remember strange things like this happening when you don't end your folder but as far as I can tell I'm doing that
Anyway, thanks for your time -- hopefully you can spot what I've done wrong.
I'm sure I'm just having a moment of stupidity here -- hopefully someone can let me know what I'm doing wrong. I have one menu whos items create another menu, and that menus items should also create a new menu:
- first menu: https://github.com/micahg/plugin.video.c...lt.py#L336
- second menu: https://github.com/micahg/plugin.video.c...lt.py#L250
- third menu: https://github.com/micahg/plugin.video.c...lt.py#L230
For the life of me, I can't figure out why when selecting an item from the second menu triggers this warning and causes no screen update (like, you here the sound feedback of selection but nothing happens)...
shell:2021-09-12 20:38:34.696 T:11692 WARNING <general>: Attempt to use invalid handle -1
Thinking way back I thought I remember strange things like this happening when you don't end your folder but as far as I can tell I'm doing that
Anyway, thanks for your time -- hopefully you can spot what I've done wrong.