-
Notifications
You must be signed in to change notification settings - Fork 374
Closed
Description
Problem Definition
Upon start Raiden tries to gain external connectivity via UPNP or STUN. If no internet connection is available both methods fail and Raiden crashes with STUNUnavailableException.
In normal use this would only be a cosmetic issue (exception instead of a more user friendly error messge) since the public chain isn't accessible w/o internet anyway. However usage scenarios in isolated networks on a private chain are certainly imaginable and should be supported.
Solution
Don't crash if both UPNP and STUN are unavailable but instead print a warning and fall back to using the local ip / port.
Tasklist
- Implement
--natoption (see comment below) - Warn user about likely connection problems if no nat traversal is possible
- Add changelog
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels