nahamsec/JSParser

Solution for All error in JSParser

Opened this issue · 1 comments

Not sure how it happened, but I had "tornado 6.0.1" on my system.

I uninstalled it
pip uninstall tornado
and then installed it again
pip install tornado==5.1.1

And now I have "tornado 5.1.1", JSPARSER is running now well!
use pyhon2 not python3 .

Yep, you are right, you should use tornado 5.1.1 and pycurl 7.43.0.5. Btw, use the docker is better to avoid conflict with other application.