veveykocute / xot-uzg

Automatically exported from code.google.com/p/xot-uzg
0 stars 0 forks source link

[openelec] Channels Not Showing / Error Initializing Progwindow #397

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm having issues with my openelec / Raspberry PI, XOT-Uzg version 3.3.1, XBMC 
version 12.0-ALPHA6. I tried installing the plugin manually first, then used 
the repository. In both cases I have the same problem: when I start the plugin 
the main screen just shows the background picture and some empty squares on the 
bottom. I can scroll through them and select them but still, no channel list or 
channels appear.

I saw this in the log file (complete file attached) and I'm guessing my problem 
has something to do with it:

20121130 21:19:00 - [83  MB] INFO     - progwindow.py        - 81   - Starting 
XOT-Uzg.v3 ProgWindow with Fallback=/storage/.xbmc/addons/net.rieter.xot/ and 
DefaultName=skin.xot
20121130 21:19:01 - [83  MB] DEBUG    - progwindow.py        - 89   - 
ProgWindow :: OnInit
20121130 21:19:01 - [83  MB] DEBUG    - progwindow.py        - 98   - Doing 
first initialisation of ProgWindow
20121130 21:19:01 - [83  MB] DEBUG    - progwindow.py        - 586  - Showing 
Channels
20121130 21:19:01 - [83  MB] DEBUG    - progwindow.py        - 570  - 
Progwindow :: combined screen is available
20121130 21:19:01 - [83  MB] INFO     - progwindow.py        - 125  - Somehow 
the list was cleared...filling it again
20121130 21:19:01 - [83  MB] DEBUG    - stopwatch.py         - 55   - Stopwatch 
:: Set (Progwindow :: showing channels): 1354306741.81
20121130 21:19:01 - [83  MB] ERROR    - progwindow.py        - 130  - Error 
Initializing Progwindow
20121130 21:19:01 - [83  MB] ERROR    - progwindow.py        - 130  - | 
Traceback (most recent call last):
20121130 21:19:01 - [83  MB] ERROR    - progwindow.py        - 130  - |   File 
"/storage/.xbmc/addons/net.rieter.xot/resources/libs/progwindow.py", line 126, 
in onInit
20121130 21:19:01 - [83  MB] ERROR    - progwindow.py        - 130  - |     
self.DisplayGUIs()
20121130 21:19:01 - [83  MB] ERROR    - progwindow.py        - 130  - |   File 
"/storage/.xbmc/addons/net.rieter.xot/resources/libs/progwindow.py", line 530, 
in DisplayGUIs
20121130 21:19:01 - [83  MB] ERROR    - progwindow.py        - 130  - |     for 
channelGUI in self.channelGUIs:
20121130 21:19:01 - [83  MB] ERROR    - progwindow.py        - 130  - | 
TypeError: argument "item" for method "addItem" must be unicode or str
20121130 21:21:04 - [83  MB] DEBUG    - progwindow.py        - 155  - Going 
back a level
20121130 21:21:04 - [83  MB] DEBUG    - progwindow.py        - 157  - Closing 
ProgWindow

Thanks!

Original issue reported on code.google.com by dancetr...@gmail.com on 30 Nov 2012 at 9:40

Attachments:

GoogleCodeExporter commented 8 years ago
Please search to issues first. Update to Alpha 7 or later.

Original comment by basrie...@gmail.com on 30 Nov 2012 at 9:46