dpnishant / appmon

Documentation:
http://dpnishant.github.io/appmon
Apache License 2.0
1.56k stars 276 forks source link

No handlers could be found for logger "sqlalchemy.pool.StaticPool" #60

Closed stayliv3 closed 6 years ago

stayliv3 commented 6 years ago

the newest frida version 10.6.18

AttributeError: 'int' object has no attribute 'replace' error

No handlers could be found for logger "sqlalchemy.pool.StaticPool" [2017-10-27 04:39:52,012] ERROR in app: Exception on /api/fetch [GET] Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1982, in wsgi_app response = self.full_dispatch_request() File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1614, in full_dispatch_request rv = self.handle_user_exception(e) File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1517, in handle_user_exception reraise(exc_type, exc_value, tb) File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1612, in full_dispatch_request rv = self.dispatch_request() File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1598, in dispatch_request return self.view_functionsrule.endpoint File "appmon.py", line 64, in serve_json response = db.read_from_database(db_name, index) File "/root/appmon/database/init.py", line 67, in read_from_database artifact_value = artifactvalue.replace("<", "<").replace(">", ">") AttributeError: 'int' object has no attribute 'replace' 127.0.0.1 - - [27/Oct/2017 04:39:52] "GET /api/fetch?id=0&app=com.zywawa.claw&=1509093591702 HTTP/1.1" 500 -

500error if you need ,i can upload the android app. or you can download it from http://a.attach.diaoyu-3.com/zywawa.apk?1509094220305

dpnishant commented 6 years ago

This is fixed in Pull #59