• 1
  • 191
  • 192
  • 193(current)
  • 194
  • 195
  • 309
Release skin helper service
Hi,

Got errors with colorpickers:

Code:
02:50:57.640 T:9136   DEBUG: CGUIMediaWindow::GetDirectory ()
02:50:57.640 T:9136   DEBUG:   ParentPath = []
02:50:57.645 T:700   ERROR: EXCEPTION: Non-Existent Control 1
02:50:57.646 T:700   ERROR: Skin Helper Service ColorPicker --> ERROR in self.create_color_swatch_image for colorstring: ffffffe3
02:50:57.653 T:9136   DEBUG: Activating window ID: 10138
02:50:57.653 T:9136   DEBUG: ------ Window Init (DialogBusy.xml) ------
02:50:57.653 T:700   ERROR: Skin Helper Service ColorPicker --> ERROR in self.create_color_swatch_image for colorstring: fffffae6
02:50:57.654 T:700   ERROR: Skin Helper Service ColorPicker --> ERROR in self.create_color_swatch_image for colorstring: fffef5e6
02:50:57.654 T:700   ERROR: Skin Helper Service ColorPicker --> ERROR in self.create_color_swatch_image for colorstring: fffef0e5
02:50:57.654 T:700   ERROR: Skin Helper Service ColorPicker --> ERROR in self.create_color_swatch_image for colorstring: fffeebe5
02:50:57.654 T:700   ERROR: Skin Helper Service ColorPicker --> ERROR in self.create_color_swatch_image for colorstring: ffffefef
.
.
.
.
.
02:50:57.836 T:700   ERROR: Skin Helper Service ColorPicker --> ERROR in self.create_color_swatch_image for colorstring: ff004c01
02:50:57.836 T:700   ERROR: Skin Helper Service ColorPicker --> ERROR in self.create_color_swatch_image for colorstring: ff0f4c00
02:50:57.836 T:700   ERROR: Skin Helper Service ColorPicker --> ERROR in self.create_color_swatch_image for colorstring: ff204c01
02:50:57.836 T:700   ERROR: Skin Helper Service ColorPicker --> ERROR in self.create_color_swatch_image for colorstring: ff2d4c00
02:50:57.836 T:700   ERROR: Skin Helper Service ColorPicker --> ERROR in self.create_color_swatch_image for colorstring: ff3e4c01
02:50:57.837 T:700   ERROR: Skin Helper Service ColorPicker --> ERROR in self.create_color_swatch_image for colorstring: ff000000
02:50:57.837 T:700   ERROR: EXCEPTION: Non-Existent Control 3015
Reply
(2016-12-26, 01:26)vdb86 Wrote: So with using xbmc.GetInfoLabel... I should get a new image every time?
Skin.SetString(SkinHelper.RandomFanartDelay,15) is not needed?

You need them both... Skin.SetString(SkinHelper.RandomFanartDelay,15) --> Controls the interval in which the window properties are filled with a new image.
xbmc.GetInfoLabel... is used by your script to retrieve the current image in the window property.
So in your screensaver addon you should poll every X seconds for the current image in the window property.
Reply
(2016-12-26, 04:40)Gracus Wrote: Got errors with colorpickers:

Please enable Kodi debug logging and open the colorpicker. That should give some more info about the error in the log.
My quick guess is that the issue is with your custom XML-file for the script. Looks like you're missing the control 3015 (the opacity slider).
Reply
(2016-12-26, 13:52)marcelveldt Wrote:
(2016-12-26, 04:40)Gracus Wrote: Got errors with colorpickers:

Please enable Kodi debug logging and open the colorpicker. That should give some more info about the error in the log.
My quick guess is that the issue is with your custom XML-file for the script. Looks like you're missing the control 3015 (the opacity slider).

Here is the full log: http://pastebin.com/3Y5CTRWV

(BTW colorpicker was working fine yesterday before I pick the last one from git this night)
Reply
(2016-12-26, 14:08)Gracus Wrote: Here is the full log: http://pastebin.com/3Y5CTRWV

(BTW colorpicker was working fine yesterday before I pick the last one from git this night)

Hmm, there was not enough logging. Please grab the latest version from Git and create the logfile again.
Reply
(2016-12-26, 14:17)marcelveldt Wrote:
(2016-12-26, 14:08)Gracus Wrote: Here is the full log: http://pastebin.com/3Y5CTRWV

