wso2-extensions / siddhi-execution-geo

Apache License 2.0
0 stars 23 forks source link

Geocoder request failed with a response of: OVER_QUERY_LIMIT #47

Open GANGANI opened 6 years ago

GANGANI commented 6 years ago

Description: I'm using geocode stream function to get latitude longitude values of a given location. After running the siddhi application few times, the following error was encountered. screenshot from 2018-10-16 09-46-03

Affected Product Version: SP-4.3.0

OS, DB, other environment details and versions:
OS: Ubuntu 16.04

Steps to reproduce:

  1. Here is the siddhi application that I've tried.
  2. To set up the siddhi application follow the below instructions 2.1 Configure Geo-location Based Statistics to use FindCityFromIp fuction 2.2 To use the siddhi-gpl extension for distance function you have to add the component jar in to the /lib directory.
  3. Start and run the siddhi application
niveathika commented 6 years ago

@GANGANI, As of the current implementation, the extension access the public API which has a query limit restriction that's why the issue was seen.