[Nssbackup-team] [Bug 670646] Re: sbackup-gtk crashes while starting: invalid literal for int()

2011-05-01 Thread Pietro Agosti
With the installation of Natty I solved all problem

** Changed in: sbackup
   Status: New = In Progress

-- 
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


[Nssbackup-team] [Bug 670646] Re: sbackup-gtk crashes while starting: invalid literal for int()

2011-04-30 Thread Pietro Agosti
Hi, i've a similar problem running Maverick 10.10

This is the error that appar when I start sbackup:   invalid literal
for int() with base 10: ''

These are log file:

Sbackup

SBackup 'Default Profile' Logger 
== 
2011-04-30 08:57:49,765 - INFO: Log output for [Default Profile] is directed to 
file '/var/log/sbackup/sbackup.2011-04-30_08.57.49.763964.log'. 
2011-04-30 08:57:49,765 - INFO: Profile settings are being read from file 
'/etc/sbackup.conf'. 
2011-04-30 08:57:49,794 - INFO: Preparation of backup process 
2011-04-30 08:57:49,794 - ERROR: An error occurred during the backup: invalid 
literal for int() with base 10: '' 
2011-04-30 08:57:49,809 - WARNING: Unable to copy log. File access is not 
initialized. 
2011-04-30 08:57:49,810 - INFO: Terminating GIO File Access Manager. 
2011-04-30 08:57:49,810 - WARNING: GIO File Access Manager is not initialized. 
Nothing to do. 
2011-04-30 08:57:49,811 - INFO: Processing of profile failed with error: 
invalid literal for int() with base 10: '' 

SBackup 'Profilo predefinito' Logger 
== 
2011-04-30 09:39:10,353 - INFO: Output del registro di [Profilo predefinito] 
inviato al file «/var/log/sbackup/sbackup.2011-04-30_09.39.10.352206.log». 
2011-04-30 09:39:10,355 - INFO: Le impostazioni del profilo vengono lette dal 
file «/etc/sbackup.conf». 
2011-04-30 09:39:10,356 - INFO: Output del registro di [Profilo predefinito] 
inviato al file «/var/log/sbackup/sbackup.2011-04-30_09.39.10.356299.log». 
2011-04-30 09:39:10,357 - INFO: Le impostazioni del profilo vengono lette dal 
file «/etc/sbackup.conf». 
2011-04-30 09:39:10,881 - ERROR: Uncaught exception: invalid literal for int() 
with base 10: '' 
2011-04-30 09:39:10,881 - 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: '' 




SBackup 'Profilo predefinito' Logger 
== 
2011-04-30 09:39:10,353 - INFO: Output del registro di [Profilo predefinito] 
inviato al file «/var/log/sbackup/sbackup.2011-04-30_09.39.10.352206.log». 
2011-04-30 09:39:10,355 - INFO: Le impostazioni del profilo vengono lette dal 
file «/etc/sbackup.conf». 
2011-04-30 09:39:10,356 - INFO: Output del registro di [Profilo predefinito] 
inviato al file «/var/log/sbackup/sbackup.2011-04-30_09.39.10.356299.log». 
2011-04-30 09:39:10,357 - INFO: Le impostazioni del profilo vengono lette dal 
file «/etc/sbackup.conf». 
2011-04-30 09:39:10,881 - ERROR: Uncaught exception: invalid literal for int() 
with base 10: '' 
2011-04-30 09:39:10,881 - 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: '' 

can you help me?
Thank you

-- 
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] [Bug 670646] Re: sbackup-gtk crashes while starting: invalid literal for int()

2011-04-30 Thread Pietro Agosti
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


[Nssbackup-team] [Bug 670646] Re: sbackup-gtk crashes while starting: invalid literal for int()

2011-04-30 Thread Pietro Agosti
** Changed in: sbackup
   Status: Triaged = New

-- 
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