Headless login fails in Snapcraft 7.0.7
Metadata
Current evaluation
Closed without resolution or fix details. Reported a NotImplementedError during headless login in Snapcraft 7.0.7 caused by legacy authentication handling.
Suggested action: —
No scores available.
Issue body
Using snapcraft in a headless environment requires the use of snapcraft login. Since upgrading to 7.0.7 the following message is displayed when attempting login:
Traceback (most recent call last):
File "/snap/snapcraft/7717/bin/snapcraft", line 8, in <module>
sys.exit(run())
File "/snap/snapcraft/7717/lib/python3.8/site-packages/snapcraft/cli.py", line 188, in run
dispatcher.run()
File "/snap/snapcraft/7717/lib/python3.8/site-packages/craft_cli/dispatcher.py", line 406, in run
return self._loaded_command.run(self._parsed_command_args)
File "/snap/snapcraft/7717/lib/python3.8/site-packages/snapcraft/commands/account.py", line 115, in run
store.StoreClientCLI().login()
File "/snap/snapcraft/7717/lib/python3.8/site-packages/snapcraft/commands/store/client.py", line 187, in login
credentials = self.store_client.login(
File "/snap/snapcraft/7717/lib/python3.8/site-packages/snapcraft/commands/store/_legacy_account.py", line 149, in login
raise NotImplementedError("Cannot login with legacy")
NotImplementedError: Cannot login with legacy
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Closed without resolution or fix details. Reported a NotImplementedError during headless login in Snapcraft 7.0.7 caused by legacy authentication handling. | |
| qwen/qwen3.6-35b-a3b | — | — | Closed without resolution. The headless login failure in Snapcraft 7.0.7 raising NotImplementedError was abandoned due to prolonged inactivity. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1990888 Snapcraft login fails in text mode without Desktop | snapcraft (launchpad) | closed | Closed without resolution due to inactivity. The headless keyring dependency crash during snapcraft login remains unfixed. |