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
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!
@counter@myCounter: Function 'counter (Entity)' failed with an error. Reason: Internal error: Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcException: Result: Failure
Exception: RuntimeError: function 'Counter' without a $return binding returned a non-None value