DracoYan-111 / damai_grab_votes

大麦抢票网页端 安卓端
244 stars 36 forks source link

手机版老是卡在这里 #22

Open LinhanXu3928 opened 3 months ago

LinhanXu3928 commented 3 months ago

Proxying [POST /appium/settings] to [POST http://127.0.0.1:8202/session/7cc43492-60c4-4b43-81f4-19748969e604/appium/settings] with body: {"settings":{"waitForIdleTimeout":10}}

LinhanXu3928 commented 3 months ago

python代码运行到driver.update_settings({"waitForIdleTimeout": 10})这里,终端的日志就卡在Proxying [POST /appium/settings] to [POST http://127.0.0.1:8202/session/7cc43492-60c4-4b43-81f4-19748969e604/appium/settings] with body: {"settings":{"waitForIdleTimeout":10}}这里。请问大佬这怎么解决呢?

villainousx commented 3 months ago

我也是这样 @DracoYan-111

DracoYan-111 commented 3 months ago

driver.update_settings({"waitForIdleTimeout": 10}) 把10改大点试试

LinhanXu3928 commented 3 months ago

改成100000了还是不行