ErlangError: Erlang error: "Elixir.CodeFundWeb.UpdateImpressionGeolocationWorker#perform/1"
Closed this issue · 1 comments
coderberry commented
View details in Rollbar: https://rollbar.com/codefund/codefund-prod/items/3/
Traceback (most recent call last):
File "inet_parse.erl", line 662, in :inet_parse.ipv6_addr/3 (kernel)
File "inet_parse.erl", line 631, in :inet_parse.ipv6strict_address/1 (kernel)
File "/tmp/build_cb69d084e0bf6879e5809392a5e50696/deps/hackney/src/hackney_url.erl", line 86, in :hackney_url.normalize/2 (hackney)
File "/tmp/build_cb69d084e0bf6879e5809392a5e50696/deps/hackney/src/hackney.erl", line 291, in :hackney.request/5 (hackney)
File "lib/httpoison/base.ex", line 439, in HTTPoison.Base.request/9 (httpoison)
File "lib/geoip/lookup.ex", line 17, in GeoIP.Lookup.lookup/1 (geoip)
File "lib/code_fund_web/workers/update_impression_geolocation_worker.ex", line 8, in CodeFundWeb.UpdateImpressionGeolocationWorker.perform/1 (code_fund)
File "lib/exq/worker/server.ex", line 141, in anonymous fn/4 in Exq.Worker.Server.dispatch_work/3 (exq)
ErlangError: Erlang error: "Elixir.CodeFundWeb.UpdateImpressionGeolocationWorker#perform/1"
StareIntoTheBeard commented
@coderberry This error was logged because the impression geolocation worker wasn't able to find a geolocation for the IP address. Do we know what the root cause of this might be?