(BTW colorpicker was working fine yesterday before I pick the last one from git this night)

Hmm, there was not enough logging. Please grab the latest version from Git and create the logfile again.

Done!

This time colorpicker just hang and I got to force close Kodi

Here you go: http://pastebin.com/DeHRht0J
Reply
(2016-12-26, 14:25)Gracus Wrote: This time colorpicker just hang and I got to force close Kodi

OK, sorry. Can you try one more time with latest Git version?
Reply
(2016-12-26, 15:20)marcelveldt Wrote:
(2016-12-26, 14:25)Gracus Wrote: This time colorpicker just hang and I got to force close Kodi

OK, sorry. Can you try one more time with latest Git version?


http://pastebin.com/Dmss55HD
Reply
(2016-12-26, 13:50)marcelveldt Wrote: You need them both... Skin.SetString(SkinHelper.RandomFanartDelay,15) --> Controls the interval in which the window properties are filled with a new image.
xbmc.GetInfoLabel... is used by your script to retrieve the current image in the window property.
So in your screensaver addon you should poll every X seconds for the current image in the window property.
Just tried it out and it's working perfectly.
Thanks for your help Marcel!

Now just to figure out how to implement color picker with normal addon settings and it's a complete victory Smile
Digital Clock Screensaver with a lot of options - check it out!
Reply
(2016-12-26, 15:28)Gracus Wrote: http://pastebin.com/Dmss55HD

Please check if the issue is fixed in new update. If not, post debug log again or snippet of error
Reply
(2016-12-27, 00:58)marcelveldt Wrote:
(2016-12-26, 15:28)Gracus Wrote: http://pastebin.com/Dmss55HD

Please check if the issue is fixed in new update. If not, post debug log again or snippet of error

Still does not work

Got this error (repeating a lot of times in the log):


Code:
00:40:24.243 T:3952 WARNING: Skin Helper Service ColorPicker --> Traceback (most recent call last):
                                              File "C:\Users\Cardo\AppData\Roaming\Kodi\addons\script.skin.helper.colorpicker\resources\lib\ColorPicker.py", line 340, in create_color_swatch_image
                                                img = Image.new("RGBA", (16, 16), color)
                                            NameError: global name 'Image' is not defined
00:40:24.243 T:3952   ERROR: Skin Helper Service ColorPicker --> Exception in resources.lib.ColorPicker ! --> global name 'Image' is not defined
Moanbag is in da place!
Reply
(2016-12-24, 00:42)marcelveldt Wrote:
(2016-12-23, 05:24)eengert Wrote: So it sounds like this is a bug in the tvos version of Kodi. Will you log this is a bug with the Kodi devs, or should I try to do that?

Not sure if it's a bug but the conclusion is indeed that the Kodi package now includes the x86 version of Pillow on TVOS while it should be the ARM version for iOS/TVOS.

I submitted it as a possible bug. This is the response from the dev:

The error message is misleading. Pillow can't be loaded due to new
restrictions introduced in tvos 10 - i didn't see an easy way to fix it.
The filename does not indicate the real arch of pillow which is correctly
arm64 of course...

Can you do anything with this info?
Reply
@Marcel - Is your helper service able to grab plot outline from IMDb? It becomes problematic for ListItem.PlotOutline to grab plot outline from IMDb in case IMDb uses hyperlink in plot outlines like for example in case of The Wolf of Wall Street.

Image
Reply
Hi marcelveldt,

Do you plan on bring back My TV Shows Airing Today as an option. it was very handy because I could see at a glance what shows were airing looking at the Widgets without clicking on Next Aired.

Next Aired Episodes bring up all 7 days shows and Unaired Episodes is virtually the same.

Image

Thanks
Setup: LG OLED65B7 | Denon AVR X7200WA | OPPO UDP-203 4K Blu-Ray player | Nvidia Shield TV | KEF T205
My Favorite Skin: Arctic Horizon
Reply
(2016-12-27, 01:46)Gracus Wrote: Still does not work
Got this error (repeating a lot of times in the log):

OK, another chance. Please check latest Git.
Reply
  • 1
  • 191
  • 192
  • 193(current)
  • 194
  • 195
  • 309

Logout Mark Read Team Forum Stats Members Help
skin helper service18