Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reverse-geocode error #14

Open
coyotespike opened this issue Aug 6, 2015 · 0 comments
Open

reverse-geocode error #14

coyotespike opened this issue Aug 6, 2015 · 0 comments

Comments

@coyotespike
Copy link

After requiring [factual/factual-clojure-driver "1.5.2"], in my repl I then ran:
(require '[factual.api :as fact]), and then (fact/factual) with my information.

When I ran (fact/reverse-geocode 34.06021,-118.41828), I got the error message: IllegalStateException Attempting to call unbound fn: #'slingshot.support/throw-context clojure.lang.Var$Unbound.throwArity (Var.java:43).

In addition, (fact/multi {:query1 {:api fact/reverse-geocode* :args [34.06021 -118.41828]}}) produces the error:

{"query1" {"version" 3, "status" "error", "error_type" "Auth", "message" "Geocode has been superseded by geotag. Please refer to http://developer.factual.com/api-docs-v4/#Geotag"}}

Thanks for any help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant