You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/06/16 12:27:48 UTC

[GitHub] [skywalking] kezhenxu94 edited a comment on issue #4934: skywalking-python startup with django not working

kezhenxu94 edited a comment on issue #4934:
URL: https://github.com/apache/skywalking/issues/4934#issuecomment-644730628


   From your log `AttributeError: '_thread._local' object has no attribute 'context'`, I assume this issue is Django-specific because the name `_thread._local` is unexpected by the SkyWalking agent, and it behaves the same as when the assignment `_thread_local.context = None` is absent, anyway, I'd like to move the assignment into the `get_context` function, which should be more fault tolerant, BTW, if you're willing to open a PR, it's highly appreciated @chestarss 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org