• 😭 花了一天的时间 最后发现是安装 appium 后这个自带的 unlock 版本过低 手机安装不了 替换后好了💢
    谢谢帮忙的两位大师


  • 已经装了最新的了

  • WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Error executing adbExec. Original error: 'Command 'D:\android-sdk\platform-tools\adb.exe -P 5037 -s S9B4C17413003770 install C:\Users\dengxm01\AppData\Local\Programs\appium-desktop\resources\app\node_modules\appium\node_modules\appium-unlock\bin\unlock_apk-debug.apk' exited with code 1'; Stderr: 'Failed to install C:\Users\dengxm01\AppData\Local\Programs\appium-desktop\resources\app\node_modules\appium\node_modules\appium-unlock\bin\unlock_apk-debug.apk: Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package io.appium.unlock signatures do not match the previously installed version; ignoring!]'; Code: '1'

    Also teardown failed:
    Keyword 'Close Application' failed after retrying for 10 seconds. The last error was: No application is open

    这个是装了最新的 appium 后的错误日志 环境是 python2.7 + RF + appium 求解

  • 最新版是多少 我是昨天通过推送更新的😭

  • 谢谢提醒 已经修改

  • #3 楼 @Lihuazhang 叫开发把微信授权干掉了,然后自己用 Python+requests 测试了下接口,可以通,发现用户信息是保存在 cookie 里面,我想问下这种数据该如何生成?叫开发帮忙生成吗?没做过性能测试,前天被下了个任务,问题比较多,麻烦了

  • #1 楼 @Lihuazhang 这个接口只需要传活动 id 跟 token,token 随时变化,开发说到时候可以拿掉,那是否就是先需要用户登录,再进行下一步的抢票操作