Hoogle search broken for lts-14.7
vaclavsvejcar opened this issue · 4 comments
When you try to search Hoogle for the current snapshot (lts-14.7), it fails with error The given Hoogle database is not available.
(example link: https://www.stackage.org/lts-14.7/hoogle?q=aeson) It works fine for previous snapshot lts-14.6 (https://www.stackage.org/lts-14.6/hoogle?q=aeson)
Thanks, I'm investigating. The cron job was failing to upload to S3, I'm not sure why.
Best guess: we're suffering from the same bug as brendanhay/amazonka#546. I just pushed a commit (2701f18) which quite hackily avoids chunked bodies. Let's see if that fixes it, should take 1-2 hours to go through all the build/cron job stuff.
Whew, that seems to have worked. Thanks for the report!
Awesome, thanks for such quick response and fix 👍