nssbackup-team team mailing list archive
-
nssbackup-team team
-
Mailing list archive
-
Message #02197
[Bug 670646] Re: sbackup-gtk crashes while starting: invalid literal for int()
I have posted the duplicate bug #672814.
Here is the full error message:
andreas@brain2:~$ gksu sbackup-config-gtk
Updating SSH_AUTH_SOCK to: /tmp/ssh-qkcQHr1768/agent.1768
Updating GNOME_KEYRING_CONTROL to: /tmp/keyring-gDldBh
Updating GNOME_KEYRING_PID to: 1749
Updating GPG_AGENT_INFO to: /tmp/gpg-NDeJ3L/S.gpg-agent:1808:1
D-Bus session bus launched
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-Igq3EFIKuc,guid=6f64e7ea34894e380780f9420000a040
DBUS_SESSION_BUS_PID=14535
2011-02-01 00:44:35,775 - INFO: Log output for [Default Profile] is directed to file '/var/log/sbackup/sbackup.2011-02-01_00.44.35.775042.log'.
2011-02-01 00:44:35,775 - INFO: Profile settings are being read from file '/etc/sbackup.conf'.
/usr/share/sbackup/sbackup/ui/GladeGnomeApp.py:90: GtkWarning: IA__gtk_tree_model_get_n_columns: assertion `GTK_IS_TREE_MODEL (tree_model)' failed
self.xml = gtk.glade.XML(fname, domain = 'sbackup')
/usr/share/sbackup/sbackup/ui/GladeGnomeApp.py:90: GtkWarning: IA__gtk_combo_box_set_column_span_column: assertion `column_span >= -1 && column_span < col' failed
self.xml = gtk.glade.XML(fname, domain = 'sbackup')
/usr/share/sbackup/sbackup/ui/GladeGnomeApp.py:90: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
self.xml = gtk.glade.XML(fname, domain = 'sbackup')
/usr/share/sbackup/sbackup/ui/GladeGnomeApp.py:90: GtkWarning: IA__gtk_combo_box_set_row_span_column: assertion `row_span >= -1 && row_span < col' failed
self.xml = gtk.glade.XML(fname, domain = 'sbackup')
/usr/share/sbackup/sbackup/ui/GladeGnomeApp.py:90: GtkWarning: IA__gtk_widget_grab_default: assertion `gtk_widget_get_can_default (widget)' failed
self.xml = gtk.glade.XML(fname, domain = 'sbackup')
2011-02-01 00:44:36,274 - ERROR: Uncaught exception: invalid literal for int() with base 10: ''
2011-02-01 00:44:36,274 - ERROR: Traceback (most recent call last):
File "/usr/bin/sbackup-config-gtk", line 45, in <module>
main(sys.argv)
File "/usr/share/sbackup/sbackup/ui/configgui.py", line 2092, in main
window = SBconfigGTK()
File "/usr/share/sbackup/sbackup/ui/configgui.py", line 199, in __init__
self._fill_widgets_from_config(probe_fs = True)
File "/usr/share/sbackup/sbackup/ui/configgui.py", line 594, in _fill_widgets_from_config
self.__fill_destination_widgets()
File "/usr/share/sbackup/sbackup/ui/configgui.py", line 528, in __fill_destination_widgets
dest_obj.set_and_parse_uri(uri = self.configman.get_destination_path())
File "/usr/share/sbackup/sbackup/core/ConfigManager.py", line 489, in get_destination_path
_uri.set_and_parse_uri(uri = _path) # normalizes and validates given path
File "/usr/share/sbackup/sbackup/util/pathparse.py", line 193, in set_and_parse_uri
if splituri.port is not None:
File "/usr/lib/python2.6/urlparse.py", line 102, in port
return int(port, 10)
ValueError: invalid literal for int() with base 10: ''
/usr/share/sbackup/sbackup/ui/misc.py:221: GtkWarning: Failed to set text from markup due to error parsing markup: Error on line 18 char 63: Element 'small' was closed, but the currently open element is 'module'
dialog.format_secondary_markup(_sec)
/usr/share/sbackup/sbackup/ui/misc.py:184: GtkWarning: Failed to set text from markup due to error parsing markup: Error on line 18 char 63: Element 'small' was closed, but the currently open element is 'module'
dialog.run()
** Attachment added: "Config file"
https://bugs.launchpad.net/sbackup/+bug/670646/+attachment/1821304/+files/sbackup.conf
--
You received this bug notification because you are a member of Simple
Backup Maintainers, which is subscribed to Simple Backup.
https://bugs.launchpad.net/bugs/670646
Title:
sbackup-gtk crashes while starting: invalid literal for int()
References