I try to up-date the version from 0.13 to 0.14:

now the error message is this:


invalid literal for int() with base 10: ''

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 2119, in main
    window = SBconfigGTK()
  File "/usr/share/sbackup/sbackup/ui/configgui.py", line 200, in __init__
    self._fill_widgets_from_config(probe_fs = True)
  File "/usr/share/sbackup/sbackup/ui/configgui.py", line 596, in 
_fill_widgets_from_config
    self.__fill_destination_widgets()
  File "/usr/share/sbackup/sbackup/ui/configgui.py", line 529, 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 194, 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: ''

-- 
You received this bug notification because you are a member of Simple
Backup Maintainers, which is subscribed to sbackup.
https://bugs.launchpad.net/bugs/670646

Title:
  sbackup-gtk crashes while starting: invalid literal for int()

_______________________________________________
Mailing list: https://launchpad.net/~nssbackup-team
Post to     : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to