You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 Describe the bug
For a few days I keep getting in deployment the following error:
Message: Activity function 'func-name' failed: RuntimeError: function 'func-name' without a $return binding returned a non-None value {"$type":"System.Exception, System.Private.CoreLib","ClassName":"System.Exception","Message":" RuntimeError: function 'func-name' without a $return binding returned a non-None value",
After redeployment the function works for some time then the issue reappears.
🤔 Expected behavior
What should have happened?
I've seen this fix and the error might make sense.
However the error doesn't appear in a local setup, just in deployment.
After the execution error the orchestration is staying in a running state.
The template activity function generated by VS Code has also return statement without any kind of return output binding defined so this is also a bit confusing.
☕ Steps to reproduce
What Durable Functions patterns are you using, if any?
Just sequential function chaining.
Are you running this locally or on Azure?
The problems only appear on azure.
⚡If deployed to Azure
We have access to a lot of telemetry that can help with investigations. Please provide as much of the following information as you can to help us investigate!
Timeframe issue observed: Last few days, attached id-s from 23 and 26 aug.
I'm facing this issue as well.
A function that used to work is giving me this error, and if I try fixing it is just make things worse (keeps throwing errors at different points, even complaining that the activity parameter (a str) should be a httpRequest...
I think the endpoint that is answering these requests is treating the activity call as a http endpoint call and messing things around.
Thanks for your report. I have received a few of these over the past day, and it seems that some automatic upgrade may have caused a regression. I'm actively investigating this, so please subscribe to the following thread for updates: #401
Uh oh!
There was an error while loading. Please reload this page.
🐛 Describe the bug
For a few days I keep getting in deployment the following error:
After redeployment the function works for some time then the issue reappears.
🤔 Expected behavior
I've seen this fix and the error might make sense.
However the error doesn't appear in a local setup, just in deployment.
After the execution error the orchestration is staying in a running state.
The template activity function generated by VS Code has also return statement without any kind of return output binding defined so this is also a bit confusing.
☕ Steps to reproduce
⚡If deployed to Azure
The text was updated successfully, but these errors were encountered: