Skip to content
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

Unable to run quick starts #4534

Open
Gonkers opened this issue Feb 13, 2025 · 1 comment
Open

Unable to run quick starts #4534

Gonkers opened this issue Feb 13, 2025 · 1 comment
Labels
content/incorrect-information Content in the docs is incorrect

Comments

@Gonkers
Copy link

Gonkers commented Feb 13, 2025

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
@Gonkers Gonkers added the content/incorrect-information Content in the docs is incorrect label Feb 13, 2025
@msfussell
Copy link
Member

@Gonkers -Is Docker running successfully on your machine?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content/incorrect-information Content in the docs is incorrect
Projects
None yet
Development

No branches or pull requests

2 participants