I'm getting a TypeError _only_ in Safari which sounds similar to this
but not sure
The error is reported as below and I'm not having any luck debugging.
Don't want to upgrade unless this is actually a TG prob.
Thanks
.M.
Traceback (most recent call last):
File
"/usr/lib/python2.4/site-packages/CherryPy-2.1.1-py2.4.egg/cherrypy/_cphttptools.py",
line 271, in run
main()
File
"/usr/lib/python2.4/site-packages/CherryPy-2.1.1-py2.4.egg/cherrypy/_cphttptools.py",
line 502, in main
body = page_handler(*args, **cherrypy.request.paramMap)
File
"/usr/lib/python2.4/site-packages/TurboGears-0.8.9-py2.4.egg/turbogears/controllers.py",
line 124, in newfunc
output = func(self, *args, **kw)
File "/home/www-apps/modfilmsnet/trunk/modfilmsnet/controllers.py",
line 361, in index
results.update(dict(latest_mods = self.view.latest_mods() ))
File
"/usr/lib/python2.4/site-packages/TurboGears-0.8.9-py2.4.egg/turbogears/controllers.py",
line 125, in newfunc
return controllers._process_output(tg_format, output, html)
File
"/usr/lib/python2.4/site-packages/TurboGears-0.8.9-py2.4.egg/turbogears/controllers.py",
line 54, in _process_output
output).encode("ascii")
TypeError: expected string or buffer