goeuropa / onebusaway-react-webapp

React web application for OBA backend
GNU Affero General Public License v3.0
0 stars 1 forks source link

`vehicle-monitoring` should only be called if `siriApiKey` has been set #2

Open aaronbrethorst opened 2 months ago

aaronbrethorst commented 2 months ago

Upon launching the web app, I'm seeing hundreds of failed requests to vehicle-monitoring, all of which come from VehicleInfo.tsx's function getBusInfo() or actions.ts's getActiveBuses()/getAllBuses(). These functions should only be called if siriApiKey has been set.

image
Michal-Radomski commented 2 months ago

This is my response: https://github.com/aaronbrethorst/onebusaway-react-webapp/commit/e5dd2d617868690a338275d2e745ac6f2cb114f0#commitcomment-143300421