Hi there!
I have built scenarios that answer my emails for me.
Everything was working fine and today I got this error:
- The operation failed with an error. Function ‘getAssistantMsgText’ finished with error! Function ‘findAssistantMessageByRunId’ finished with error! No messages with specified run ID have been found.
Could you let me know how I can fix this?
Thank you!!!
blueprint (2).json (36.6 KB)
This could be intermittent server issues on the external service.
Handle errors so scenarios don’t stop.
You might want to add some error handling to your modules to handle exceptions, so the failing module(s) can automatically be retried or ignored. By handling any errors by adding a “Error handler” to the module, the scenario won’t throw an error and get turned off.
Error directives can only be added to an error handler route.
1. Right click and select “Add error handler”
2. Error handlers will appear
For more information on error handling, see:
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!