couldn't find service
See original GitHub issue[root@VM-12-11-centos dapr]# dapr list
APP ID HTTP PORT GRPC PORT APP PORT COMMAND AGE CREATED PID
serviceb 92 40407 93 dotnet run --urls... 3m 2022-03-16 22:03.27 2152
[root@VM-12-11-centos dapr]# dapr invoke --app-id serviceb --method do --verb GET
{"errorCode":"ERR_DIRECT_INVOKE","message":"fail to invoke, id: serviceb, err: couldn't find service: serviceb"}
✅ App invoked successfully
[root@VM-12-11-centos dapr]# dapr --version
CLI version: 1.6.0
Runtime version: 1.6.0
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
New Windows Service installed, fails to start: "System error ...
My built-in service installer uses three properties: ServiceName, ... On installing, I found that it writes a full-service path to the ...
Read more >How to troubleshoot Windows Installer errors
The service should start without errors. Try to install or to uninstall again. Method 3: Check your version of Windows Installer, and upgrade...
Read more >How to Fix the Windows Defender "The Service Couldn't ...
Type services.msc and click OK to open the Services app. Next, locate and right-click on Windows Defender Service or Windows Defender Firewall.
Read more >We Couldn't Connect to the Update Service: Solved
We couldn't connect to the update service is an error message displayed when a new Windows update cannot be installed.
Read more >Full Fixes – We Couldn't Connect to the Update Service ...
The first solution is to restart your Windows Update Service and see if that fixes the “we couldn't connect to the update service”...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hmmm…i found this in the logs:
when i disconnected by VPN, things started working 😕
I’m having a similar issue (in my case I’m using tye, but I"m not sure that’s relevant)