2015-12-28, 03:04
I can not unselect to OFF the unwatched green , it doesn't stick. Any ideas? Using lastest nightly build.
(2015-12-28, 03:04)DR9x Wrote: I can not unselect to OFF the unwatched green , it doesn't stick. Any ideas? Using lastest nightly build.What version of Mimic are you using? You've posted in the 2.x thread, and this version is not compatible with Kodi Jarvis.
(2015-12-27, 18:51)vdb86 Wrote: Hi braz, quick question, I just noticed that my submenus are always showing even though that option is not checked in the settings.Nothing has changed in Mimic 2.x lately, you'll need to post a debug log.
Have any clue what's going on?
It started with my laptop and now I noticed it on my RPI2.
(2015-12-28, 04:22)DR9x Wrote:Can't duplicate the issue here. Maybe something corrupted in your settings.xml? Please post in the correct thread for additional support.(2015-12-28, 03:22)braz Wrote:(2015-12-28, 03:04)DR9x Wrote: I can not unselect to OFF the unwatched green , it doesn't stick. Any ideas? Using lastest nightly build.What version of Mimic are you using? You've posted in the 2.x thread, and this version is not compatible with Kodi Jarvis.
3.1.1
(2015-12-28, 03:39)braz Wrote:(2015-12-27, 18:51)vdb86 Wrote: Hi braz, quick question, I just noticed that my submenus are always showing even though that option is not checked in the settings.Nothing has changed in Mimic 2.x lately, you'll need to post a debug log.
Have any clue what's going on?
It started with my laptop and now I noticed it on my RPI2.
(2015-12-28, 09:59)vdb86 Wrote:Skinshortcuts is only used for the submenu in Mimic 2.x.(2015-12-28, 03:39)braz Wrote:(2015-12-27, 18:51)vdb86 Wrote: Hi braz, quick question, I just noticed that my submenus are always showing even though that option is not checked in the settings.Nothing has changed in Mimic 2.x lately, you'll need to post a debug log.
Have any clue what's going on?
It started with my laptop and now I noticed it on my RPI2.
If I remember correctly you use skin shortcuts for creating the main menu?
Maybe something changed with that addon.
I'll do some testing before bugging you with a debug log.
Fresh install of Kodi fixes this, which means something causes this afterwards.
I'll post a debug log from my RPI2 a bit later.
Hopefully it will reveal the culprit.
(2015-12-28, 16:48)braz Wrote:(2015-12-28, 09:59)vdb86 Wrote:Skinshortcuts is only used for the submenu in Mimic 2.x.(2015-12-28, 03:39)braz Wrote: Nothing has changed in Mimic 2.x lately, you'll need to post a debug log.
If I remember correctly you use skin shortcuts for creating the main menu?
Maybe something changed with that addon.
I'll do some testing before bugging you with a debug log.
Fresh install of Kodi fixes this, which means something causes this afterwards.
I'll post a debug log from my RPI2 a bit later.
Hopefully it will reveal the culprit.
(2015-12-28, 16:48)braz Wrote:(2015-12-28, 09:59)vdb86 Wrote:Skinshortcuts is only used for the submenu in Mimic 2.x.(2015-12-28, 03:39)braz Wrote: Nothing has changed in Mimic 2.x lately, you'll need to post a debug log.
If I remember correctly you use skin shortcuts for creating the main menu?
Maybe something changed with that addon.
I'll do some testing before bugging you with a debug log.
Fresh install of Kodi fixes this, which means something causes this afterwards.
I'll post a debug log from my RPI2 a bit later.
Hopefully it will reveal the culprit.
22:48:43 T:1500931104 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IOError'>
Error Contents: cannot identify image file '/home/osmc/.kodi/userdata/addon_data/script.toolbox/3333606c0978755a181ebea0e9cb7cbf30.png'
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/script.toolbox/default.py", line 149, in <module>
Main()
File "/home/osmc/.kodi/addons/script.toolbox/default.py", line 35, in __init__
image, imagecolor = Filter_Image(self.image_now, int(self.params.get("radius", 5)))
File "/home/osmc/.kodi/addons/script.toolbox/resources/lib/Utils.py", line 184, in Filter_Image
img = Image.open(targetfile)
File "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 2288, in open
% (filename if filename else fp))
IOError: cannot identify image file '/home/osmc/.kodi/userdata/addon_data/script.toolbox/3333606c0978755a181ebea0e9cb7cbf30.png'
(2016-01-05, 00:53)braz Wrote: @jamoihollandThanks Braz. I removed the reference in the addon.xml for Mimic, and un-installed Script Toolbox, then rebooted. I still get crashing and rebooting during slideshows however. Latest logs here: http://paste.osmc.io/agabarihek. Any ideas? I'd re-build my Kodia/OSMC box from scratch, but how can I then install Mimic without it automatically installing Script Toolbox, and be back where I am now?
I believe there are issues with certain android devices and the PIL module that the Toolbox script uses. You can try posting in the script thread, or remove the Toolbox dependency from Mimic's addon.xml and then remove script.toolbox from your system.