visortelle / haskell-spotlight

VSCode extension for Haskell
https://marketplace.visualstudio.com/items?itemName=visortelle.haskell-spotlight
MIT License
108 stars 3 forks source link

Getting "An error occured when searching on hoogle" #21

Closed KristianBalaj closed 4 months ago

KristianBalaj commented 4 months ago

Describe the bug

When I type anything to the searchbox I get the following error and no results are returned.

Screenshot 2024-05-08 at 11 05 03
fendor commented 4 months ago

Can reproduce the issue.

Requests to the URL https://haskell-spotlight.vercel.app/api/hoogle?mode=json&format=text&hoogle=filter&start=1&count=1000 return a 402. image

visortelle commented 4 months ago

I will take a look in an hour.

visortelle commented 4 months ago

Moved the project to a free Vercel plan. Please check if it works now.

fendor commented 4 months ago

Works for me now!