This sounds very similar to the issue reported on the google-app- engine-django helper issue list: http://code.google.com/p/google-app-engine-django/issues/detail?id=169
I never experienced this in my apps, but I incorporated the patch into my helper fork to be safe. Are you using the helper with django? On May 23, 10:29 pm, Will <[email protected]> wrote: > Hi all, > > We have a site with not much load. Now and then, we experience url > unresolved problems, the errors are: > > raise Resolver404, {'tried': tried, 'path': new_path} > Resolver404: {'path': u'', 'tried': [...... > > or sometimes: > > AttributeError: 'RegexURLResolver' object has no attribute 'name' > > The thing is, we haven't changed urls.py for a long time, and majority > of the time, the urls get resolved > successfully. > > What could be the problem? Are there urls.py best practice guidelines > that we can check out? > > Thanks, > > Will > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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 > athttp://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
