HaaLeo / publish-vscode-extension

GitHub action to publish your VS Code Extension to the Open VSX Registry or Visual Studio Marketplace.
MIT License
209 stars 13 forks source link

"Error: Error: Internal Server Error" when publishing to OpenVSX #56

Closed rtetley closed 5 months ago

rtetley commented 5 months ago
publish-vscode-extension Version Operating System
1.6.2 Ubuntu (github runner)

Description

I'm receiving an internal server error when I try to publish to the OpenVSX registry. The error message is not very precise:

Error: Error: Internal Server Error
    at IncomingMessage.<anonymous> (/home/runner/work/_actions/HaaLeo/publish-vscode-extension/v1.6.2/dist/index.js:90479:40)
    at IncomingMessage.emit (node:events:531:35)
    at endReadableNT (node:internal/streams/readable:1696:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:[21](https://github.com/coq-community/vscoq/actions/runs/9644258882/job/26596304259#step:6:24))

Expected Behavior

Publish the extension to the openVSX registry

Actual Behavior

It is failing to do so and blocking my CI https://github.com/coq-community/vscoq/actions/runs/9644674144/job/26597227513

Steps to Reproduce

Context




rtetley commented 5 months ago

Ah sorry for the noise, seems to be unrelated to you ! See https://github.com/eclipse/openvsx/issues/945