invalid plugin key specified #2921
Unanswered
chettinger
asked this question in
Q&A
Replies: 1 comment
-
|
Hi! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am new to porter and have been walking through the tutorials; I am having trouble with the Work with Plugins tutorial.
When I run the command
porter list, I get the following error:could not connect to the storage.azure.blob plugin: plugin stderr was {"@level":"error","@message":"invalid plugin key specified: \"storage.azure.blob\"","@module":"azure","@timestamp":"2023-09-22T07:01:46.507792-06:00"} : Unrecognized remote plugin message: This usually means that the plugin is either invalid or simply needs to be recompiled to support the latest protocol. could not load storage plugin: could not connect to the storage.azure.blob plugin: plugin stderr was {"@level":"error","@message":"invalid plugin key specified: \"storage.azure.blob\"","@module":"azure","@timestamp":"2023-09-22T07:01:46.507792-06:00"} : Unrecognized remote plugin message: This usually means that the plugin is either invalid or simply needs to be recompiled to support the latest protocol. could not list installations: could not read storage schema document: could not load storage plugin: could not connect to the storage.azure.blob plugin: plugin stderr was {"@level":"error","@message":"invalid plugin key specified: \"storage.azure.blob\"","@module":"azure","@timestamp":"2023-09-22T07:01:46.507792-06:00"} : Unrecognized remote plugin message: This usually means that the plugin is either invalid or simply needs to be recompiled to support the latest protocol. could not list installations: could not read storage schema document: could not load storage plugin: could not connect to the storage.azure.blob plugin: plugin stderr was {"@level":"error","@message":"invalid plugin key specified: \"storage.azure.blob\"","@module":"azure","@timestamp":"2023-09-22T07:01:46.507792-06:00"} : Unrecognized remote plugin message: This usually means that the plugin is either invalid or simply needs to be recompiled to support the latest protocol.If I remove the
default-storage-plugin: "azure.blob"line (i.e. switch back to local storage), there are no errors:Beta Was this translation helpful? Give feedback.
All reactions