We have discovered a bug behind one of our Sandbox features. We have disabled this while we investigate so you should be able to carry on with Sandbox job creations as normal.
Let us know if you experience any further problems.
Hi! Any chance this bug is present in production too? We are seeing an issue in production where we are receiving a CANT_GEOCODE_ADDRESS error message on a job with two addresses that seem to be perfectly valid in sandbox.
Here’s the json for the job in question:
{
“job”:{
“pickup_at”:“2021-05-31T14:44:16.000000+0200”,
“pickups”:[
{
“address”:“Calle Francisco de Rojas, 7, 28010, Madrid”,
“comment”:"",
“contact”:{
“firstname”:null,
“lastname”:null,
“phone”:“612345678”,
“email”:null,
“company”:“Some comp”
}
}
],
“dropoffs”:[
{
“address”:“Calle de Felipe Campos, 7, 28002 Madrid, Spain 28002 Madrid”,
“comment”:“2f”,
“contact”:{
“firstname”:“John”,
“lastname”:“Smith”,
“phone”:“687654321”,
“email”:null,
“company”:null
},
“package_type”:“small”,
“package_description”:null,
“client_reference”:"",
“end_customer_time_window_start”:null,
“end_customer_time_window_end”:null
}
]
}
}