You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
aaronbrethorst
changed the title
getBusInfo should only get invoked if siriApiKey has been setvehicle-monitoring.json should only be called if siriApiKey has been set
Jun 17, 2024
aaronbrethorst
changed the title
vehicle-monitoring.json should only be called if siriApiKey has been setvehicle-monitoring should only be called if siriApiKey has been set
Jun 17, 2024
aaronbrethorst
added a commit
to aaronbrethorst/onebusaway-react-webapp
that referenced
this issue
Jun 18, 2024
Upon launching the web app, I'm seeing hundreds of failed requests to
vehicle-monitoring
, all of which come from VehicleInfo.tsx's functiongetBusInfo()
or actions.ts'sgetActiveBuses()
/getAllBuses()
. These functions should only be called ifsiriApiKey
has been set.The text was updated successfully, but these errors were encountered: