Bugs item #1608017, was opened at 2006-12-03 20:24
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1608017&group_id=46652

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: program guide
Group: 1.x svn
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: f demmer (fdemmer)
Assigned to: Nobody/Anonymous (nobody)
Summary: channel id with %20 aka " " cause error in webserver

Initial Comment:
using svn rel-1, Rev 8687 (pretty recently)

this is whats happening after clicking a show in the webinterface (what 
normally openes  the detaisl box with the record button)

2006/12/03 20:15 CET [HTTPChannel,0,127.0.0.1] Traceback (most recent call 
last):
          File "/usr/lib/python2.4/site-packages/twisted/protocols/basic.py", 
line 221, in dataReceived
            why = self.lineReceived(line)
          File "/usr/lib/python2.4/site-packages/twisted/web/http.py", line 
961, in lineReceived
            self.allContentReceived()
          File "/usr/lib/python2.4/site-packages/twisted/web/http.py", line 
1002, in allContentReceived
            req.requestReceived(command, path, version)
          File "/usr/lib/python2.4/site-packages/twisted/web/http.py", line 
557, in requestReceived
            self.process()
        --- <exception caught here> ---
          File "/usr/lib/python2.4/site-packages/twisted/web/server.py", line 
153, in process
            self.render(resrc)
          File "/usr/lib/python2.4/site-packages/twisted/web/server.py", line 
160, in render
            body = resrc.render(self)
          File "/usr/lib/python2.4/site-packages/freevo/www/web_types.py", line 
73, in render
            return self._render(request)
          File "/usr/share/freevo/htdocs/proginfo.rpy", line 52, in _render
            chan = guide.chan_dict[chanid]
        exceptions.KeyError: 'kabel 1.tvtoday.de'


when searching for a show on a channel with a %20 in its id and then clicking 
the record link in the searchresult, there is no exception but this 
errormessage in the webitnerface:

    *  ERROR: No program found on kabel 1.tvtoday.de at 12/05/06 20:15:00. 
(RecordServer::findProg: prog not found)

by channel id, i mean the channel identifier used in my xmltv data. it is not 
up to me what that is, so i would say freevo should be able to handle that.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1608017&group_id=46652

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to