I’m currently having troubles with opening anything containing any GPS data with plot.ardupilot.org.
It is hanging indefinitely on an attempt to load a Cesium view. The browser debugger points to an uncaught exception regarding an illegal access token, which somewhat indicates that either the master access token has expired, or Cesium somehow banned a network to which my internet provider belongs.
The thing is, I don’t care about GPS views (99% of the time at least), so that wouldn’t be an issue if I could continue using the rest of the functionality. Unfortunately, there is apparently no way to disable Cesium integration, so whenever I want to help someone with GPS data in the logs, I’m screwed.
What do I do? (The obvious answer to use alternative log viewers is currently, unfortunately, not a viable option for me)
Currently (per thread in Discord) one can use https://plotbeta.ardupilot.org. In a recent commit, the devs added a stub that catches the exception from the problematic subsystem and turns the GPS view off.