CptDarling / xot-uzg

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

XBMC crashes when I try to view a channel. #153

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install the latest version SVN version of XBMC.
2. Copy the contents of the XOT-Uzg.v3.2.0b6.zip to the video plugins folder.
3. Start XBMC and open XOT. 

What is the expected output? What do you see instead?

When I try to open a specific channel XBMC hangs.

What version of the product are you using? On what operating system?
Ubuntu 9.10.
XBMC Latest svn version.
XOT-Uzg.v3.2.0b6

The following files seems to be causing the crash.

12:19:16 T:2931882864 M:1145323520    INFO: Loading skin includes from
/home/fenix/.xbmc/plugins/programs/XOT-Uzg.v3/resources/skins/Default/includes.x
ml
12:19:16 T:2931882864 M:1145323520    INFO: Error loading includes.xml file
(/home/fenix/.xbmc/plugins/programs/XOT-Uzg.v3/resources/skins/Default/includes.
xml):
Failed to open file (row=0, col=0)

Original issue reported on code.google.com by genz...@gmail.com on 28 Nov 2009 at 11:50

Attachments:

GoogleCodeExporter commented 9 years ago
I don't see anything indicating that XOT causes the exception. Could you past a
uzg(plugin).log?

Original comment by basrie...@gmail.com on 30 Nov 2009 at 9:39

GoogleCodeExporter commented 9 years ago
Tried and it and works like a charm here

Original comment by basrie...@gmail.com on 4 Dec 2009 at 6:17

GoogleCodeExporter commented 9 years ago
Okay here it does it provide any more information?

Original comment by genz...@gmail.com on 6 Dec 2009 at 8:38

Attachments:

GoogleCodeExporter commented 9 years ago
Genzorg, I don't see any channels in your folders. That won't work. Please 
extract
all the stuff from the XOT-Uzg.v3.2.0b6 to your system. Keep in mind that you 
DO NOT
want to have the XOT-Framework.v3.2.0b6 but the XOT-Uzg file.

Original comment by basrie...@gmail.com on 8 Dec 2009 at 7:12

GoogleCodeExporter commented 9 years ago
Hi thankyou for your reply. The file I have been using is
http://xot.hamans.com/XOT-Uzg.v3.2.0b6.zip which should include everything 
right. At
least there are a channels and a skin folder with contents under the
/home/(username)/.xbmc/plugins/video/XOT-Uzg.v3 folder

Original comment by genz...@gmail.com on 8 Dec 2009 at 8:05

GoogleCodeExporter commented 9 years ago
correct. but the log you posted contains a print of your XOT folders and I do 
not see
any channels, so double-check.

Original comment by basrie...@gmail.com on 8 Dec 2009 at 9:19

GoogleCodeExporter commented 9 years ago
Sorry for the long delay I have doublechecked and the channels are placed in
/home/fenix/.xbmc/plugins/video/XOT-Uzg.v3/channels which should be correct 
right? I
have also made a reinstallation of Ubuntu and XBMC recently and the behaviour 
still
remains. 

10:18:00 T:3078788992 M:712544256   ERROR: Unable to load:
special://home/plugins/video/XOT-Uzg.v3/resources/settings.xml, Line 0
                                            Failed to open file
10:18:02 T:2909789040 M:712409088  NOTICE: -->Python Interpreter Initialized<--

Is shown in the crashlog generated by XBMC.

What I have done so far is

1. Installed Ubuntu.
2. Installed latest svn version of XBMC.
3. Downloading the latest file
http://www.rieter.net/ext/?uri=http://xot.hamans.com/XOT-Uzg.v3.2.0b6.zip.
4. Unpacked this into /home/fenix/.xbmc/plugins/video.
5. Tried to start XOT

I am able to load the channels but when I try to browse a specific channel XBMC 
crashes.

Original comment by genz...@gmail.com on 31 Dec 2009 at 9:40

GoogleCodeExporter commented 9 years ago
I'll attach the uzgPlugin.log aswell.

Original comment by genz...@gmail.com on 31 Dec 2009 at 9:48

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by basrie...@gmail.com on 31 Dec 2009 at 9:52

GoogleCodeExporter commented 9 years ago
This problem is related to the progressbar. Open the 
resources\libs\uriopener.py file
in a texteditor and comment change line 208 from:

uriPB.update(100, pbLine1 ,pbLine2)

into 

#uriPB.update(100, pbLine1 ,pbLine2)

make sure that you only add the # in front of the uriPB and not at the 
beginning of
the line. 

Original comment by basrie...@gmail.com on 31 Dec 2009 at 9:55

GoogleCodeExporter commented 9 years ago
That worked! Thankyou for the quick reply!

Original comment by genz...@gmail.com on 31 Dec 2009 at 10:04

GoogleCodeExporter commented 9 years ago

Original comment by basrie...@gmail.com on 31 Dec 2009 at 6:34

GoogleCodeExporter commented 9 years ago
Changed status to Done

Original comment by basrie...@gmail.com on 24 Jun 2012 at 11:42