Appium tests are not running on Android 7.0

Hi,

I have tested multiple phones to test the same script and the script runs fine on all phones except the phones which have android 7.0. I have attached my logs file, please take a look. I would appreciate any help.

Kind Regards
Scrapewithbotsappium.log (18.3 KB)

Your logs has some unknown sever side erros & proxy failures… Try to kill the port and run the script freshly.

Step 1: netstat -ano | findstr :PORT_NUMBER

Step 2: taskkill /PID PROCESS_ID /F