eclipse / openvsx

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

No Eclipse profile data available for user #920

Closed renkun-ken closed 4 months ago

renkun-ken commented 4 months ago

I'm publishing an extension via GHA but failed recently with the following error:

Error: Error: No Eclipse profile data available for user: "renkun"
    at IncomingMessage.<anonymous> (/home/runner/work/_actions/HaaLeo/publish-vscode-extension/v1/dist/index.js:90479:40)
    at IncomingMessage.emit (node:events:526:35)
    at endReadableNT (node:internal/streams/readable:1408:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)

I also tried uploading the vsix on the website but failed with the same error:

image
tjx666 commented 4 months ago

same here: https://github.com/tjx666/vscode-fe-helper/actions/runs/9146792360/job/25147455030

vanyauhalin commented 4 months ago

One more is here.

Jason3S commented 4 months ago

@amvanbaren,

Any progress on this?

amvanbaren commented 4 months ago

Release v0.15.5 contains a fix. It was deployed on the 21st of May. Are you still experiencing the same issue?

Jason3S commented 4 months ago

@amvanbaren,

It seems to be working. I have successfully been able to publish some other packages a few days ago, but have not tried to publish the ones that failed.

Thank you for fixing it.

renkun-ken commented 4 months ago

I tried publishing vsix on the website and succeeded. Thanks for fixing it.