atom / atom.io

🌐 A place for feedback on the atom.io website and package API
160 stars 99 forks source link

searching packages with api returns "Application Error" #203

Closed UziTech closed 4 years ago

UziTech commented 4 years ago

Searching for packages in Atom is broken.

Settings-View trys to search atom.io with the query: https://atom.io/api/packages/search?q={query}&filter=package

but it always responds with {"message":"Application error"}

Searching for the package on https://atom.io/packages and clicking the Install button still works

image

UziTech commented 4 years ago

Looks like the same issue is happening again. https://github.com/atom/atom/issues/21131

UziTech commented 4 years ago

Same thing is happening again https://github.com/atom/atom/issues/21155

yecril71pl commented 4 years ago

Something has gone wrong (500)

ryanolsonx commented 4 years ago

Are you guys gonna fix this?!

ddaza commented 4 years ago

I get the feeling that the prioritization of Atom has been put in the Extinguish backlog.

chriswhite199 commented 4 years ago

@darangi - Can you re-open this issue, seeing as it's still ongoing?

chriswhite199 commented 4 years ago

You can, if you know the package name, still install a package via apm.

A google search with the site: keyword can help here, for example:

site:atom.io/packages file icons will have this result: https://atom.io/packages/file-icons, which can then be installed:

apm install file-icons
UziTech commented 4 years ago

You can also search for the package on https://atom.io/packages and click the Install button

image

yecril71pl commented 4 years ago

I do not know the package name.

chriswhite199 commented 4 years ago

@yecril71pl - So use google search by keywords related to the package you want, for example say you wanted anything docker related:

(I'm not advocating for this to be the 'fix', just a work around until the site maintainers can look into the cause)

chriswhite199 commented 4 years ago

Well it's all working again, so someone fixed something

ivan006 commented 2 years ago

its happening again