OpenCageData / scala-opencage-geocoder

Scala client for the OpenCage forward/reverse geocoding API
Other
4 stars 2 forks source link

Demo app not working #2

Closed armandsss closed 1 year ago

armandsss commented 6 years ago

Demo app provided in OpenCageClientForwardDemoApp.scala does not seem to be working.

When I try to run: sbt run -q "Brandenburg Gate" -k "MY-API-KEY"

I am receiving following error all the time:

Running com.github.nmdguerreiro.opencage.geocoder.OpenCageClientForwardDemoApp Error: Missing option --query Error: Missing option --key OpenCageClientApp 0.1 Usage: OpenCageClientApp [options] -q, --query <value> the query you want issue -k, --key <value> your authentication key Exception: sbt.TrapExitSecurityException thrown from the UncaughtExceptionHandler in thread "run-main-0" java.lang.RuntimeException: Nonzero exit code: 1 at scala.sys.package$.error(package.scala:27) [trace] Stack trace suppressed: run last compile:run for the full output. [error] (compile:run) Nonzero exit code: 1 [error] Total time: 1 s, completed Jul 10, 2018 12:04:19 PM

Any ideas what could be wrong ? Seems that provided query & key does not want to parse.

tsamaya commented 1 year ago

Hi, it works for me using:

sbt "runMain com.github.nmdguerreiro.opencage.geocoder.OpenCageClientForwardDemoApp --query \"Brandenburg Gate\" --key \"MY-API-KEY\""

the example is in this repository https://github.com/tsamaya/opencage-scala-client-example