Comment 2 for bug 1978139

Revision history for this message
Olivier Gayot (ogayot) wrote (last edit ):

Hi Frank,

I'm very interested in the refresh issues you had. Would you please provide some details?
Looking at the traceback, there seems to be something mixing up the old and refreshed snap:

Traceback (most recent call last):
  File "/snap/subiquity/3477/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/snap/subiquity/3477/usr/lib/python3.8/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/snap/subiquity/3360/lib/python3.8/site-packages/subiquity/__main__.py", line 5, in <module>
    sys.exit(main())

/snap/subiquity/3360 is the 22.04.2 snap (the one built in jammy isos today) ; while
/snap/subiquity/3477 is the refreshed / edge snap.

The search_drivers key is not present in 3360 but should be in 3477 so it's likely related.

Thanks,
Olivier