Skip to main content

BUG in UBER app - No real free ride

Last week existing user also getting free ride confirmation message by applying code posted here... This code was applicable only for new users not for existing user.
This was a bug in UBER app, unfortunately :( there was no real free ride available under your payment option.

Comments

Popular posts from this blog

Appium: error: Couldn't start Appium REST http interface listener

Sometime it happens that Appium server doesn't start getting below error message - error: Couldn't start Appium REST http interface listener. Requested port is already in use. Please make sure there's no other instance of Appium running already. Solution: In Windows - Start Task manager > Open Processes Tab > Kill process ' node.exe ' Start the Appium server again it will resolve the issue.