chorsley / python-Wappalyzer

Python driver for Wappalyzer, a web application detection utility.
GNU General Public License v3.0
309 stars 122 forks source link

UnboundLocalError: local variable '_technologies_file' referenced before assignment #67

Closed freedom-wy closed 2 years ago

freedom-wy commented 2 years ago

when i use update=True wappalyzer = Wappalyzer.latest(update=True)

Could not download latest Wappalyzer technologies.json file because of error : '[Errno Extra data] 404: Not Found: 3'. Using default. 
  File "python-Wappalyzer/Wappalyzer/Wappalyzer.py", line 270, in latest
    logger.info("Using technologies.json file at {}".format(_technologies_file.as_posix()))
UnboundLocalError: local variable '_technologies_file' referenced before assignment
tristanlatr commented 2 years ago

Have you installed python-Wappalyzer from github or from pypi?

The pypi version is not currently up to date, you should use the master version until issues #63 is fixed.

freedom-wy commented 2 years ago

thanks