honeynet / droidbot

A lightweight test input generator for Android. Similar to Monkey, but with more intelligence and cool features!
MIT License
791 stars 230 forks source link

AttributeError while using humanoid option #121

Open joykou90 opened 3 years ago

joykou90 commented 3 years ago

problem encountered:

steps:

  1. start humanoid service: $ python3 agent.py -c config.json
  2. after seeing === Humanoid RPC service ready at localhost:50405 === along with a lot warnings, $cd droidbot
  3. $droidbot -a ~/apps/makor.apk -o ~/output -humanoid localhost:50405
  4. AttributeError: 'NoneType' object has no attribute 'state_str'

test env:

Screenshot from 2020-11-23 23-11-30