Deadline c4d Draft plugin

Hi Deadline Community

I am trying to understand why the draft plugin sometimes work and sometimes doesn’t in c4d.

Especially its seems to completely untested with $tokens and render paths, Is that a known limitation?

we usually use a path like this:
./render/$prj/$prj

which means “render into the filepath’s render folder using the tokens …” which seems to work.

but often we need to use takes which then throws deadline off, see error message below

./render/$prj/$prj-$take

2020-04-12 10:40:16:  0: STDOUT: Draft 1.6.8
2020-04-12 10:40:16:  0: STDOUT: Checking for a license...
2020-04-12 10:40:16:  0: STDOUT: Traceback (most recent call last):
2020-04-12 10:40:16:  0: STDOUT:   File "C:\Users\THOMASTRAUMLTD\AppData\Local\Thinkbox\Deadline10\slave\traum-machine-6\jobsData\5e9286f033cea5363837e18d\QuickDraft.py", line 69, in <module>
2020-04-12 10:40:16:  0: STDOUT:     CreateMovie( params )
2020-04-12 10:40:16:  0: STDOUT:   File "//10.11.32.2/DeadlineRepository10/events/DraftEventPlugin/DraftQuickSubmission\DraftCreateMovie.py", line 80, in CreateMovie
2020-04-12 10:40:16:  0: STDOUT:     frame = Draft.Image.ReadFromFile( currInFile )
2020-04-12 10:40:16:  0: STDOUT: RuntimeError: Magick: UnableToOpenBlob `X:\250-Statement\work\3D\c4d\animatic\scene-250-world-creation\.\render\shot_253-land-on-earth-v033\shot_253-land-on-earth-v033-$take0000.png': No such file or directory @ error/blob.c/OpenBlob/2695
2020-04-12 10:40:16:  0: INFO: Process exit code: 1
2020-04-12 10:40:16:  0: Done executing plugin command of type 'Render Task'