blgrnt1 / bluecop-xbmc-repo

Automatically exported from code.google.com/p/bluecop-xbmc-repo
0 stars 0 forks source link

Spike TV script error with both XBMC/win32 & XBMC4Xbox #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Seems like something must have changed on the website. 
error log from XBOX:

12:39:15 M: 22310912  NOTICE: Spike --> getHTML :: url = 
http://www.spike.com/shows/?tab=alphabetical
12:39:16 M: 22773760   ERROR: Error Type: exceptions.AttributeError
12:39:16 M: 22773760   ERROR: Error Contents: 'NoneType' object has no 
attribute 'group'
12:39:16 M: 22769664   ERROR: Traceback (most recent call last):
                                              File "Q:\plugins\video\SpikeTV\default.py", line 169, in ?
                                                SHOWS()
                                              File "Q:\plugins\video\SpikeTV\default.py", line 24, in SHOWS
                                                shows=re.search('<ul id="showlist">.+?<div id="CONTENT" class="clearfix">', items, re.DOTALL).group(0)
                                            AttributeError: 'NoneType' object has no attribute 'group'
12:39:16 M: 27996160   ERROR: DIRECTORY::CDirectory::GetDirectory - Error 
getting plugin://video/SpikeTV/
12:39:16 M: 27996160   ERROR: 
CGUIMediaWindow::GetDirectory(plugin://video/SpikeTV/) failed

Original issue reported on code.google.com by joe.che...@gmail.com on 1 Mar 2011 at 8:55

GoogleCodeExporter commented 8 years ago
I also have this error using XBMC/Live.  

Original comment by johncorn...@gmail.com on 9 Apr 2011 at 3:48