You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just downloaded wasm-pkg-loader for the first time, and tried the example from the README:
wasm-pkg-loader wasi:preview1-command-adapter
For some reason this doesn't seem to work, and I'm met with an authentication error:
Error: error listing wasi:preview1-command-adapter releases
Caused by:
0: OCI error: Authentication failure: {"errors":[{"code":"DENIED","message":"requested access to the resource is denied"}]}
1: Authentication failure: {"errors":[{"code":"DENIED","message":"requested access to the resource is denied"}]}
I'm not sure what is causing this failure, but I assume the intent was for this to succeed? Is there something users should be configuring or installing before executing this command so it works?
The text was updated successfully, but these errors were encountered:
I reorganized the packages and removed the adapters for now because it wasn't clear to me if those should live under wasi: or something like ba:.
The fact that a missing package results in an auth error is I think an annoying implementation quirk of ghcr.io? Definitely a UX issue that we should address either way: #40
I just downloaded
wasm-pkg-loader
for the first time, and tried the example from the README:For some reason this doesn't seem to work, and I'm met with an authentication error:
I'm not sure what is causing this failure, but I assume the intent was for this to succeed? Is there something users should be configuring or installing before executing this command so it works?
The text was updated successfully, but these errors were encountered: