Rcd crashes when error occurs

command I used : rclone -vv rcd --progress --rc-no-auth --rc-addr=:$RCD_PORT --low-level-retries --no-gzip-encoding --transfers 10
basically used rcd.

rclone version: v1.45
buckets: AWS S3, customized radosGW

I was testing bucket copy using rcd. While implementing sync/copy, 403 error occured with an object, rclone rcd crashed. It stopped working. And when I tried ‘rclone copy [src] [dst]’ command to do the same sync/copy with the same buckets, the 403 occurred, but it didn’t crash or stop.
the 403 error can happen, but I don’t wish rclone rcd to stop because of 403.
is there any way or options I can try with rcd to keep on going, no matter error happens?

[error log: rclone cli command] - after these errors the copy went on
2019/04/25 19:58:52 ERROR : unhashed_01.txt: Failed to copy: failed to open source object: AccessDenied: Access Denied
status code: 403, request id: 25B3C18351989093, host id: EvR/DEZs5qGRYzokOB4WtKgJATKsOmUmInbBw2cGFb0VvHsh8PY2pF5P6+H7EZcusyEBmrNM6gg=
2019/04/25 19:58:52 ERROR : Attempt 1/3 failed with 1 errors and: failed to open source object: AccessDenied: Access Denied
status code: 403, request id: 25B3C18351989093, host id: EvR/DEZs5qGRYzokOB4WtKgJATKsOmUmInbBw2cGFb0VvHsh8PY2pF5P6+H7EZcusyEBmrNM6gg=
2019/04/25 19:58:52 ERROR : unhashed_01.txt: Failed to copy: failed to open source object: AccessDenied: Access Denied
status code: 403, request id: 6DED5794D9D00436, host id: z7C4NVf6lAGLwI2zxJgr7scfUwbt2kkQMVR88k/GxMzRpGdRkwA9XqyuQEjUKZv62Y62vdpfnKI=
2019/04/25 19:58:52 ERROR : Attempt 2/3 failed with 1 errors and: failed to open source object: AccessDenied: Access Denied
status code: 403, request id: 6DED5794D9D00436, host id: z7C4NVf6lAGLwI2zxJgr7scfUwbt2kkQMVR88k/GxMzRpGdRkwA9XqyuQEjUKZv62Y62vdpfnKI=
2019/04/25 19:58:53 ERROR : unhashed_01.txt: Failed to copy: failed to open source object: AccessDenied: Access Denied
status code: 403, request id: FDA2FE2E14109477, host id: /XjQk17Zrdd+aCzf4L4GREVOE7aAwkmjUDFerisKnvHsqnPSTp3it6t6lRYQCX43EOO/5rTAumM=
2019/04/25 19:58:53 ERROR : Attempt 3/3 failed with 1 errors and: failed to open source object: AccessDenied: Access Denied
status code: 403, request id: FDA2FE2E14109477, host id: /XjQk17Zrdd+aCzf4L4GREVOE7aAwkmjUDFerisKnvHsqnPSTp3it6t6lRYQCX43EOO/5rTAumM=
2019/04/25 19:58:53 Failed to copy: failed to open source object: AccessDenied: Access Denied
status code: 403, request id: FDA2FE2E14109477, host id: /XjQk17Zrdd+aCzf4L4GREVOE7aAwkmjUDFerisKnvHsqnPSTp3it6t6lRYQCX43EOO/5rTAumM=

Can you try with the latest version and include the crash information if you can reproduce it?

Any reason on some of those options?

That sounds like a bug. Can you try again with the latest release or the latest beta?

I’d like to know what exactly the rclone rcd logged before exit?

I am so sorry for late response.

I could not yet reproduce the issue, I will get back as soon as possible with answers after couple of tests.
Thank you for your quick replies!

Great thanks! rclone rcd should keep running regardless, so if you can tell me how to reproduce we can fix it!

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