We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the issue
Following the instructions here results in the error
dapr run --app-id actorservice --app-port 5001 --dapr-http-port 3500 --resources-path ../../../resources -- dotnet run --urls=http://localhost:5001/
❌ The App process exited with error code: exit status 137 ERRO[0003] Failed to init component statestore (state.redis/v1): [INIT_COMPONENT_FAILURE]: initialization error occurred for statestore (state.redis/v1): redis store: error connecting to redis at localhost:6379: dial tcp [::1]:6379: connect: connection refused app_id=actorservice instance=CNHI-KTY020666V-macOS scope=dapr.runtime.processor type=log ver=1.14.4 WARN[0003] Error processing component, daprd will exit gracefully: process component statestore error: [INIT_COMPONENT_FAILURE]: initialization error occurred for statestore (state.redis/v1): [INIT_COMPONENT_FAILURE]: initialization error occurred for statestore (state.redis/v1): redis store: error connecting to redis at localhost:6379: dial tcp [::1]:6379: connect: connection refused app_id=actorservice instance=xxxxxxxxx scope=dapr.runtime.processor type=log ver=1.14.4
URL of the docs https://docs.dapr.io/getting-started/quickstarts/actors-quickstart/
Expected content
== APP == info: Microsoft.AspNetCore.Hosting.Diagnostics[1] == APP == Request starting HTTP/1.1 GET http://127.0.0.1:5001/healthz - - == APP == info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0] == APP == Executing endpoint 'Dapr Actors Health Check' == APP == info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1] == APP == Executed endpoint 'Dapr Actors Health Check' == APP == info: Microsoft.AspNetCore.Hosting.Diagnostics[2] == APP == Request finished HTTP/1.1 GET http://127.0.0.1:5001/healthz - - - 200 - text/plain 5.2599ms
Screenshots n/a
Additional context Just trying out dapr and it's not going well on my M2 Mac
…/csharp/sdk/service❯dapr --version CLI version: 1.14.1 Runtime version: 1.14.4
The text was updated successfully, but these errors were encountered:
@Gonkers -Is Docker running successfully on your machine?
Sorry, something went wrong.
No branches or pull requests
Describe the issue
Following the instructions here results in the error
URL of the docs
https://docs.dapr.io/getting-started/quickstarts/actors-quickstart/
Expected content
Screenshots
n/a
Additional context
Just trying out dapr and it's not going well on my M2 Mac
The text was updated successfully, but these errors were encountered: