Just configured Duplicati on my Synology NAS with B2. The job runs fine when it backups up to B2 (I created a small Synology folder with 4 PDFs) as they show up in the B2 folder.
However, when I try and do a test recovery (1 version) I get the following Duplicati error pop-up:
**BadRequest: Invalid HTTP version in Request line. Line: GET /api/v1/backup/1/files/volume1/Shared/Test New Dir/?prefix-only=false&folder-contents=true&time=2019-05-26T19%3A43%3A52-04%3A00&filter=%2Fvolume1%2FShared%2FTest%20New%20Dir%2F HTTP/1.1 **
Is this because it’s not HTTPS? I don’t access the NAS from the WAN, so I hadn’t needed it.
No, actually I’m using OneDrive. But I guess it’s not relevant because I get the same error message as the OP.
The blanks are in the original path of the local data.
e.g.
Causes the problem: “/original path/somefile.txt” .
No such problem: “/original_path/somefile.txt”
That’s puzzling because the error message the OP shows is about back end data, which doesn’t have spaces in the filenames. Spaces in the filenames on the source shouldn’t cause any issue.
That’s Synology code you had to change, right? I suppose you could ask them if they see anything that Duplicati should be doing differently. I’m not enough of an HTTP or proxy expert to follow the issue well.