Hey there,
I’ve been creating automations with Make and Notion so that I can mark a comment complete from Notion and it updates in Frame.io as completed (I have set an automation that creates a task when a comment is made so both are linked).
The issue I’m having is quite specific, my automation does work most of the time but on some comments it seemed to fail with the following error when trying to make an API Call to Frame.IO, that was failing the automation :
“message [422] One or more parameters supplied were invalid. - The requested timestamp is not valid for asset: 4126d8cc-18f2-4bbb-bbb2-f0aef9b6b711”.
Of course I can mark as completed the comment through the UI directly.
The only common ground I could see between those comments were that they all were on the last frame of my video assets, so I wonder if there might somewhere in the API code a “< duration” instead of “<= duration” somewhere that might create that error?
If you need the specific assets on my end that produces such a result here they are :
Comment ID : 6427f1c9-61ed-469a-92b4-9b16b793d264
Asset ID : 4126d8cc-18f2-4bbb-bbb2-f0aef9b6b711
Let me know if you can reproduce that on your end.
Cheers,
Remi