-
-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'thread._local' object has no attribute 'temp_identifier' #12
Comments
That's my setup also... odd. The only way I can see this happening is if Mike |
where you place the middleware matters. I haven't played enough to know, but adding it to the end of MIDDLEWARE_CLASSES caused this issue, where as bumping it up ahead of my custom middleware worked. YMMV |
Ah, I added it to the end of MIDDLEWARE_CLASSES too, as implied in https://github.com/mtford90/silk#installation -- perhaps a tweak to that secton of the README is all that's needed, plus a note to avoid putting it right at the end |
Yep, you're both right. If the middleware before I'll update the README accordingly and also add some better error handling for this... Cheers guys. |
Hi there
With both 0.1.1 and git HEAD, i'm getting the error pasted below.
Django 1.6.5 on OSX Python 2.7.5
Doesn't make a difference whether I'm using runserver or django-devserver for my local server.
Cheers
Steve
The text was updated successfully, but these errors were encountered: