-
Notifications
You must be signed in to change notification settings - Fork 3k
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
cannot open dashboard and console error shows 'the server responded with a MIME type of "text/plain".' #2633
Comments
I encountered the same issue and wanted to share a temporary workaround. By switching to Windows Subsystem for Linux (WSL), I was able to bypass the problem for the time being. Additionally, I discovered that installing an older version of the package resolved the issue on my end. If anyone else is looking for a temporary fix, you might want to try installing version 2.18.4 of Locust using the following command: pip install locust==2.18.4 I hope this helps others facing the same problem until a permanent solution is found. |
thanks, indeed this version can show the page. |
@andrewbaldwin44 Can you take a look? Instead of running an old version of locust as a workaround, you can probably just add |
@LeiYangGH Could you please share what browser and version you are using? |
chrome 122.0.6261.113(32 bit) edge 123.0.2420.32 stable,beta channel (64 bit) |
confirm this is working! |
@LeiYangGH I just got the chance to try this on Windows 11. I have Python 3.12 and I am able to view the dashboard on both Edge and Chrome |
This issue was closed because it has been stalled for 10 days with no activity. This does not necessarily mean that the issue is bad, but it most likely means that nobody is willing to take the time to fix it. If you have found Locust useful, then consider contributing a fix yourself! |
Prerequisites
Description
i'm newbie and trying the hellow world from doc
then i open above web page using either edge or chrome, both blank page, and console error is
Command line
locust -f .\demo.py
Locustfile contents
Python version
3.8
Locust version
2.24.0
Operating system
windows 11
The text was updated successfully, but these errors were encountered: