FormatException when trying to pass in Basic-Auth credentials
FormatException: Invalid radix-10 number (at character 1) [email protected] ^
#0 int._handleFormatError (dart:core-patch/integers_patch.dart:126:5)
#1 int._parseRadix (dart:core-patch/integers_patch.dart:152:16)
#2 int._parse (dart:core-patch/integers_patch.dart:98:12)
#3 int.parse (dart:core-patch/integers_patch.dart:60:12)
#4 new ServerInfo (package:linkcheck/src/server_info.dart:47:19)
#5 crawl.
I had run it with .pub-cache/bin/linkcheck http://myusername:[email protected] not knowing any other way to have it work with a site requiring Basic-Auth. Interesting that it ate the username before giving up looking for (I gather) a port number. This is the old, old URL format user:password@host[:port].