Exodus-Privacy / exodus-standalone

εxodus CLI client for local analysis
GNU Affero General Public License v3.0
77 stars 13 forks source link

TypeError: object of type 'generator' has no len() #7

Closed tobiasKaminsky closed 6 years ago

tobiasKaminsky commented 6 years ago

I installed exodus-standalone within venv and get

`ile "exodus_analyze.py", line 59, in analysis.print_apk_infos() File "exodus-standalone/venv/lib/python3.7/site-packages/exodus_core/analysis/static_analysis.py", line 483, in print_apk_infos print('- App libraries: %s' % len(libraries)) TypeError: object of type 'generator' has no len()``



Commenting the three lines makes it run again, but then of course no libraries are shown ;-)
Gu1nness commented 6 years ago

Hi, Thanks for your report. I'll have a look, however this seems to be a problem directly in the exodus-core repository. Hence, I have opened an issue there and close this one here.