question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Rclone 1.53.1 incompatibility

See original GitHub issue

Hello,

First and foremost, thanks for making this wonderfully useful tool! I wanted to bring to your attention recent changes in rclone that might cause incompatibility issues with rclonesync.

I have upgraded to rclone 1.53.1, but it appears that this version is incompatible with rclonesync because of the rclone version output:

New format:

rclone 1.53.1
- os/arch: linux/amd64
- go version: go1.15.2

Old format:

rclone v1.41
- os/arch: linux/amd64
- go version: go1.10

(Note the difference between the old v1.41 format and the new 1.53.1 format)

Based on the source code here: https://github.com/cjnaz/rclonesync-V2/blob/7f225ce01c5c166adee63e1f4b3a7b619d31c4b8/rclonesync#L782, it appears that the check expects a v which the new version has removed.

I am unsure if there are any breaking changes otherwise, but this is what I discovered due to upgrading.

Thanks again!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
cjnazcommented, Oct 15, 2020

V3.1.1 adds support for the optional ‘v’.

1reaction
cjnazcommented, Oct 5, 2020

Damn! I’ll make it work with and without the ‘v’. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Rclone 1.53 release
Use the absolute path instead of the relative path for listing for improved compatibility (Nick Craig-Wood); Add --sftp-subsystem and ...
Read more >
Security update for rclone (moderate) - Vulners
An update that fixes one vulnerability is now available. Description: This update for rclone fixes the following issues: rclone was updated ...
Read more >
rclone-1.53.3-lp152.2.3.1 RPM for armv7hl - RPMFind
rsync for cloud storage. rclone is a command line program to sync files and directories to and from a wide variety of cloud...
Read more >
rclone(1) - Debian Manpages
It can be disabled at the cost of some compatibility. For example you'll need to enable VFS caching if you want to read...
Read more >
rclone(1) — Arch manual pages
Rclone is a command-line program to manage files on cloud storage. ... This is done for compatibility reasons, e.g. to allow users without...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found