datasetu/vermillion

Scroll api- Getting 500 response when queried same request again

vasanth096 opened this issue · 1 comments

image
Steps to reproduce:

  • Get the scroll id from the search request of a public geospatial query
  • In the search/scroll api, pass the scroll id and duration
  • Generate a token and pass it as a param and send the request
  • There is a 200 ok response.
  • When the same request is fired again, its giving a 500 as show in image.

Fixed in #228