# HG changeset patch # User Goffi # Date 1665836438 -7200 # Node ID f826ebb7f6053dd311635ded139b8b15e9af6b84 # Parent f046092ba8831c9fe91c87d2e9854ffb8c9d983a code: update `fileDownloadComplete` bridge call, following backend change diff -r f046092ba883 -r f826ebb7f605 cagou/core/cagou_main.py --- a/cagou/core/cagou_main.py Fri Sep 23 18:03:58 2022 +0200 +++ b/cagou/core/cagou_main.py Sat Oct 15 14:20:38 2022 +0200 @@ -1110,7 +1110,7 @@ else: raise exceptions.InternalError(f"Invalid dest_path: {dest_path!r}") self.bridge.fileDownloadComplete( - url.geturl(), + data_format.serialise({"uri": url.geturl()}), str(dest_path), '' if not options else data_format.serialise(options), profile,