Appium session times out using BitBar cloud before I have chance to do anything

441 views Asked by At

I'm using the Appium GUI to try to connect with the cloud servers at BitBar. I have entered the capabilities, including my API key and app id, and the connection starts successfully. However, once the app loading screen comes up, the test stops due to the following error:

Command timeout, no command received in last 0 seconds. Did you call webdriver quit()?

I don't know what I'm doing wrong, can someone point me in the right direction?

1

There are 1 answers

3
maszter On BEST ANSWER

You just have to increase newCommandTimeout or remove that capability. It seems you set it to 0.

If you use Appium Desktop, it's here, according to appium changelog Bitbar handles 0 value improperly. It's going to be fixed soon.