Skip to content
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

ValueError: Another profiling tool is already active #5043

Closed
eracle opened this issue May 2, 2024 · 3 comments · Fixed by #5069
Closed

ValueError: Another profiling tool is already active #5043

eracle opened this issue May 2, 2024 · 3 comments · Fixed by #5069
Labels

Comments

@eracle
Copy link

eracle commented May 2, 2024

What happened?

By upgrading to python 3.12 we inherited a bug from django-debug-toolbar
Here's the issue:
jazzband/django-debug-toolbar#1875

@eracle eracle added the bug label May 2, 2024
@eracle
Copy link
Author

eracle commented May 2, 2024

I fixed with
exec python manage.py runserver_plus 0.0.0.0:8000 --nothreading

can't provide a PR atm, github seems kind of down

@browniebroke
Copy link
Member

See #4644 (comment) for a potential solution, PR welcome

@browniebroke
Copy link
Member

What do you think of this? #5069

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants