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

Web UI lacking asset #2781

Closed
2 tasks done
tdadela opened this issue Jul 1, 2024 · 2 comments
Closed
2 tasks done

Web UI lacking asset #2781

tdadela opened this issue Jul 1, 2024 · 2 comments
Labels

Comments

@tdadela
Copy link
Contributor

tdadela commented Jul 1, 2024

Prerequisites

Description

Web UI is not opening correctly due to lack of asset.

locust -f locustfile.py 
INFO/locust.main: Starting web interface at http://localhost:8089/ (accepting connections from all network interfaces)
INFO/locust.main: Starting Locust 2.29.2.dev8
INFO/locust.web: UI got request for /assets/index-e9ad42b4.js, but it resulted in a 404: Not Found

The bug was introduced in #2774 (2.29.2.dev8).

Command line

locust -f locustfile.py

Locustfile contents

from locust import HttpUser, task

class QuickstartUser(HttpUser):
    @task
    def hello_world(self):
        self.client.get("/hello")

Python version

3.11.9

Locust version

2.29.2.dev8 and newer

Operating system

Windows 11

@tdadela tdadela added the bug label Jul 1, 2024
@cyberw
Copy link
Collaborator

cyberw commented Jul 1, 2024

Oopsie. I’m not at my computer atm but I can fix later tonight.

@tdadela
Copy link
Contributor Author

tdadela commented Jul 1, 2024

(From my perspective, it's not urgent. I rarely use Web UI.)

@cyberw cyberw closed this as completed in 8a35d8d Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants