NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC X-NEWA v
« Previous 1 … 9 10 11 12 13
problems getting tv-guide

 
  • 0 Vote(s) - 0 Average
problems getting tv-guide
KRA
Offline

Member

Posts: 237
Threads: 23
Joined: Sep 2012
#1
2012-10-04, 05:27 PM
When I click tv-guide it goes to 33 then 66% and stops. If I click cancel it says canceling, but it's just as stuck nothing happens.

This is xbmcbuntu with git version of frodo from yesterday.

Debug log:

Code:
19:10:20 T:3077801728   DEBUG: LIRC: Update - NEW at 31085:000000037ff07bf4 00 KEY_ENTER mceusb (KEY_ENTER)
19:10:20 T:3077801728   DEBUG: OnKey: 11 (0b) pressed, action is Select
19:10:20 T:2862611312  NOTICE: X-NEWA Version: 1.0.0 Date: 2012-09-09
19:10:20 T:2862611312   DEBUG: NEWADDON PythonCallbackHandler construction with PyThreadState 0xb370038
19:10:20 T:2862611312  NOTICE: init fanart
19:10:20 T:2862611312   DEBUG: DialogProgress::StartModal called
19:10:20 T:2862611312   DEBUG: ------ Window Init (DialogProgress.xml) ------
19:10:20 T:2862611312    INFO: Loading skin file: DialogProgress.xml, load type: KEEP_IN_MEMORY
19:10:20 T:2862611312  NOTICE: --> AreYouThere() socket on port 8866 using ip=192.168.10.205
19:10:20 T:2862611312  NOTICE:                   mac:00:00:00:00:00:00broadcast: 255.255.255.255
19:10:20 T:2862611312  NOTICE: This got: False / 00:00:00:00:00:00
19:10:20 T:2862611312  NOTICE: --> AreYouThere() returning: True
19:10:20 T:2862611312  NOTICE: getGuideInfo start
19:10:20 T:2862611312  NOTICE: 2012-10-04T17:00:00
19:10:20 T:2862611312  NOTICE: clean old files for guideListing-*.p
19:10:20 T:2862611312  NOTICE: guideListing-2012-10-04T170000.p
19:10:20 T:2862611312  NOTICE:  group not found
19:10:20 T:3077801728    INFO: CheckIdle - Closing session to http://feeds.feedburner.com (easy=0xb394598, multi=0xb2b5f98)
19:10:21 T:3077801728   DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/players/dvdplayer/avutil-51-i486-linux.so)
19:10:21 T:3077801728   DEBUG: Unloading: avutil-51-i486-linux.so
19:10:21 T:3077801728   DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/players/dvdplayer/avcodec-53-i486-linux.so)
19:10:21 T:3077801728   DEBUG: Unloading: avcodec-53-i486-linux.so
19:10:21 T:2862611312  NOTICE: getGuideInfo end
19:10:21 T:2862611312  NOTICE: Processing listings start
19:10:21 T:2862611312  NOTICE: Process listing end
19:10:21 T:2862611312   ERROR: /home/xbmc/.xbmc/addons/script.xbmc.x-newa/resources/src/fanart.py:70: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
                                              if os.path.splitext(icon)[0].lower() == name.lower():
19:10:21 T:2862611312   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnicodeDecodeError'>
                                            Error Contents: 'ascii' codec can't decode byte 0xc3 in position 5: ordinal not in range(128)
                                            Traceback (most recent call last):
                                              File "/home/xbmc/.xbmc/addons/script.xbmc.x-newa/resources/src/nextpvr/home.py", line 87, in onClick
                                                self.dispatcher[controlId]()
                                              File "/home/xbmc/.xbmc/addons/script.xbmc.x-newa/resources/src/nextpvr/home.py", line 135, in goTvGuide
                                                mywin = epg.EpgWindow('nextpvr_epg.xml', WHERE_AM_I, xnewa=self.xnewa, settings=self.settings)
                                              File "/home/xbmc/.xbmc/addons/script.xbmc.x-newa/resources/src/nextpvr/epg.py", line 92, in __init__
                                                ret = self.loadNextPVR()
                                              File "/home/xbmc/.xbmc/addons/script.xbmc.x-newa/resources/src/nextpvr/epg.py", line 185, in loadNextPVR
                                                cfile = self.fanart.getChannelIcon(a['name'])
                                              File "/home/xbmc/.xbmc/addons/script.xbmc.x-newa/resources/src/fanart.py", line 41, in getChannelIcon
                                                return self._getIcon(name, self.channelPath, self.channelIcons)
                                              File "/home/xbmc/.xbmc/addons/script.xbmc.x-newa/resources/src/fanart.py", line 72, in _getIcon
                                                if os.path.splitext(icon)[0].lower().find(name.lower()) >= 0:
                                            UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 5: ordinal not in range(128)
                                            -->End of Python script error report<--
19:10:22 T:3077801728   DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/players/dvdplayer/avformat-53-i486-linux.so)
19:10:22 T:3077801728   DEBUG: Unloading: avformat-53-i486-linux.so
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#2
2012-10-04, 05:34 PM
It looks like an issue with a utf start code 0xc3 for in one of your accented channel names. Can you compress and upload you npvr.db3 file to save me some time setting it up.

Martin
KRA
Offline

Member

Posts: 237
Threads: 23
Joined: Sep 2012
#3
2012-10-04, 05:41 PM
sent it in pm
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#4
2012-10-04, 06:04 PM
Thanks I will try this evening. If the following makes sense and you are in a rush to try and you can open the file with vi or another editor open /home/xbmc/.xbmc/addons/script.xbmc.x-newa/resources/src/fanart.py

and change line72 to

Code:
if os.path.splitext(icon)[0].encode('ascii','ignore').lower().find(name.encode('ascii','ignore').lower()) >= 0:

Martin
KRA
Offline

Member

Posts: 237
Threads: 23
Joined: Sep 2012
#5
2012-10-04, 06:30 PM
I'm not in a rush, but I tried to replace that line, but now X-NEWA simply refuse to start
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#6
2012-10-04, 06:43 PM
KRA Wrote:I'm not in a rush, but I tried to replace that line, but now X-NEWA simply refuse to start

No problem, I might have missed an import or something. I added touched python before September so I spend have the programming time on google.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#7
2012-10-04, 11:59 PM
Ok I have got this and it will be in the next update. I had to fight a bit because I was testing with an icon for the problem channel from lyngsat http://www.lyngsat-logo.com/tvcountry/no_2.html and there was a difference between their Østlandssendingen and your Østlandsendingen

Martin
KRA
Offline

Member

Posts: 237
Threads: 23
Joined: Sep 2012
#8
2012-10-05, 08:48 AM
Figures, some odd channel I never use causing problems, if I delete the logo png for that channel, will it also fix the issue ?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#9
2012-10-05, 12:00 PM
It should, however please keep it since my update should fix it and it would help to confirm that it works if you had it.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#10
2012-10-05, 03:42 PM
There were quite of few other fixes I noted with accented characters that I fixed in v1.20

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  knewc problems with new server patch BrettB 7 3,622 2021-01-07, 02:45 PM
Last Post: BrettB
  Loading the Guide jcole998 3 1,758 2019-11-24, 10:09 PM
Last Post: mvallevand
  How to change group in tv guide inside x-newa webinterface shqiperih 2 2,403 2018-07-12, 01:56 AM
Last Post: mvallevand
  Location of Guide.xml in XNEWA on RPi2? jksmurf 2 2,239 2018-01-27, 02:34 AM
Last Post: jksmurf
  Guide Scrolling jcole998 3 2,458 2017-12-06, 05:19 PM
Last Post: mvallevand
  TV Guide does not refresh zaldwaik 1 2,321 2017-01-02, 10:15 PM
Last Post: mvallevand
  X-NEWA: Customize TV Guide to work with other Kodi Addons Bren 9 6,541 2016-01-31, 11:41 PM
Last Post: mvallevand
  Unable to go to the next page (right) in TV guide Sheik Yerbouti 2 2,079 2014-10-31, 08:54 PM
Last Post: Sheik Yerbouti
  X-NEWA 2.4.2 Update Problems spider 16 4,747 2014-09-06, 12:48 PM
Last Post: spider
  X-NEWA TV Guide Issues craigrs84 3 2,426 2014-08-23, 11:02 PM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode