Open Issues Need Help
View All on GitHub NumberFormatException in PingCommand about 2 hours ago
AI Summary: A `NumberFormatException` is occurring in the `PingCommand` when attempting to parse a port number from command arguments. The error "For input string: "[25573]"" indicates that the port argument is being passed with square brackets, which prevents `Integer.parseInt()` from successfully converting it to an integer. This suggests an issue with how the port argument is formatted before parsing.
Complexity:
1/5
good first issue