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
My use case is this:
I have a website that is displayed on a info screen. It has the vue3-google-map component and updates the markers and the traffic layer.
After a few hours, the map tiles stop working and the message "sorry, we have no imagery here" is displayed on all of them. If i check the networks tab, i see that the requests to google show (failed)net::ERR_BLOCKED_BY_ORB
I've tried to google for the problem and some sources claim it's google blocking because of too many requests being made but i don't think that's the case since a simple reload of the page fixes it.
I'm thinking that maybe some session token in the background expires or something.
Has anyone had the same issue?
edit:
I am currently reloading the page every hour to prevent this from happening
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My use case is this:
I have a website that is displayed on a info screen. It has the vue3-google-map component and updates the markers and the traffic layer.
After a few hours, the map tiles stop working and the message "sorry, we have no imagery here" is displayed on all of them. If i check the networks tab, i see that the requests to google show
(failed)net::ERR_BLOCKED_BY_ORB
I've tried to google for the problem and some sources claim it's google blocking because of too many requests being made but i don't think that's the case since a simple reload of the page fixes it.
I'm thinking that maybe some session token in the background expires or something.
Has anyone had the same issue?
edit:
I am currently reloading the page every hour to prevent this from happening
Beta Was this translation helpful? Give feedback.
All reactions