-
Notifications
You must be signed in to change notification settings - Fork 530
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
Can't get hello-world run locally. Error code: ERR_DIRECT_INVOKE #361
Comments
I tried to repo this on my Big Sur mac, and everything worked as expected.
Reading over your debug logs, it seems that perhaps there's some mdns trouble on your local machine/network? The
|
hi @wcs1only, thanks for the response. Following is the output of the
I am having both nodeapp and pythonapp running with dapr, but unlike yours, only pythonapp appeared on this list. Do you have any idea where the problem may come from?
|
I'm experiencing the same issue, i tried narrowing it down by creating a super simple app, still no luck: https://gist.github.com/gidich/6435301b7aa7dea4485f4e5400536319 I'm also on mac, big sur 11.1 and also tried both 0.11.3 and 1.0.0-rc.2 |
FYI - Removing myself from this issue - Was a self-inflicted issue in that my Cisco VPN client was interfering with DAPR (even though I wasn't connected to the VPN, it's does something that interferes with DAPR) - View the issue for details on my issue and how I fixed it (MacOS) - @longle255 maybe this will help you. |
hey @gidich thank you very much for the suggested direction. I was having the same issue with the network setting, in my case it was Little Snitch. I remove the network configuration of Little Snitch and now dapr works fine to me. |
Thanks @gidich same type of issue for me. In my case it was MSFT defender ATP that had to be stopped. |
Thanks for pointing out @gidich. In my case, it's my VPN which creates an incorrect DNS routing. |
Thanks @gidich. I'm on macOS Sonoma 14.1.2. In my case I had to disable the NetBarrier filter in my network settings and the error disappeared. |
Ask your question here
I could not get the hello-world example work on my Mac Big Sur. I tried both
0.11.3
and1.0.0-rc.2
:Then I tried with 1.0.0-rc3
The log of the hello-world node app on 1.0.0-rc.2
log of placement service
If I terminate the nodeapp. Then the error is as expected, and it's different from the one above.
The text was updated successfully, but these errors were encountered: