-
Notifications
You must be signed in to change notification settings - Fork 3
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
Check Kingfisher Collect log file #44
base: main
Are you sure you want to change the base?
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@jpmckinney anything else I should be using from scrapyloganalyzer here? Currently, I'm just using ScrapyLogFile.logparser. |
You probably want to use:
Note that I don't think you need to use logparser itself. |
From open-contracting/kingfisher-collect#917 (comment):
As such, let's hold fire on this PR until the new version of Kingfisher Process has been deployed, after which we'll be able to get the log URL from the database. Otherwise, I don't think looking at |
This PR's process is more robust, but Process should be storing the errors, yes. It's possible that the old version of the spider wasn't yielding FileErrors correctly. The current version does. |
|
I reverted the pre-commit commits, to avoid merge conflicts, until this PR is ready. |
Related to open-contracting/kingfisher-collect#917 (comment)