We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
snapcraft list-plugins --base=core20
snapcraft list-plugins --base=core20 fails in a core24 project directory
n/a
name: hello-world version: "1.0" summary: test description: test confinement: strict base: core24 parts: my-part: plugin: nil
2024-08-29 09:45:43.404 Starting snapcraft, version 8.3.2.post65+git4bbfde2a 2024-08-29 09:45:43.404 Log verbosity level set to BRIEF 2024-08-29 09:45:43.404 Configuring application... 2024-08-29 09:45:43.404 Preparing application... 2024-08-29 09:45:43.405 Build plan: platform=None, build_for=None 2024-08-29 09:45:43.405 Running snapcraft list-plugins on host 2024-08-29 09:45:43.405 snapcraft internal error: LegacyFallback() 2024-08-29 09:45:43.408 Traceback (most recent call last): 2024-08-29 09:45:43.408 File "/snap/snapcraft/12498/lib/python3.10/site-packages/craft_application/application.py", line 538, in run 2024-08-29 09:45:43.408 return_code = dispatcher.run() or os.EX_OK 2024-08-29 09:45:43.408 File "/snap/snapcraft/12498/lib/python3.10/site-packages/craft_cli/dispatcher.py", line 487, in run 2024-08-29 09:45:43.408 return self._loaded_command.run(self._parsed_command_args) 2024-08-29 09:45:43.408 File "/snap/snapcraft/12498/lib/python3.10/site-packages/snapcraft/commands/plugins.py", line 64, in run 2024-08-29 09:45:43.408 raise errors.LegacyFallback() 2024-08-29 09:45:43.408 snapcraft.errors.LegacyFallback 2024-08-29 09:45:43.408 Full execution log: '/home/developer/.local/state/snapcraft/log/snapcraft-20240829-094543.403830.log'
This fails because snapcraft raises a LegacyFallback after creating a dispatcher via craft-application:
snapcraft/snapcraft/commands/plugins.py
Lines 62 to 64 in 4bbfde2
The text was updated successfully, but these errors were encountered:
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-3315.
This message was autogenerated
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug Description
snapcraft list-plugins --base=core20
fails in a core24 project directoryTo Reproduce
snapcraft list-plugins --base=core20
Environment
n/a
snapcraft.yaml
Relevant log output
Additional context
This fails because snapcraft raises a LegacyFallback after creating a dispatcher via craft-application:
snapcraft/snapcraft/commands/plugins.py
Lines 62 to 64 in 4bbfde2
The text was updated successfully, but these errors were encountered: