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
{{ message }}
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.
If a vehicle shows up on the map and then is no longer returned by /updates (due to inactivity), all vehicle messages will then fail to update after that point.
According to the console, it was not able to access the data attribute on this line:
If a vehicle shows up on the map and then is no longer returned by /updates (due to inactivity), all vehicle messages will then fail to update after that point.
According to the console, it was not able to access the data attribute on this line:
shuttletracker/static/js/frontend.js
Line 406 in 13503e0
I think this is because that value gets set to null here:
shuttletracker/static/js/frontend.js
Line 329 in 13503e0
A possible fix could be to remove the vehicle's whole key/value from
this.ShuttlesArray
instead of setting its value to null when it disappears.The text was updated successfully, but these errors were encountered: