Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on running droidbot #76

Closed
freefire4547 opened this issue Mar 22, 2018 · 2 comments
Closed

Error on running droidbot #76

freefire4547 opened this issue Mar 22, 2018 · 2 comments

Comments

@freefire4547
Copy link

freefire4547 commented Mar 22, 2018

I downloaded latest droidbot. Whenever I run it with any app I get following error

WARNING:DroidBot:Something went wrong: 'lxml.etree._Element' object has no attribute 'getElementsByTagName' Traceback (most recent call last): File "/home/*****/droidbot/droidbot/droidbot.py", line 87, in __init__ self.app = App(app_path, output_dir=self.output_dir) File "/home/*******/droidbot/droidbot/app.py", line 35, in __init__ self.get_activities() File "/home/********t/app.py", line 77, in get_activities for activity_dom in manifest.getElementsByTagName("activity"): AttributeError: 'lxml.etree._Element' object has no attribute 'getElementsByTagName' [CONNECTION] ADB is disconnected Error: Unknown id: com.android.inputmethod.latin/.LatinIME WARNING:DroidBotIme:Failed to disconnect DroidBotIME!

@ddlucad96
Copy link
Contributor

Have you installed the correct version of Androguard? pip install androguard==3.0.1

@freefire4547
Copy link
Author

@ddlucad96 that solved the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants