Rclone mount lock on particular file

Hi ho. I appear to have found a bug on the ‘mount’ function when using hubic.

I think rclone is choking on the following filename (note the unicode it’s getting):

AD%26D%20Accessory-FR-Volo%E2%80%99s%20Guide%20to%20All%20Things.pdf

This causes the mount and rclone to freeze until the system is rebooted.

This is coming off a website, so I can’t really modify it. Note that I’ve used the same fillename. Below is the appropriate log:

2017/06/18 22:08:16 DEBUG : Documents/DND/dnd.rem.uz/Advanced D&D (unsorted)/AD&D Accessory-FR-Volo's Guide to Cormyr.pdf: Dir.Lookup OK
2017/06/18 22:08:16 DEBUG : Documents/DND/dnd.rem.uz/Advanced D&D (unsorted)/AD&D Accessory-FR-Volo's Guide to Cormyr.pdf: File.Attr valid=1m0s ino=0 size=7607882 mode=-rw-r--r--
2017/06/18 22:08:16 DEBUG : Documents/DND/dnd.rem.uz/Advanced D&D (unsorted)/AD&D Accessory-FR-Volo�%80%99s Guide to All Things.pdf: Dir.Lookup
2017/06/18 22:08:16 DEBUG : Documents/DND/dnd.rem.uz/Advanced D&D (unsorted)/AD&D Accessory-FR-Volo�%80%99s Guide to All Things.pdf: Dir.Lookup
2017/06/18 22:08:16 DEBUG : Documents/DND/dnd.rem.uz/Advanced D&D (unsorted)/AD&D Accessory-FR-Volo�%80%99s Guide to All Things.pdf: Dir.Lookup
2017/06/18 22:08:16 DEBUG : Documents/DND/dnd.rem.uz/Advanced D&D (unsorted)/AD&D Accessory-FR-Volo�%80%99s Guide to All Things.pdf: Dir.Lookup
2017/06/18 22:08:17 DEBUG : Documents/DND/dnd.rem.uz/Advanced D&D (unsorted)/AD&D Accessory-FR-Volo�%80%99s Guide to All Things.pdf: Dir.Lookup
2017/06/18 22:08:17 DEBUG : Documents/DND/dnd.rem.uz/Advanced D&D (unsorted)/AD&D Accessory-FR-Volo�%80%99s Guide to All Things.pdf: Dir.Lookup
2017/06/18 22:08:17 DEBUG : Documents/DND/dnd.rem.uz/Advanced D&D (unsorted)/AD&D Accessory-FR-Volo�%80%99s Guide to All Things.pdf: Dir.Lookup
2017/06/18 22:08:17 DEBUG : Documents/DND/dnd.rem.uz/Advanced D&D (unsorted)/AD&D Accessory-FR-Volo�%80%99s Guide to All Things.pdf: Dir.Create
2017/06/18 22:08:17 DEBUG : Documents/DND/dnd.rem.uz/Advanced D&D (unsorted)/AD&D Accessory-FR-Volo�%80%99s Guide to All Things.pdf: Dir.Create OK
2017/06/18 22:08:17 DEBUG : File.Attr valid=1m0s ino=0 size=0 mode=-rw-r--r--
2017/06/18 22:08:17 DEBUG : Documents/DND/dnd.rem.uz/Advanced D&D (unsorted)/AD&D Accessory-FR-Volo�%80%99s Guide to All Things.pdf: WriteFileHandle.Write len=106```


Thanks, and this is just FYI.

Can you make a small reproduction on this with the latest beta and post an issue on github please? Thanks