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
{{ message }}
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.
Plugin works for many email addresses but there are several producing errors. Here is one example.
calling this:
person = FullContact.person(email: '[email protected]')
produces this:
.rvm/gems/ruby-2.4.1/gems/fullcontact-0.18.0/lib/faraday/response/fullcontact_errors.rb:12:in on_complete': GET https://api.fullcontact.com/v2/person.json?apiKey=EPBLFrAaubnSB11Pe4T7W2ay6LoBfr9I&email=alostengineer%40users.noreply.github.com: 404 (FullContact::NotFound) from /Users/rd/.rvm/gems/ruby-2.4.1/gems/faraday-0.11.0/lib/faraday/response.rb:9:in block in call'
from /Users/rd/.rvm/gems/ruby-2.4.1/gems/faraday-0.11.0/lib/faraday/response.rb:61:in on_complete' from /Users/rd/.rvm/gems/ruby-2.4.1/gems/faraday-0.11.0/lib/faraday/response.rb:8:in call'
from /Users/rd/.rvm/gems/ruby-2.4.1/gems/faraday_middleware-0.12.2/lib/faraday_middleware/response_middleware.rb:31:in call' from /Users/rd/.rvm/gems/ruby-2.4.1/gems/faraday-0.11.0/lib/faraday/response.rb:8:in call'
from /Users/rd/.rvm/gems/ruby-2.4.1/gems/faraday-0.11.0/lib/faraday/response.rb:8:in call' from /Users/rd/.rvm/gems/ruby-2.4.1/gems/faraday-0.11.0/lib/faraday/request/url_encoded.rb:15:in call'
from /Users/rd/.rvm/gems/ruby-2.4.1/gems/faraday-0.11.0/lib/faraday/rack_builder.rb:139:in build_response' from /Users/rd/.rvm/gems/ruby-2.4.1/gems/faraday-0.11.0/lib/faraday/connection.rb:377:in run_request'
from /Users/rd/.rvm/gems/ruby-2.4.1/gems/faraday-0.11.0/lib/faraday/connection.rb:140:in get' from /Users/rd/.rvm/gems/ruby-2.4.1/gems/fullcontact-0.18.0/lib/fullcontact/request.rb:17:in request'
from /Users/rd/.rvm/gems/ruby-2.4.1/gems/fullcontact-0.18.0/lib/fullcontact/request.rb:6:in get' from /Users/rd/.rvm/gems/ruby-2.4.1/gems/fullcontact-0.18.0/lib/fullcontact/client/person.rb:15:in person'
from /Users/rd/.rvm/gems/ruby-2.4.1/gems/fullcontact-0.18.0/lib/fullcontact.rb:23:in `method_missing'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Plugin works for many email addresses but there are several producing errors. Here is one example.
calling this:
person = FullContact.person(email: '[email protected]')
produces this:
.rvm/gems/ruby-2.4.1/gems/fullcontact-0.18.0/lib/faraday/response/fullcontact_errors.rb:12:in
on_complete': GET https://api.fullcontact.com/v2/person.json?apiKey=EPBLFrAaubnSB11Pe4T7W2ay6LoBfr9I&email=alostengineer%40users.noreply.github.com: 404 (FullContact::NotFound) from /Users/rd/.rvm/gems/ruby-2.4.1/gems/faraday-0.11.0/lib/faraday/response.rb:9:in
block in call'from /Users/rd/.rvm/gems/ruby-2.4.1/gems/faraday-0.11.0/lib/faraday/response.rb:61:in
on_complete' from /Users/rd/.rvm/gems/ruby-2.4.1/gems/faraday-0.11.0/lib/faraday/response.rb:8:in
call'from /Users/rd/.rvm/gems/ruby-2.4.1/gems/faraday_middleware-0.12.2/lib/faraday_middleware/response_middleware.rb:31:in
call' from /Users/rd/.rvm/gems/ruby-2.4.1/gems/faraday-0.11.0/lib/faraday/response.rb:8:in
call'from /Users/rd/.rvm/gems/ruby-2.4.1/gems/faraday-0.11.0/lib/faraday/response.rb:8:in
call' from /Users/rd/.rvm/gems/ruby-2.4.1/gems/faraday-0.11.0/lib/faraday/request/url_encoded.rb:15:in
call'from /Users/rd/.rvm/gems/ruby-2.4.1/gems/faraday-0.11.0/lib/faraday/rack_builder.rb:139:in
build_response' from /Users/rd/.rvm/gems/ruby-2.4.1/gems/faraday-0.11.0/lib/faraday/connection.rb:377:in
run_request'from /Users/rd/.rvm/gems/ruby-2.4.1/gems/faraday-0.11.0/lib/faraday/connection.rb:140:in
get' from /Users/rd/.rvm/gems/ruby-2.4.1/gems/fullcontact-0.18.0/lib/fullcontact/request.rb:17:in
request'from /Users/rd/.rvm/gems/ruby-2.4.1/gems/fullcontact-0.18.0/lib/fullcontact/request.rb:6:in
get' from /Users/rd/.rvm/gems/ruby-2.4.1/gems/fullcontact-0.18.0/lib/fullcontact/client/person.rb:15:in
person'from /Users/rd/.rvm/gems/ruby-2.4.1/gems/fullcontact-0.18.0/lib/fullcontact.rb:23:in `method_missing'
The text was updated successfully, but these errors were encountered: