Kodi Community Forum

Full Version: [FRODO release] Skin Widgets
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
(2012-12-17, 01:01)tungmeister Wrote: [ -> ]Where does Skin widgets get series posters from? the posters its displaying for my shows aren't the ones that I've got set in my library?

Your library
How is it possible for the posters it displays to be different from the ones I've got set in my library then?
Frodo RC still shows this as broken... I manually DL'd and Installed .17 from the repo, and previously tried .14 -- both show as broken.

Any ETA for a fix?
(2012-12-17, 01:13)Livin Wrote: [ -> ]Frodo RC still shows this as broken... I manually DL'd and Installed .17 from the repo, and previously tried .14 -- both show as broken.

Any ETA for a fix?
it shouldn't be marked as broken in RC1.

if could you try this:
- enable debug logging
- quit xbmc
- delete Addon15.db
- start xbmc
- post Debug Log

So I'm still getting script error for the skin widget. im running Ubuntu 12.04 LTS with xbmc RC1. Here is my debug file. http://pastebin.com/qt6pUDw0
(2012-12-18, 11:42)Vinnie85 Wrote: [ -> ]So I'm still getting script error for the skin widget. im running Ubuntu 12.04 LTS with xbmc RC1. Here is my debug file. http://pastebin.com/qt6pUDw0

I also get a script error for versions .14 & .17

Usually right in the middle of watching a video... Sad
my script error only shows up when i start xbmc
(2012-12-18, 17:39)Livin Wrote: [ -> ]
(2012-12-18, 11:42)Vinnie85 Wrote: [ -> ]So I'm still getting script error for the skin widget. im running Ubuntu 12.04 LTS with xbmc RC1. Here is my debug file. http://pastebin.com/qt6pUDw0

I also get a script error for versions .14 & .17

Usually right in the middle of watching a video... Sad

Mine only shows up when I first start xbmc
I am getting the following error:
Code:
Code:
13:19:33 T:4625797120   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'MyPlayer' object has no attribute 'type'
                                            Traceback (most recent call last):
                                              File "/Volumes/iMac_27 HD/Users/mwinestock/Library/Application Support/XBMC/addons/service.skin.widgets/default.py", line 685, in onPlayBackStopped
                                                if self.type == 'movie':
                                            AttributeError: 'MyPlayer' object has no attribute 'type'
                                            -->End of Python script error report<--

Debug Log: http://pastebin.com/CNFv6Lwp
Does that always happen? Only way it could maybe happen is if you stop the video within one second after playing it.

@Martijn
Maybe adding self.type="" to the init method of MyPlayer could prevent such errors.
(2012-12-20, 15:16)`Black Wrote: [ -> ]Does that always happen? Only way it could maybe happen is if you stop the video within one second after playing it.

@Martijn
Maybe adding self.type="" to the init method of MyPlayer could prevent such errors.

It is always happening. I am not stopping the video early.
(2012-12-20, 04:45)winestock Wrote: [ -> ]I am getting the following error:
Code:
Code:
13:19:33 T:4625797120   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'MyPlayer' object has no attribute 'type'
                                            Traceback (most recent call last):
                                              File "/Volumes/iMac_27 HD/Users/mwinestock/Library/Application Support/XBMC/addons/service.skin.widgets/default.py", line 685, in onPlayBackStopped
                                                if self.type == 'movie':
                                            AttributeError: 'MyPlayer' object has no attribute 'type'
                                            -->End of Python script error report<--

Debug Log: http://pastebin.com/CNFv6Lwp

Not a Debug Log and NEVER post snippets
Is it possible to show album tracks when click on recent/random album ?

(2012-12-20, 15:16)`Black Wrote: [ -> ]Does that always happen? Only way it could maybe happen is if you stop the video within one second after playing it.

@Martijn
Maybe adding self.type="" to the init method of MyPlayer could prevent such errors.

My guess is that intro script (log line 91) is the problem.
Will move the variable cause indeed it belongs there but I just copied this part of code from watchlist Wink

(2012-12-20, 19:09)Martijn Wrote: [ -> ]but I just copied this part of code from watchlist Wink

that's no excuse ;-p
(2012-12-20, 19:11)ronie Wrote: [ -> ]
(2012-12-20, 19:09)Martijn Wrote: [ -> ]but I just copied this part of code from watchlist Wink

that's no excuse ;-p

Yes it is Big Grin
I just used that excuse so it's possible
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49