You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I don't provide a URL with an "http://" prefix, I get a NullReferenceException.
This is not relevant for udp.
Using version 2.5.
The problem is in InfluxDBImpl: return InetAddress.getByName(HttpUrl.parse(url).host());