duckduckgo / zeroclickinfo-fathead

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

Numpy: Unable to fetch docs. #696

Closed souravbadami closed 7 years ago

souravbadami commented 7 years ago

Description

Fetching Numpy docs returns 404.

Steps to recreate

Try to execute fetch.sh from numpy parser.

People to notify

@moollaza


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

pjhampton commented 7 years ago

Hey @souravbadami,

This is currently being addressed here: https://github.com/duckduckgo/zeroclickinfo-fathead/pull/688

Hopefully we can get it merged soon.

moollaza commented 7 years ago

@pjhampton this is actually unrelated to #688 -- that issue is about the output.txt containing unescaped unicode.

@souravbadami can you provide more info? What errors are you seeing? Any ideas on the cause or fix?

moollaza commented 7 years ago

@souravbadami I just ran the script on current master of the repo and everything seems to work just fine. I'm not seeing any errors...

Please confirm you're not mistaken. Which python are you using?

pjhampton commented 7 years ago

@moollaza are you sure? He says he couldn't fetch the docs using the fetch.sh. In #688 they fixed the redundant link here along side the output.txt issue. The reason why it works now is because it got merged. The original link which @souravbadami is referring to throws a 404.

See: https://github.com/duckduckgo/zeroclickinfo-fathead/pull/688#issuecomment-273459394

moollaza commented 7 years ago

@pjhampton aah, thanks for explaining! Now I understand. Glad to know the problem is solved then 👍