-
Notifications
You must be signed in to change notification settings - Fork 57
I keep getting a "$return binding returned a non-None value" error. I can't figure it out? #294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you share your function.json content with us? Given the error message it appears that this is the likely culprit. |
Fix was merged! Closing this issue. Please re-open if the issue continues on your end. Thanks! :) |
@davidmrdavid I see a similar error with my Python Durable Function (function chaining). The logs say: It sounds like this has been addressed with a fix in 2021, but why is it happening to me? As you can see, I have an output biding called My
My
My
|
Hello @FaCoffee1984 |
@FaCoffee1984, @thec0dewriter: 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 |
I am trying to do a Durable Entity function locally, and I started trying to create my own. Every time I did I would get this error: Exception: RuntimeError: function 'DurableFunctionsEntityPy' without a $return binding returned a non-None value
So I finally found this project and I thought it would help me figure out what I'm doing wrong, but even when I clone this repo and try running it, I'm getting the same error. I swear there is no "return" in my Entity function. What is causing this issue? Please help, this is driving me crazy!
The text was updated successfully, but these errors were encountered: