dracoapi / dracowalker

MIT License
2 stars 3 forks source link

API request quota exceeded? #16

Closed mitviet1 closed 6 years ago

mitviet1 commented 6 years ago

Just wonder if the error below indicates this is something a user running the bot would need to do or is it just because too many people using the same API in this repository.
" Error: You have exceeded your daily request quota for this API. We recommend registering for a key at the Google Developers Console: https://console.developers.google.com/apis/credentials?project=_ at StopRouter.generateWaypoint (C:\Users\Tony Dao\dracowalker\bin\lib\router\BaseRouter.js:27:23) at at process._tickCallback (internal/process/next_tick.js:160:7) "

niicojs commented 6 years ago

It's because you need to create a google key to use google directions, in order to walk aonly on roads.
See doc here: https://github.com/dracoapi/dracowalker/wiki/Google-Maps

You can also disable it through:

behavior:
  followroads: false
mitviet1 commented 6 years ago

Thanks. I created and activated the API key but somehow when I put the command line: key=API_KEY in the config.yaml file then it always give me syntax err when starting the bot. I am not very familiar w/ this so not sure if I am doing it correctly here or not. Also all day today I can't restarted the bot as each time I got this error messages below when starting the bot w/ this command: node ./bin/app.js . So wonder if you know what the issue is. Thanks again.

20:53:38 - info: App starting... 20:53:38 - info: go to http://ui.dracoapi.ml/ for ui 20:53:38 - debug: Socket server listening at 8000 20:53:38 - debug: Ping server... 20:53:39 - error: Error: Error from server: 409 - Conflict at Client.call (C:\Users\StarTraveller\dracowalker\node_modules\draconode\bin\index.js:141:19) at at process._tickCallback (internal/process/next_tick.js:160:7) 20:53:39 - error: Exiting.

On Thu, Dec 21, 2017 at 3:50 PM, niico notifications@github.com wrote:

Closed #16 https://github.com/dracoapi/dracowalker/issues/16.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dracoapi/dracowalker/issues/16#event-1398673967, or mute the thread https://github.com/notifications/unsubscribe-auth/Ag7Byc4W7KWcYRXFsG1UoEGyRySdVqSjks5tCsSSgaJpZM4RKQsE .

niicojs commented 6 years ago

It's:

gmapKey: abcdef_XYZWG
mitviet1 commented 6 years ago

Thanks so much. I Still can't start the bot due to the error below. Is that something from the code/server itself?

C:\Users......\dracowalker>node ./bin/app.js 08:54:43 - info: App starting... 08:54:43 - info: go to http://ui.dracoapi.ml/ for ui 08:54:43 - debug: Socket server listening at 8000 08:54:43 - debug: Ping server... 08:54:43 - error: Error: Error from server: 409 - Conflict at Client.call (C:\Users......\dracowalker\node_modules\draconode\bin\index.js:141:19) at at process._tickCallback (internal/process/next_tick.js:160:7) 08:54:43 - error: Exiting.

On Sat, Dec 23, 2017 at 4:08 AM, niico notifications@github.com wrote:

It's:

gmapKey: abcdef_XYZWG

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dracoapi/dracowalker/issues/16#issuecomment-353715520, or mute the thread https://github.com/notifications/unsubscribe-auth/Ag7ByR9kXxT6xA8RnM9sTwBWKjSJt8frks5tDMMngaJpZM4RKQsE .

niicojs commented 6 years ago

Try to update everything