eclipse / openvsx

An open-source registry for VS Code extensions
https://open-vsx.org/
Eclipse Public License 2.0
1.16k stars 129 forks source link

Internal server error when I try to publish Spiral #950

Closed mrakgr closed 1 week ago

mrakgr commented 1 week ago
PS D:\Users\Marko\Source\Repos\The Spiral Language\VS Code Plugin> . 'D:\Users\Marko\Source\Repos\The Spiral Language\VS Code Plugin\publish.ps1'
(node:54816) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Executing prepublish script 'npm run vscode:prepublish'...

> spiral-lang-vscode@2.11.4 vscode:prepublish
> npm run esbuild-base -- --minify

> spiral-lang-vscode@2.11.4 esbuild-base
> esbuild ./src/index.ts --bundle --outfile=out/index.js --external:vscode --format=cjs --platform=node --minify    

  out\index.js  606.4kb

Done in 21ms
 DONE  Packaged: C:\Users\mrakg\AppData\Local\Temp\tmp-54816-CwSUFwCARY51-.vsix (64 files, 3.64MB)

❌  Internal Server Error
See the documentation for more information:
https://github.com/eclipse/openvsx/wiki/Publishing-Extensions

For the past few days, I've been getting this error when I try to publish on OVSX. Trying to publish it with the WebUI just ends with it loading endlessly. It's worked for me perfectly before.

Is there something wrong with the server?

amvanbaren commented 1 week ago

Same as #945

LinuxSuRen commented 1 week ago

It should be ok now.

mrakgr commented 1 week ago

Yeah, it works. Thank you.