You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current instructions in README.md for running the audit fail. Adding the FLASK_APP=app.py fixes this, but the documentation does not detail how to generate list_of_papers.txt:
$ ELASTICSEARCH_HOST=127.0.0.1 ELASTICSEARCH_INDEX=arxiv pipenv run python audit.py -l list_of_papers.txt -o missing.txt
Usage: audit.py [OPTIONS]
Error: Failed to find Flask application or factory in module "wsgi". Use "FLASK_APP=wsgi:name to specify one.
$ FLASK_APP=app.py ELASTICSEARCH_HOST=127.0.0.1 ELASTICSEARCH_INDEX=arxiv pipenv run python audit.py -l list_of_papers.txt -o missing.txt
Error: no such file
The text was updated successfully, but these errors were encountered:
The current instructions in
README.md
for running the audit fail. Adding theFLASK_APP=app.py
fixes this, but the documentation does not detail how to generatelist_of_papers.txt
:The text was updated successfully, but these errors were encountered: