Error using sync from remote storage to hubic

Sometimes I’ve receiving an error when I sync dropbox to hubic:

The command I’ve run was:

rclone sync dropbox:/folder hubic:default/folder --log-file /var/log/rclone.log --log-level DEBUG

Just a part of log ...
2018/04/03 14:13:16 DEBUG : 080482-0340.jpg: Size and modification time the same (differ by 0s, within tolerance 1s)
2018/04/03 14:13:16 DEBUG : 080482-0340.jpg: Unchanged skipping
2018/04/03 14:13:16 Unsolicited response received on idle HTTP channel starting with "HTTP/1.0 408 Request Time-out\r\nCache-Control: no-cache\r\nConnection: close\r\nContent-Type: text/html\r\n\r\n<html><body><h1>408 Request Time-out</h1>\nYour browser didn't send a complete request in time.\n</body></html>\n"; err=<nil>
2018/04/03 14:13:16 DEBUG : 080482-0341.jpg: Size and modification time the same (differ by 0s, within tolerance 1s)
2018/04/03 14:13:16 DEBUG : 080482-0341.jpg: Unchanged skipping

Thanks
Wanderlei

That isn’t actually an error, it is the hubic proxies closing their idle http connections with a message which you can ignore.

The message is from the go runtime so I can’t disable it unfortunately :frowning:

But I need to worry about it? Or the files will be sync correctly?

No need to worry - the files will sync correctly :slight_smile:

1 Like