Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on CVEListV5Fetcher #100

Open
lbaratoBilbo opened this issue Dec 20, 2024 · 5 comments
Open

Error on CVEListV5Fetcher #100

lbaratoBilbo opened this issue Dec 20, 2024 · 5 comments
Labels
documentation Improvements or additions to documentation

Comments

@lbaratoBilbo
Copy link

lbaratoBilbo commented Dec 20, 2024

We are getting an error when trying to retrieve the json from the CVE importer.

Captura desde 2024-12-20 12-57-26

@Rafiot
Copy link
Collaborator

Rafiot commented Dec 20, 2024

The error comes from the webserver, and the stacktrace is incomplete. Can you please show more of the stacktrace?

@lbaratoBilbo
Copy link
Author

Sorry, here is the full text that the console displays.
console_log.txt

@Rafiot
Copy link
Collaborator

Rafiot commented Dec 20, 2024

That's the error:

FileNotFoundError: [Errno 2] Unable to load configuration file (No such file or directory): '/home/jarozamena/Repos/vulnerability-lookup/config/website.py'

You need to do

cp /home/jarozamena/Repos/vulnerability-lookup/config/website.py.sample /home/jarozamena/Repos/vulnerability-lookup/config/website.py

And configure the file according to your needs, if needed.

That step seem to be missing in the doc.

@Rafiot Rafiot added the documentation Improvements or additions to documentation label Dec 20, 2024
@lbaratoBilbo
Copy link
Author

We changed the website configuration file and we still have the error:

imagen

@Rafiot
Copy link
Collaborator

Rafiot commented Dec 20, 2024

That's another error, this one seems to be somehow network related, while git is pulling the content of the repo.

I'd say re-run the importer and see if it fixes itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants