openvsx icon indicating copy to clipboard operation
openvsx copied to clipboard

ovsx CLI returns Internal Server Error when publishing

Open felixhaeberle opened this issue 1 year ago • 6 comments

Hey,

the ovsx CLI returns Internal Server Error when publishing.

5 days ago it worked perfectly fine, since then we have problems publishing our extension.

Run pnpm --filter vs-code-extension run publish:open-vsx

> [email protected][7](https://github.com/opral/monorepo/actions/runs/9637658451/job/26577224022#step:11:8).0 publish:open-vsx /home/runner/work/monorepo/monorepo/inlang/source-code/ide-extension
> node publish-openvsx.js

Executing: npx ovsx publish "/home/runner/work/monorepo/monorepo/inlang/source-code/ide-extension/vs-code-extension-1.47.0.vsix" -p ***
❌  Internal Server Error
See the documentation for more information:
https://github.com/eclipse/openvsx/wiki/Publishing-Extensions
Failed to publish to Open VSX: Command failed: npx ovsx publish "/home/runner/work/monorepo/monorepo/inlang/source-code/ide-extension/vs-code-extension-1.47.0.vsix" -p ***
 ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  [email protected] publish:open-vsx: `node publish-openvsx.js`
Exit status 1

See action: https://github.com/opral/monorepo/actions/runs/9637658451/job/26577224022#step:11:1

On the OVSX Access Token page it states that the access token has been used when "Internal Server Error" occurs.

felixhaeberle avatar Jun 24 '24 00:06 felixhaeberle