etsy / oculus

The metric correlation component of Etsy's Kale system
http://codeascraft.com/2013/06/11/introducing-kale/
Other
707 stars 72 forks source link

NoMethodError #18

Closed mrerik92101 closed 9 years ago

mrerik92101 commented 9 years ago

When I attempt to search for a metric by name, I get this error:

NoMethodError at /search undefined method `fingerprint' for nil:NilClass /opt/oculus/helpers/elasticsearch.rb in get_fingerprint

  1. @client.get(name).fingerprint /opt/oculus/oculusweb.rb in block in class:Oculusweb
  2. @fingerprint = @elasticsearch_helper.get_fingerprint(@formatted_query)

Could this be a bug, or a configuration issue?

When I search via Drawn Query, the result is "Your search didn't match any saved collections."

mrerik92101 commented 9 years ago

Never mind, this seems to be because I had OCULUS_HOST blank on my Skyline server.