lanmaster53 / recon-ng

Open Source Intelligence gathering tool aimed at reducing the time spent harvesting information from open sources.
GNU General Public License v3.0
4.1k stars 646 forks source link

Version check failed (FileNotFoundError). #50

Closed ghost closed 4 years ago

ghost commented 5 years ago

[!] Version check failed (FileNotFoundError). [] Your version of Recon-ng does not match the latest release. [] Please consider updating before further use. [] Remote version: 5.1.0 [] Local version: 0

I've upgraded recon-ng and i have this FilenotFound error.

lanmaster53 commented 5 years ago

I need more context. Platform, means of install, how you upgraded, did it work before, etc. Based on the info you provided so, the VERSION file doesn't exist in your application's directory. That's not a condition the framework expects because that would be an incomplete install.

lanmaster53 commented 4 years ago

Closed due to inactivity and inability to replicate.

lanmaster53 commented 4 years ago

I ran through the steps just to do it and it works. Building a Docker image does this as well and also works. It has to be an access permissions error. Are you installing in root space then trying to run it with a user that doesn't have read access? Other than mucking with the files after clone, this is the only thing that can cause this error within the the 2 lines of code that make u the affected block. https://docs.python.org/3/library/exceptions.html#FileNotFoundError