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

[bug][node] port 30334 conflict when using collatorExternalRelayChain #364

Open
BulatSaif opened this issue Jan 24, 2025 · 0 comments
Open

Comments

@BulatSaif
Copy link
Contributor

If you start parachain node with collatorExternalRelayChain:

  collatorExternalRelayChain:
    enabled: true
    relayChainRpcUrls: ["wss://example.com"]

It will show error:

2025-01-02 10:31:34 [Parachain] Can't listen on /ip4/0.0.0.0/tcp/30334 because: Other(Custom { kind: Other, error: Custom { kind: Other, error: Other(Left(Left(Left(Left(Right(Transport(Os { code: 98, kind: AddrInUse, message: "Address already in use" }))))))) } })

Caused by: paritytech/polkadot-sdk#2203 (comment)

@BulatSaif BulatSaif changed the title [bug][node] port 30334 conflict on when using collatorExternalRelayChain [bug][node] port 30334 conflict when using collatorExternalRelayChain Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant