-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix "unique_extension_public_id" unique constraint violation #819
Comments
While debugging EclipseFdn/open-vsx.org#1444, I attempted to publish
The logs showed a |
Hi, I'm also getting similar error while publishing Looks like it's also being published from https://github.com/open-vsx/publish-extensions/blob/87c52764cb53a8eed3cb09d940e1907a18670374/extensions.json#L1411-L1419 Though I'm not sure if removing that entry from |
@filiptronicek Do you know if that will work? |
@amvanbaren don't know, let's try it :) Made the change in EclipseFdn/publish-extensions@b0c4b9e, but I guess this alone won't fix this. We can try unpublishing the latest version and let @brc-dd publish again 🙏. @kineticsquid could you help with removing the failing version, |
@filiptronicek Version |
Hi, so the extension ID on vscode is (That johnsoncodehk.vscode-typescript-vue-plugin is the older name of the extension, but it was renamed to Vue.vscode-typescript-vue-plugin in vscode.) |
Right, so I think the root cause is the renaming of the extension, which then caused the unique constraint violation. @amvanbaren @filiptronicek I think we've seen this before, haven't we? @filiptronicek are you seeing |
@kineticsquid I am |
@filiptronicek I think you're looking at https://open-vsx.org/extension/Vue/volar not https://open-vsx.org/extension/Vue/vscode-typescript-vue-plugin 👀 (or is it something that only shows to the team?) |
@brc-dd That was my conclusion as well. @amvanbaren If we remove |
@kineticsquid I have a fix ready for this issue. There's no need to do this manually anymore. |
@amvanbaren Not sure I'm following. With your fix, what do we need in the open-vsx.org issue for @brc-dd? |
@kineticsquid Because this issue is about to be closed. So I would recommend to open an issue in EclipseFdn/open-vsx.org to keep track of @brc-dd's specific (operational) issue. |
@brc-dd Would open an issue as @amvanbaren specified for your remaining work? |
Hi, I'll try releasing a version locally. If it fails, will create a issue there with debug information 👍 (CI run doesn't give much info about what's going wrong.) |
No description provided.
The text was updated successfully, but these errors were encountered: