Known Issues
Last updated
Was this helpful?
Last updated
Was this helpful?
This can occur when some data for your race are not defined. For instance, if you refresh the page on the Selection
screen, your race mode (Training, Free, Tournament) will not be defined, and you will get this error.
If this happens to you, simply click on the Play
button from the menu at the top of the page to get back to the Mode
screen and you will be able to launch your race without issue this time.
Two different types of failed transactions can happen. They are not yet handled in the frontend so this is a bit annoying, but fortunately, shouldn't happen often.
This seems to happen when 2 players start a race at the same time. For some reason, the callback from Chainlink VFR fails with this error: OutOfGas
That goes without saying, but if one of the three Chainlink subscriptions we are using runs out of funds, Fury Racing won't work as expected anymore!
By lack of time, the weather update has been hardcoded to the Monaco circuit, only track available for now. The update is triggered every hour by Chainlink Automation calling the requestWeatherUpdate()
function below.
This function is then calling an API via Chainlink Functions.
The logic below in the callback from Chainlink Functions needs to be slightly adjusted to allow weather updates for multiple tracks at the same time.
When the race is ongoing, if you switch windows and come back to the race, the car may appear to be drifting on the road instead of driving straight!