Rclone dropbox failed to make remote dropbox:"/crypt" to wrap: get current account failed

Something new with dropbox

2019/11/02 03:19:31 DEBUG : rclone: Version "v1.49.0" starting with parameters ["rclone" "mount" "dropboxcrypt:" "/mnt/dropboxcrypt" "--allow-other" "--default-permissions" "--read-only" "--timeout=60m" "--dir-cache-time" "1m" "--buffer-size" "512M" "--vfs-read-chunk-size" "128M" "--vfs-read-chunk-size-limit" "off" "--log-level" "DEBUG" "--log-file=/home/plex/logs/mountdropboxcrypt.log"]
2019/11/02 03:19:31 DEBUG : Using config file from "/home/plex/.config/rclone/rclone.conf"
2019/11/02 03:19:31 Failed to create file system for "dropboxcrypt:": failed to make remote dropbox:"/crypt" to wrap: get current account failed: Post https://api.dropboxapi.com/2/users/get_current_account: dial tcp: lookup api.dropboxapi.com on 94.140.66.250:53: no such host
tail: logs/mountdropboxcrypt.log: file truncated
2019/11/02 03:19:31 DEBUG : rclone: Version "v1.49.0" starting with parameters ["rclone" "mount" "dropboxcrypt:" "/mnt/dropboxcrypt" "--allow-other" "--default-permissions" "--read-only" "--timeout=60m" "--dir-cache-time" "1m" "--buffer-size" "512M" "--vfs-read-chunk-size" "128M" "--vfs-read-chunk-size-limit" "off" "--log-level" "DEBUG" "--log-file=/home/plex/logs/mountdropboxcrypt.log"]
2019/11/02 03:19:31 DEBUG : Using config file from "/home/plex/.config/rclone/rclone.conf"
2019/11/02 03:19:32 Failed to create file system for "dropboxcrypt:": failed to make remote dropbox:"/crypt" to wrap: get current account failed: Post https://api.dropboxapi.com/2/users/get_current_account: dial tcp: lookup api.dropboxapi.com on 94.140.66.250:53: no such host

I tried to reauth and I got the same problem.

Use auto config?
 * Say Y if not sure
 * Say N if you are working on a remote or headless machine
y) Yes
n) No
y/n> y
If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth?state=x
Log in and authorize rclone for access
Waiting for code...
Got code
2019/11/02 03:24:01 Failed to configure token: failed to get token: Post https://api.dropboxapi.com/1/oauth2/token: dial tcp: lookup api.dropboxapi.com: no such host

Are you actually writing it as
dropbox:”/crypt” ?
I don't think that is valid syntax

try
dropbox:/crypt

what is "dropbox" here?
a direct dropbox remote, or a crypt remote pointed to a dropbox remote?

Everything was working for past 2 years :slight_smile:

I solved the problem with latest beta and repeating the authorization.

ah, it might just have been an outdated dropbox backend in that case.
As long as it's solved aye? :slight_smile:

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