I'm doing migration to the newest version of yours java sdk rides-api - 0.5.1
I've one problem with requesting uber (in sandbox mode) - when I try to request uber and parallelly accept that then I'm getting back with info saying that uber with such productId couldn't be found. This is weird because these are exactly what I get when asking for taxi-proposals (combination of price-estimates and get-product endpoints). Any idea whats going on?
I'm getting the following error message (while trying to accept the ride in sandbox mode):
code: not_found, status: 404, title: Invalid product "929fcc19-8cb4-4007-a54f-3ab34473700f"
request_id
to change the status in sandbox mode. – Alexander Graebeproduct_id
then (when still waiting for response) I do another request to sandbox endpoint with thisproduct_id
and statusaccept
. When doing that I'm getting the above error msg with 404 status (the id that I'm passing is not corrupted). – user3601361