Fedora Account System
Red Hat Associate
Red Hat Customer
The following was filed automatically by anaconda: anaconda 13.37.2 exception report Traceback (most recent call first): File "/usr/lib/anaconda/iw/task_gui.py", line 203, in createDialog self.usernameEntry.set_text(self.repo.proxy_username) File "/usr/lib/anaconda/iw/task_gui.py", line 527, in _editRepo dialog.createDialog() TypeError: Gtk.Entry.set_text() argument 1 must be string, not None
Created attachment 405429 [details] Attached traceback automatically from anaconda.
While testing clumens' patch for bug 580226 I hit this bug in the repo edit dialog. It doesn't like having an empty user passed to it. Triggered by rebuilding loader with Chris' patch and passing proxy=http://proxy.home:3128 to the kernel while doing a PXE boot of the new build.
The same error happens on the password entry when I pass proxy=http://bcl@proxy.home:3128
Yum doesn't like it when empty username and password fields are "" instead of None. Submitted a patch that converts to "" on entry to the repo edit dialog and converts "" back to None on exit.
*** This bug has been marked as a duplicate of bug 572460 ***
Created attachment 427017 [details] Attached traceback automatically from anaconda.