honeynet / droidbot

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

droidbot stuck at "Please wait while installing the app..." #91

Closed ghost closed 5 years ago

ghost commented 5 years ago

Following exception occurred in terminal

screenshot 3

Exception in thread Thread-7: Traceback (most recent call last): File "c:\users\shiva\appdata\local\programs\python\python35\lib\threading.py", line 923, in _bootstrap_inner self.run() File "c:\users\shiva\appdata\local\programs\python\python35\lib\threading.py", line 871, in run self._target(*self._args, **self._kwargs) File "c:\users\shiva\desktop\major\droidbot-master\droidbot-master\droidbot\adapter\logcat.py", line 61, in handle_output f.write(line) File "c:\users\shiva\appdata\local\programs\python\python35\lib\encodings\cp1252.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_table)[0] UnicodeEncodeError: 'charmap' codec can't encode character '\uff0c' in position 63: character maps to

smaakd commented 5 years ago

did you try installing the app in the emulator before running droidbot ? If not then try that.