On Tue, Jan 4, 2011 at 4:51 PM, Diez Roggisch <[email protected]> wrote: > Please show the full traceback. >
I was getting ready to send the full traceback but wanted to obfuscate the traceback a little so as not to reveal the true identity of the site. (I don't mind sharing the URL, but I worried I might reveal a vulnerability in my code that could be used in an attack on the site.) That exercise allowed me to figure out the problem (by forcing me to look at parts of the error I had skimmed over, namely the URL). The actual page I was accessing was fine. But, there was a bad link to an image in the site's basic framework. That translated into a request which actually caused the error. Since every page load caused this problem exactly once, I just assumed the URL was the same as I was seeing in the browser's address bar. Mea culpa. Mike -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

