microsoft / vsmarketplace

Customer feedback and issue tracker repository for Visual Studio Marketplace
MIT License
39 stars 12 forks source link

Search extension is broken, cannot find the extension!! #186

Open acfuns opened 2 years ago

acfuns commented 2 years ago

Problem description: On the afternoon of September 8, 2021, when I was downloading the plugin for work, I was informed by the search: I cannot connect to the extension mall now, please try again later.

acfuns commented 2 years ago

My colleagues around me have encountered the same problem.

1111mp commented 2 years ago

+1

tvld commented 2 years ago

+1 After update today: Ubuntu 20.04 ; Codium 1.60.0

Update: Codium is related to the Open VSX entry - So I should pull back my comment here... sorry ))

sandy081 commented 2 years ago

@18-loser Can you please share following info to understand what is causing it.

Try the operation and capture following:

Also a gif of the operation you are doing would be great.

@tvld It seems you are on Codium so, please file issues against Codium project

foxs33 commented 2 years ago

VS Code version: latest version Operating system version: window10 Problem Description: On the evening of September 8, 2021, when downloading the work plug-in, the search prompt: I cannot connect to the extension mall now, please try again later. Even if I uninstall and reinstall, it can’t be resolved.

forestzslin commented 2 years ago

"Access to XMLHttpRequest at 'https://marketplace.visualstudio.com/_apis/public/gallery/extensionquery' from origin 'vscode-file://vscode-app' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource." "request.ts:42 POST https://marketplace.visualstudio.com/_apis/public/gallery/extensionquery net::ERR_FAILED"

I got these errors in "Help -> Toggle Developer Tools -> Console " when using plugin searching

name-hard commented 2 years ago

5fe96e6434ad8ab4652e95472cdade8 The search plug-in requests cross domains!

guanhonly commented 2 years ago

+1. The recommendation is ok but search failed. After tracked the http request, I found the root cause is the param like {"filterType":10,"value":"java"} in request payload, seems some bugs in backend service make the paramfilterType:10 not hanlded correctly. BTW, if really want to install an extension, click the filter icon and search the extension by eyes can also work 😂 .

TomScavo commented 2 years ago

Seems to happen only in China

GU0FORY1 commented 2 years ago

+1

linlinyeyu commented 2 years ago

@sandy081 please feedback the solution and time

sujianqingfeng commented 2 years ago

okay

sandy081 commented 2 years ago

@prashantvc It seems users are hitting some CORS issues, any idea if Marketplace has changed any of these rules recently?

sandy081 commented 2 years ago

Our Marketplace team is looking at it. We will get back to you as soon as we get some updates.

mayankmaheshwari18 commented 2 years ago

Apologies for the issue. We have rolled back our changes. You should be able to access the marketplace now. We are currently looking into this issue.

ruon1804 commented 1 month ago

I have same issue today. Please re-check it. Thanks. @sandy081

Version: 1.91.1 (user setup)
Commit: f1e16e1e6214d7c44d078b1f0607b2388f29d729
Date: 2024-07-09T22:06:49.809Z
Electron: 29.4.0
ElectronBuildId: 9728852
Chromium: 122.0.6261.156
Node.js: 20.9.0
V8: 12.2.281.27-electron.0
OS: Windows_NT x64 10.0.22631

image