duckduckgo / zeroclickinfo-fathead

DuckDuckGo Instant Answers based on keyword data files
https://duckduckhack.com/
Other
318 stars 365 forks source link

Sqlalchemy parser throws IOError. #770

Closed souravbadami closed 2 years ago

souravbadami commented 7 years ago

Description

Sqlalchemy parser throws IOError. Here's the traceback: Traceback (most recent call last): File "parse.py", line 409, in <module> dp.get_pages() File "parse.py", line 22, in get_pages file = open(file_loc,'r+') IOError: [Errno 2] No such file or directory: 'download/events.html'

Steps to recreate

Try to fetch the docs using fetch.sh and then parse using parse.sh.

People to notify

@moollaza


Instant Answer Page: https://duck.co/ia/view/sqlalchemy

pjhampton commented 7 years ago

Hey @souravbadami! Thanks for reporting

Reproduced. Yeah, this is going to need to be fixed 👍

gautamkrishnar commented 7 years ago

I think we need to remove the backup/ dir too @moollaza

shravan97 commented 7 years ago

@gautamkrishnar , I already removed the backup dir in this PR : https://github.com/duckduckgo/zeroclickinfo-fathead/pull/756