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
A fast failure occurs when the <spanclassName="font-bold">first {stats.failures} records</span> do not
succeed to geocode. This is often an indication that the data being processed is not correct. You should
try to fix the data and re-run the job.
Describe the solution you'd like
The way I see it there are 3 reasons for a fast fail to occur. Starting at the bottom,
Your api key is invalid.
The fields are mapped incorrectly.
The data has 25 initial bad rows.
The solutions are simple
Click the api key in the top right to see if you get a thumbs up. Create a new key if you fouled this up. We should read the api response and highlight this option.
Check your field mapping. Does the sample data look correct?
Remove or reorder the first 25 rows of your data.
Add these items to the page to help the task get back on track.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
Fast fail instructs you that the data is bad but that isn't always the case. We can give better instructions of things to geocode successfully.
api-client/src/pages/Geocoding.jsx
Lines 106 to 108 in 9a1fe40
Describe the solution you'd like
The way I see it there are 3 reasons for a fast fail to occur. Starting at the bottom,
The solutions are simple
Add these items to the page to help the task get back on track.
The text was updated successfully, but these errors were encountered: