Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in nushell 0.97.2 #24

Closed
kurokirasama opened this issue Aug 23, 2024 · 3 comments
Closed

error in nushell 0.97.2 #24

kurokirasama opened this issue Aug 23, 2024 · 3 comments

Comments

@kurokirasama
Copy link

Hey, I just updated nushell to 0.97.2 and the plugin to 1.7.0, but when doing plugin add ~/.cargo/bin/nu_plugin_net i get this error:

Error: nu::shell::plugin_failed_to_decode

  × Plugin failed to decode: missing field `description`
@fennewald
Copy link
Owner

I tracked this down, it looks like 0.97.2 will come with a breaking change to the plugin interface, usage is being renamed to description. Here's the commit

This is super easy to implement on our end, but nu_protocol v0.97.2 is not yet released. Unfortunately, there's nothing we can do to support 0.97.2 until nushell publishes an actual release.

I'll open a PR with what the fix will be, but the fix won't work until nushell publishes the new version.

@kurokirasama
Copy link
Author

perfect! thanks

@fennewald
Copy link
Owner

Updated version has been pushed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants