Skip to content

SpiceDB "failed to listen on addr". What's wrong? #1493

Answered by ecordell
jaycee999 asked this question in Q&A
Discussion options

You must be logged in to vote

It's possible that you have something else running on port :50051 locally already. Could you try running with a different port to see if that works? Something like:

spicedb serve --grpc-preshared-key "somerandomkeyhere" --grpc-no-tls --grpc-addr=:50052

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jzelinskie
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
kind/question Clarifying a question without code changes area/CLI Affects the command line
2 participants
Converted from issue

This discussion was converted from issue #171 on August 17, 2023 16:14.