You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(bakery-gui.py:1774): Gtk-CRITICAL **: 05:21:07.793: gtk_widget_add_css_class: assertion 'css_class[0] != '.'' failed
/usr/share/bakery/bakery-gui.py:166: DeprecationWarning: Gtk.Widget.get_style_context is deprecated
context = widget.get_style_context()
/usr/share/bakery/bakery-gui.py:167: DeprecationWarning: Gtk.StyleContext.add_provider is deprecated
context.add_provider(css_provider, Gtk.STYLE_PROVIDER_PRIORITY_USER)
/usr/share/bakery/bakery-gui.py:694: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
date = dates.format_date(date=datetime.utcnow(), format="full", locale=locale_)
/usr/share/bakery/bakery-gui.py:695: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
time = dates.format_time(time=datetime.utcnow(), format="long", locale=locale_)
WARNING: abnt2 not in _kbmodelmap
WARNING: jp106 not in _kbmodelmap
WARNING: kr106 not in _kbmodelmap
WARNING: abnt2 not in _kbmodelmap
WARNING: jp106 not in _kbmodelmap
WARNING: kr106 not in _kbmodelmap
INFO: Internet status: True
/usr/share/bakery/bakery-gui.py:820: DeprecationWarning: Gtk.StyleContext.remove_class is deprecated
spin_entry.get_style_context().remove_class("error")
/usr/lib/python3.12/site-packages/gi/_gtktemplate.py:186: Warning: value "-1" of type 'gint' is invalid or out of range for property 'margin-start' of type 'gint'
base_init_template(self)
(bakery-gui.py:1774): Gtk-CRITICAL **: 05:21:19.779: gtk_widget_add_css_class: assertion 'css_class[0] != '.'' failed
ERROR: Error while processing disk /dev/sda: /dev/sda: unrecognised disk label
ERROR: Error while processing disk /dev/sr0: /dev/sr0: unrecognised disk label
Traceback (most recent call last):
ERROR: Error while processing disk /dev/sda: /dev/sda: unrecognised disk label
File "/usr/share/bakery/bakery-gui.py", line 1456, in on_disk_selected
"Partition table: " + check_partition_table(self.disk)
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TypeError: can only concatenate str (not "NoneType") to str
ERROR: Error while processing disk /dev/sda: /dev/sda: unrecognised disk label
Traceback (most recent call last):
File "/usr/share/bakery/bakery.py", line 2463, in wrapped
result = func(*args, **kwargs) # Call the original function
^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/bakery/bakery.py", line 2451, in debounced
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/bakery/bakery-gui.py", line 263, in main_button_clicked
self.init_screens("offline")
File "/usr/share/bakery/bakery-gui.py", line 483, in init_screens
self.add_pages(self.stack1, self.pages)
File "/usr/share/bakery/bakery-gui.py", line 467, in add_pages
page_ = globals()pages_dict[page][0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/bakery/bakery.py", line 2463, in wrapped
result = func(*args, **kwargs) # Call the original function
^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/bakery/bakery-gui.py", line 1190, in init
_("Partition table: ") + check_partition_table(self.disk)
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TypeError: can only concatenate str (not "NoneType") to str
Function 'main_button_clicked' took 0.0000 seconds to execute.
The text was updated successfully, but these errors were encountered:
I got below error and the GUI cannot start the installer under a proxmox VM environment, with 24.12.22 mainline iso:
The text was updated successfully, but these errors were encountered: