![]() |
|
[RELEASE] TV Show Next Aired (Script) Addon - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (/forumdisplay.php?fid=151) +---- Thread: [RELEASE] TV Show Next Aired (Script) Addon (/showthread.php?tid=79493) |
- `Black - 2011-12-17 02:01 Problem is caused by wrong airday informations, show is airing on monday and not sunday hence the index error. But this problem could also occur for correct informations if a show has multiple airdays... a fix for this is in the svn. - morsedl - 2011-12-17 06:23 @Ronie: Gotcha. Thanks! - Henkske - 2011-12-20 11:43 Hello Ronie, I have a question regarding this plugin. Im using xbmc pre-eden (19dec) and the latest T! (SVN). When i enable this and TVtunes my Cinema Experience script doesn't work anymore ( xbmc freezes on selection). When i disable them the script (CE) works fine. Do you know this problem and do you maybe now how to fix it? Thanx in advance p.s i will add a debug log tonight - ronie - 2011-12-20 12:52 Henkske Wrote:When i enable this and TVtunes my Cinema Experience script doesn't work anymore ( xbmc freezes on selection). When i disable them the script (CE) works fine. thanx for reporting the issue. if xbmc freezes when multiple addons are running, please create a ticket on trac. it's most like a bug in xbmc. - _Mikie_ - 2011-12-22 14:26 Can this addon be added to favorites so I can view the schedule from favorites instead of the sub menu of tv shows? - ronie - 2011-12-22 14:34 _Mikie_ Wrote:Can this addon be added to favorites so I can view the schedule from favorites instead of the sub menu of tv shows? sure, that shouldn't be a problem at all. - _Mikie_ - 2011-12-22 14:44 ronie Wrote:sure, that shouldn't be a problem at all. How would I do this? I did it with a previous addon but now I can't seem to do it with this on. Normally clicking 'c' (windows) brings up the menu to add to favorites but there isn't that option. What am I missing? Thanks - _Mikie_ - 2011-12-22 15:13 ronie Wrote:sure, that shouldn't be a problem at all. _Mikie_ Wrote:How would I do this? I did it with a previous addon but now I can't seem to do it with this on. Normally clicking 'c' (windows) brings up the menu to add to favorites but there isn't that option. What am I missing? Never mind. I wanted to show it on the main menu so needed it in favorites to use another plugin to do it only to realize that I have the option which is built in disabled. - keibertz - 2011-12-26 02:50 Addon does not work right with Eden Beta1 00:04:23 T:4020 ERROR: Traceback (most recent call last): 00:04:23 T:4020 ERROR: File "C:\Users\xbmc\AppData\Roaming\XBMC\addons\script.tv.show.next.aired\default.py", line 47, in get_html_source 00:04:23 T:4020 ERROR: sock = urllib.urlopen(url) 00:04:23 T:4020 ERROR: File "C:\XBMC11\system\python\Lib\urllib.py", line 86, in urlopen 00:04:23 T:4020 ERROR: return opener.open(url) 00:04:23 T:4020 ERROR: File "C:\XBMC11\system\python\Lib\urllib.py", line 207, in open 00:04:23 T:4020 ERROR: return getattr(self, name)(url) 00:04:23 T:4020 ERROR: File "C:\XBMC11\system\python\Lib\urllib.py", line 346, in open_http 00:04:23 T:4020 ERROR: h.endheaders() 00:04:23 T:4020 ERROR: File "C:\XBMC11\system\python\Lib\httplib.py", line 908, in endheaders 00:04:23 T:4020 ERROR: self._send_output() 00:04:23 T:4020 ERROR: File "C:\XBMC11\system\python\Lib\httplib.py", line 780, in _send_output 00:04:23 T:4020 ERROR: self.send(msg) 00:04:23 T:4020 ERROR: File "C:\XBMC11\system\python\Lib\httplib.py", line 739, in send 00:04:23 T:4020 ERROR: self.connect() 00:04:23 T:4020 ERROR: File "C:\XBMC11\system\python\Lib\httplib.py", line 720, in connect 00:04:23 T:4020 ERROR: self.timeout) 00:04:23 T:4020 ERROR: File "C:\XBMC11\system\python\Lib\socket.py", line 561, in create_connection 00:04:23 T:4020 ERROR: raise error, msg 00:04:23 T:4020 ERROR: IOError: [Errno socket error] timed out - ronie - 2011-12-26 03:00 keibertz Wrote:Addon does not work right with Eden Beta1 that's just a timeout when trying to fetch info from tvrage.com, you can ignore those. the script will retry a couple of times, and if it still fails, it'll move on to fetching data for the next tv show. |