Open drive not supported character

What is the problem you are having with rclone?

i try migrate my crypted dropbox to opendrive

Run the command 'rclone version' and share the full output of the command.

rclone v1.62.2

  • os/version: Microsoft Windows 10 Home 21H2 (64 bit)
  • os/kernel: 10.0.19044.2846 Build 19044.2846.2846 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.20.2
  • go/linking: static
  • go/tags: cmount

Which cloud storage system are you using? (eg Google Drive)

opendrive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone copy dropbox:w opendrive:586 -vv --progress --transfers=5 --drive-chunk-size 28m --fast-list

dropbox:W folder is crypted folder. i just want send it to opendrive with crypted.

A log from the command with the -vv flag

2023-04-27 18:36:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2023-04-27 18:36:09 DEBUG : pacer: low level retry 1/10 (error Unknown 502 Bad Gateway (Error 502))
2023-04-27 18:36:09 DEBUG : pacer: Rate limited, increasing sleep to 2.56s
2023-04-27 18:36:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2023-04-27 18:36:09 DEBUG : pacer: low level retry 1/10 (error Unknown 502 Bad Gateway (Error 502))
2023-04-27 18:36:09 DEBUG : pacer: Rate limited, increasing sleep to 5.12s
2023-04-27 18:36:10 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2023-04-27 18:36:10 DEBUG : pacer: low level retry 1/10 (error Unknown 502 Bad Gateway (Error 502))
2023-04-27 18:36:10 DEBUG : pacer: Rate limited, increasing sleep to 10.24s
2023-04-27 18:36:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2023-04-27 18:36:16 DEBUG : pacer: low level retry 1/10 (error Unknown 502 Bad Gateway (Error 502))
2023-04-27 18:36:16 DEBUG : pacer: Rate limited, increasing sleep to 20.48s
2023-04-27 18:36:18 DEBUG : pacer: Reducing sleep to 10.24s
2023-04-27 18:36:26 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2023-04-27 18:36:26 DEBUG : pacer: low level retry 2/10 (error Unknown 502 Bad Gateway (Error 502))
2023-04-27 18:36:26 DEBUG : pacer: Rate limited, increasing sleep to 20.48s
2023-04-27 18:36:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2023-04-27 18:36:36 DEBUG : pacer: low level retry 2/10 (error Unknown 502 Bad Gateway (Error 502))
2023-04-27 18:36:36 DEBUG : pacer: Rate limited, increasing sleep to 40.96s
2023-04-27 18:36:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2023-04-27 18:36:57 DEBUG : pacer: low level retry 2/10 (error Unknown 502 Bad Gateway (Error 502))
2023-04-27 18:36:57 DEBUG : pacer: Rate limited, increasing sleep to 1m21.92s
2023-04-27 18:37:39 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2023-04-27 18:37:39 DEBUG : pacer: low level retry 2/10 (error Unknown 502 Bad Gateway (Error 502))
2023-04-27 18:37:39 DEBUG : pacer: Rate limited, increasing sleep to 2m43.84s
2023-04-27 18:38:59 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2023-04-27 18:38:59 DEBUG : pacer: low level retry 1/10 (error Unknown 502 Bad Gateway (Error 502))
2023-04-27 18:38:59 DEBUG : pacer: Rate limited, increasing sleep to 5m0s

i sended ticket to opendrive admin said not supported character, i checked opendrive page and yes its unsuported. but if is unsupported how its happen? am i doing wrong?

That 502 bad gateway is a problem at open drive. Most likely it is overloaded. If you try the sync again everything will go through eventually.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.