Hey @stevetrang! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.
Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={your_run_id}&workbook_id={workbook_id}
Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
Provide details about the issue—more context helps us troubleshoot faster.
Hey @stevetrang - This is the full error message: 'utf-8' codec can't decode bytes in position 32766-32767: unexpected end of data
The API response which is being passed onto the Run Code node is the binary audio file (you can click view inputs/outputs of the node from the run log to see the complete input. https://docs.gumloop.com/core-concepts/run_log)
If you want to send the actual file object to a Run Code or Custom Node then the file must be present on the Gumloop’s working directory and you can reference it via file name.