List index out of range when running cbrestore

Hi,

I am trying to restore a backup bucket that was taken from CB 4.6.1-3652 Enterprise Edition using a CB 4.6.2-3905 Enterprise Edition but i am getting a list index out of range exception:

 File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
  File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
  File "/var/lib/docker/aufs/mnt/f9866ca92a80fdf1365b4b7d670b83e385dce039e404d1cb6ca7e990f09505bd/opt/couchbase/lib/python/pump.py", line 303, in run_worker
src_conf_res = source.get_conflict_resolution_type()
  File "/var/lib/docker/aufs/mnt/f9866ca92a80fdf1365b4b7d670b83e385dce039e404d1cb6ca7e990f09505bd/opt/couchbase/lib/python/pump_bfd.py", line 430, in get_conflict_resolution_type
json_file = open(files[0], "r")
IndexError: list index out of range

The command that i am using is the following:

./cbrestore /home/user/talinfo_rec_document/2017-09-11T121800Z/2017-09-11T121800Z-full/ http://192.168.xx.xx:8091 --bucket-source=document --bucket-destination=document --username=Administrator --password=password

Thanks.