microsoft / vsmarketplace

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

Extension "Install another version" broken for 302 responses #226

Closed TwitchBronBron closed 1 year ago

TwitchBronBron commented 2 years ago

Issue Type: Bug

Certain extensions will not show any values in the "install another version" dropdown.

VS Code version: Code 1.61.2 (6cba118ac49a1b88332f312a8f67186f7f3c1643, 2021-10-19T14:57:20.575Z) OS version: Windows_NT x64 10.0.19043 Restricted Mode: No

System Info |Item|Value| |---|---| |CPUs|AMD Ryzen 9 5950X 16-Core Processor (32 x 3400)| |GPU Status|2d_canvas: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled| |Load (avg)|undefined| |Memory (System)|31.93GB (18.34GB free)| |Process Argv|C:\\projects\\roku\\roku-debug --crash-reporter-id 11d1c865-2361-46fc-b4a0-36709bc8555a| |Screen Reader|no| |VM|0%|
Extensions (4) Extension|Author (truncated)|Version ---|---|--- vscode-eslint|dba|2.2.2 csharpextensions|jch|1.3.1 csharp|ms-|1.23.16 brightscript|Rok|2.23.1
A/B Experiments ``` vsliv368:30146709 vsreu685:30147344 python383:30185418 pythonvspyt602:30300191 vspor879:30202332 vspor708:30202333 vspor363:30204092 pythonvspyt639:30300192 pythontb:30283811 pythonvspyt551cf:30345471 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 vscoreces:30384385 pythondataviewer:30285071 pythonvsuse255:30340121 vscod805:30301674 pythonvspyt200:30340761 binariesv615:30325510 vsccppwt:30382697 pythonvssor306:30344512 bridge0708:30335490 pygetstartedt3:30385195 dockerwalkthru:30377721 bridge0723:30353136 pythonrunftest32:30373476 pythonf5test824:30373475 javagetstartedt:30364666 pythonvspyt187:30373474 vsqsis200:30386379 vsaa593:30376534 vssld246:30386377 ```
TwitchBronBron commented 2 years ago

Here's a video showing the issue. https://user-images.githubusercontent.com/2544493/139146200-dd5e771f-7b56-4fda-84f1-01a68bf6e688.mp4

chrisdp commented 2 years ago

Also seeing this same issue on OSX:

Version: 1.61.1 Commit: c13f1abb110fc756f9b3a6f16670df9cd9d4cf63 Date: 2021-10-14T01:23:30.274Z (2 wks ago) Electron: 13.5.1 Chrome: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Darwin x64 18.7.0

TheFlowerpotMan commented 2 years ago

I am also seeing this issue, specifically in the Microsoft C# and Docker extensions:

Version: 1.61.2 (user setup) Commit: 6cba118ac49a1b88332f312a8f67186f7f3c1643 Date: 2021-10-19T14:57:20.575Z Electron: 13.5.1 Chrome: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Windows_NT x64 10.0.18363

prashantvc commented 2 years ago

This is a know issues. It happens when extension ownership changes! It is on our backlog, unfortunately not high on the list of priority to fix it soon

prashantvc commented 1 year ago

Unfortunately, this is a side effect when extension ownership changes. We are not going to fix this for now, as we stopped ownership or extension transfers

TwitchBronBron commented 1 year ago

It was actually fixed in https://github.com/microsoft/vscode/pull/136992 I just forgot to close this issue.