Meaning of Error message

Hi i received the below response from rclone.
could u please tell me what does it mean and why i got this?

{
"error": "didn't find section in config file",
"input": {
"_async": false,
"_filter": {
"IncludeRule": [
"."
]
},
"dstFs": "back:/data/CHBULKUPLOAD/LOCALTESTING/PROCESSED/",
"dstRemote": "/data/CHBULKUPLOAD/LOCALTESTING/PROCESSED/",
"srcFs": "demo:/data/CHBULKUPLOAD/LOCALTESTING/Src1/",
"srcRemote": "/data/CHBULKUPLOAD/LOCALTESTING/Src1/"
},
"path": "sync/move",
"status": 500
}

Your config does not contain remote name you are trying to use.

This is wrong... check the docs:

srcFs - a remote name string e.g. "drive:src" for the source
dstFs - a remote name string e.g. "drive:dst" for the destination

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