Hello,
Thanks a lot, I have totally remove them and I have an error with root or
without root :
Traceback (innermost last):
File "/usr/local/bin/duplicity", line 62, in <module>
with_tempdir(main)
File "/usr/local/bin/duplicity", line 53, in with_tempdir
fn()
File "/usr/local/lib/python3.10/dist-packages/duplicity/dup_main.py", line
1501, in main
action = cli_main.process_command_line(sys.argv[1:])
File "/usr/local/lib/python3.10/dist-packages/duplicity/cli_main.py", line
247, in process_command_line
args = parse_cmdline_options(cmdline_list)
File "/usr/local/lib/python3.10/dist-packages/duplicity/cli_main.py", line
204, in parse_cmdline_options
if remainder[0] in all_commands:
IndexError: list index out of range
I try to use an old version :
sudo apt install duplicity=0.8.21-1build1 (default of ubuntu 22.04)
It work well !
sudo apt install duplicity, install the 2.1.3-ppa202310081632~ubuntu22.04.1 and
say the same error message.
So I remove the ppa and keep the Ubuntu version it seem work !
Thanks for your previous answer :)
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to duplicity in Ubuntu.
https://bugs.launchpad.net/bugs/1855736
Title:
Duplicity fails to start
Status in Duplicity:
Fix Released
Status in duplicity package in Ubuntu:
Fix Committed
Bug description:
I am on 19.10. Duplicity crashes as soon as I try to start a backup,
as below. It was running fine on 19.04.
Traceback (innermost last):
File "/usr/bin/duplicity", line 107, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 93, in with_tempdir
fn()
File "/usr/lib/python3/dist-packages/duplicity/dup_main.py", line 1522, in
main
action = commandline.ProcessCommandLine(sys.argv[1:])
File "/usr/lib/python3/dist-packages/duplicity/commandline.py", line 1200,
in ProcessCommandLine
globals.backend = backend.get_backend(args[0])
File "/usr/lib/python3/dist-packages/duplicity/backend.py", line 225, in
get_backend
obj = get_backend_object(url_string)
File "/usr/lib/python3/dist-packages/duplicity/backend.py", line 211, in
get_backend_object
return factory(pu)
File "/usr/lib/python3/dist-packages/duplicity/backends/giobackend.py",
line 81, in __init__
ensure_dbus()
File "/usr/lib/python3/dist-packages/duplicity/backends/giobackend.py",
line 37, in ensure_dbus
lines = output.split(u'\n')
TypeError: a bytes-like object is required, not 'str'
To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1855736/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp