PlanetartRoc

Results 5 comments of PlanetartRoc

> Workaround: We recommend switching to pointerdown/pointerup since touch events are deprecated as per here: https://w3c.github.io/touch-events/#:~:text=license%20rules%20apply.-,Status%20of%20This%20Document,-This%20document%20is > > > The Community Group considers Touch Events a legacy API – authors...

Same issue. I commented out a line to fix this: locust version: 2.31.8 ./locust/html.py line 55: ``` requests_statistics = list(chain(sort_stats(stats.entries), [stats.total])) failures_statistics = sort_stats(stats.errors) exceptions_statistics = [ {**exc, "nodes": ",...

> Good,But this seems to raise new questions,After I refresh the Locust web interface,No data is displayed on the statistics screen This problem should not be related to the html.py....