rides-android-sdk icon indicating copy to clipboard operation
rides-android-sdk copied to clipboard

"There was an error processing your request. Please try again."

Open AlmogBaku opened this issue 8 years ago • 10 comments

Hi, We are receiving an error(on UI, that says): There was an error processing your request. Please try again.

I tried to debug it a little.. but the only issue came up is 404 on this request: https://components.uber.com/api/places/reverse?lat=31.9**&lng=35.033*** (censored for privacy)

AlmogBaku avatar Aug 25 '16 06:08 AlmogBaku

Please provide all bug information (integration code, UX flow, specific error, logs) for reproducing.

tyvsmith avatar Sep 08 '16 18:09 tyvsmith

there are no logs since the information came from the Webview.

UX Flow: i clicked on the "rides button", logged in through the webview, then after i got logged in i got this msg.

same on iOS if im not mistaken

AlmogBaku avatar Sep 11 '16 09:09 AlmogBaku

Please provide a reproducible code snippet.

tyvsmith avatar Sep 12 '16 21:09 tyvsmith

there is no special code! its just spawn this error on my area (israel), i guess that because uber X doesnt supported in israel but only uber cab.. but still- the error is misleading

On Tue, Sep 13, 2016 at 12:54 AM, Ty Smith [email protected] wrote:

Please provide a reproducible code snippet.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/uber/rides-android-sdk/issues/49#issuecomment-246506677, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGCpujlkfr4PlTYYEdJ_FOdfhM_BooLks5qpcofgaJpZM4JsuZq .

http://www.rimoto.net/

www.rimoto.com http://www.rimoto.net/

Almog Baku

CTO & Cofounder * Mobile: +972.50.2288.744 Social: * http://www.facebook.com/AlmogBaku http://www.linkedin.com/in/almogbaku

AlmogBaku avatar Sep 12 '16 21:09 AlmogBaku

The Ride Request Widget is supposed to intelligently handle errors it receives but it sounds like in this case it wasn't able to understand what happened so it displayed the generic error you see, "There was an error processing your request. Please try again." Based off what you said about UberX and Isreal it might be trying to choose UberX as a product immediately and then failing.

Are you passing in any RideParameters with a specific product ID?

itstexter avatar Sep 12 '16 22:09 itstexter

nothing special:

RideParameters rideParams = new RideParameters.Builder()
                .setPickupToMyLocation()
                .build();
        new RideRequestActivityBehavior(getActivity(), UBER_REQUEST_CODE).requestRide(getContext(), rideParams);

AlmogBaku avatar Sep 12 '16 22:09 AlmogBaku

@AlmogBaku Sorry for the delay, we've been unable to reproduce this. To help us diagnose, please include all code that references the Uber SDK. This includes Session setup. View setup, and user interactions with the code. If this is no longer an issue, please let us know so we can close this issue.

tyvsmith avatar Nov 08 '16 01:11 tyvsmith

pronably solved on your backend

AlmogBaku avatar Nov 09 '16 23:11 AlmogBaku

I now experience it again from iOS.

(Previously in my investigation I found that this comes from your servers)

AlmogBaku avatar May 04 '17 08:05 AlmogBaku

I receive the same erro while processing the request. whatsapp image 2017-05-19 at 16 45 07

look at the error, please revert back asap.

khuranakaran avatar May 19 '17 11:05 khuranakaran