[BUG] Dashy crash on startup if IPv6 used
Closed this issue · 1 comments
demetrius2003 commented
Environment
Self-Hosted (Bare Metal)
System
win10
Version
Using Dashy V-3.1.1.
Describe the problem
Please replase banner to this:
// Prepare message for users running app on bare metal
msg = `${chars.GREEN}┏${line(83)}┓${chars.BR}`
+ `┃ ${chars.CYAN}Welcome to Dashy! 🚀${blanks(60)}${chars.GREEN}┃${chars.BR}`
+ `┃ ${chars.CYAN}Your new dashboard is now up and running at ${chars.BRIGHT}`
+ `http://${ip}:${port}${chars.RESET}${blanks(26 - ip.length)}${chars.GREEN}┃${chars.BR}`
+ `┗${line(83)}┛${chars.BR}${chars.BR}${chars.RESET}`;
Additional info
No response
Please tick the boxes
- You have explained the issue clearly, and included all relevant info
- You are using a supported version of Dashy
- You've checked that this issue hasn't already been raised
- You've checked the docs and troubleshooting guide
- You agree to the code of conduct
CrazyWolf13 commented
Hi
Currently IPv6 is not really supported / only alpha, you can check out this for a explanation and a possible workaround.
So I will close this as a duplicate.