Server Version#: 1.40.4.8679
Player Version#: Web 4.133.0, 4.132.2, Desktop v.1.96.0.177-dc5df788
Repro steps:
- Open the web/desktop app, go to the dashboard, and see the ‘Real Time’ bandwidth graph.
- Click on another tab in the settings page, e.g. ‘Alerts’, directly below Dashboard
- Click on ‘Dashboard’ again, and attempt to select any of the historical bandwidth options (‘Last 12 Hours’, ‘Last 7 days’, etc).
- The graph will quickly change to a real-time graph, but stay as a bar chart:

This repros across browsers (tried Firefox, Chrome, and Edge), and in both app.plex.tv and my server’s local web app. Looking at the network requests made during this, my guess is that is has to do with the app continuing to ping /statistics/bandwidth, even after navigating away from the dashboard. Then, when returning back to the dashboard, a new set of bandwidth requests are made in addition to the old ones, so even though it briefly gets the right data for the historical period, the old real-time request comes in and overwrites that data.

