Comment 3 for bug 671785

Revision history for this message
Jean-Peer Lorenz (peer.loz) wrote : Re: Uncaught error when using ssh password with / in

Thank you for using SBackup and for taking the time reporting this bug.

@Jim Caughran: I'm not sure whether your problem is the same as reported here. Please consider to file a new bug report if the issue still happens.

@others:

Stacktrace:
Traceback (most recent call last):
  File "/usr/share/sbackup/sbackup/ui/configgui.py", line 1625, in __show_connect_remote_dialog
    self.__destination_uri_obj.set_and_parse_uri(_uri)
  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: ''

The stacktrace points to a failure that happens when parsing a given URI. Confirmed.