RClone won't mount if upload is pending; will upload before mounting

Hi, I am having an issue where if Rclone mount is uploading something (or is in queue) then gets stopped for whatever reason and started again, it won’t mount. Ideas? The log just shows that it’s uploading.

Hierarchy: Google Drive —> Cache —> Crypt

Systemd script:
/usr/bin/rclone mount GMount: /media/Drive/
–allow-other
–dir-cache-time=168h
–cache-chunk-size=2M
–cache-info-age=168h
–cache-workers=10
–buffer-size=1G
–umask 002
–syslog
–cache-tmp-upload-path /media/HDD/Rclone/Upload/
–cache-tmp-wait-time 30m
–cache-dir /media/HDD/Rclone/Cache/
–cache-chunk-path /media/HDD/Rclone/Cache/
–vfs-cache-mode writes
–cache-chunk-no-memory
–checkers=16
–modify-window 1s
–tpslimit 5
–fast-list
–log-level INFO
–syslog
–track-renames
–rc

I think this is a known issue and it could do with a fix.

Perhaps adjust the code so checking the queue is after mounting has completed rather than prior? Thanks for the quick response and the great software (and those who’ve contributed).

Here is a related issue