2014-09-09, 10:45
Thank you for updating the skin. If you can, can you:
add support for tv show next aired?
add support for tv show next aired?
(2014-09-09, 10:32)joethepartylion Wrote:(2014-09-08, 19:51)eikman2k Wrote: Here is a Picture of the bug!!!
Hi, thanks for the picture, I have fixed this alignment issue and updated the master branch to 1.7.1. please let me know of any other issues you find. I didn't notice it at first as I use the vertical home screen.
(2014-09-13, 17:30)pecinko Wrote: Hey mate, thanks for PR on Git.
I don't have much time ATM and it seems you did some code re-alignments so it is not as easy to track changes you made I'll take another look when I have more time available and merge your changes.
(2014-09-16, 11:51)joethepartylion Wrote: Thanks Pecinko, there seem to be some other skin label alignment changes that I have just noticed, i.e. the movie information dialog so will have a look at those this week so don't do any merging yet.
Sorry about the code alignment changes, I was using notepad++ to tidy up my code and it changed the tab size so things went a bit awry, that would explain why it said so many lines changed :-) I'll see if I can get it back to a smaller tab size to make it easier to read/compare for the next pull request, hopefully the end of this week.
Quote:18:19:44 1859.936157 T:2873062464 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnboundLocalError'>
Error Contents: local variable 'item2' referenced before assignment
Traceback (most recent call last):
File "/home/pi/.xbmc/addons/service.skin.widgets/default.py", line 796, in <module>
Main()
File "/home/pi/.xbmc/addons/service.skin.widgets/default.py", line 68, in __init__
self._fetch_info_recommended()
File "/home/pi/.xbmc/addons/service.skin.widgets/default.py", line 127, in _fetch_info_recommended
self._fetch_tvshows_recommended('RecommendedEpisode')
File "/home/pi/.xbmc/addons/service.skin.widgets/default.py", line 269, in _fetch_tvshows_recommended
if (item2['resume']['position'] and item2['resume']['total']) > 0:
UnboundLocalError: local variable 'item2' referenced before assignment
-->End of Python script error report<--