chenqingyu / auto-sub

Automatically exported from code.google.com/p/auto-sub
0 stars 0 forks source link

Error 500 #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Home function HTML GUI does not work
but /auto-sub/config is working

[30/Sep/2012:15:04:17] HTTP
Request Headers:
  AUTHORIZATION: Digest username="username", realm="AutoSub website", nonce="359727c419238ed77ed77632cb62f4eb", uri="/autosub/home/", algorithm=MD5, response="585ce3df5d07124509d97e2412c9e94c", qop=auth, nc=00000001, cnonce="9a18e042e94d5a32"
  X-FORWARDED-SERVER: nblinux
  REFERER: http://192.168.0.50/
  X-FORWARDED-HOST: 192.168.0.50
  Remote-Addr: 127.0.0.1
  USER-AGENT: Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20100101 Firefox/15.0.1
  CONNECTION: Keep-Alive
  COOKIE: plushContainerWidth=100%25; plushNoTopMenu=0; plushQueuePerPage=40; plushHistPerPage=30
  VIA: 1.1 nblinux
  HOST: localhost:8083
  ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  ACCEPT-LANGUAGE: nl,en-us;q=0.7,en;q=0.3
  X-FORWARDED-FOR: 192.168.0.10
  ACCEPT-ENCODING: gzip, deflate
[30/Sep/2012:15:04:17] HTTP Traceback (most recent call last):
  File "/usr/local/src/auto-sub/cherrypy/_cprequest.py", line 656, in respond
    response.body = self.handler()
  File "/usr/local/src/auto-sub/cherrypy/lib/encoding.py", line 188, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "/usr/local/src/auto-sub/cherrypy/_cpdispatch.py", line 34, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/usr/local/src/auto-sub/autosub/WebServer.py", line 221, in index
    return str(tmpl)
  File "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 1005, in __str__
    rc = getattr(self, mainMethName)()
  File "_usr_local_src_auto_sub_interface_templates_home_tmpl.py", line 173, in respond
NotFound: cannot find 'upper' while searching for 'upper'

Original issue reported on code.google.com by aroundmyroom on 30 Sep 2012 at 1:07

GoogleCodeExporter commented 9 years ago
note, my config is working but an almost even config at a friends home is 
generating this one.

Original comment by aroundmyroom on 30 Sep 2012 at 1:07

GoogleCodeExporter commented 9 years ago
Running from source?

Original comment by romke.va...@gmail.com on 30 Sep 2012 at 1:23

GoogleCodeExporter commented 9 years ago
Linux / Ubuntu 

Original comment by aroundmyroom on 30 Sep 2012 at 1:26

GoogleCodeExporter commented 9 years ago
Got the same error, fix in 10 minutes.

Original comment by romke.va...@gmail.com on 30 Sep 2012 at 1:27

GoogleCodeExporter commented 9 years ago
no idea what it can be ;) but great to see you have the same issue ;-)

Original comment by aroundmyroom on 30 Sep 2012 at 1:29

GoogleCodeExporter commented 9 years ago
This issue was closed by revision fc9ea85d2721.

Original comment by romke.va...@gmail.com on 30 Sep 2012 at 1:32

GoogleCodeExporter commented 9 years ago
correct. updated, pulled, and restarted.. 

Original comment by aroundmyroom on 30 Sep 2012 at 1:34