-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Lookup(), BulkLookup(), and Lookup(culture) all fail with a JsonException because the ipdata.co API returns the count field as a JSON string (e.g. "213586") but IPLookupResult.Count is typed as Int32. System.Text.Json strict mode can't convert string → int, so deserialization throws on every response.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels