google-it icon indicating copy to clipboard operation
google-it copied to clipboard

Not working with ubuntu

Open MrEgyptian opened this issue 1 year ago • 0 comments

Version of google-it If you have it installed globally, please run npm list google-it -g in your command prompt of choice, and that should result in an output that looks like this:

└── [email protected]

If you don't have it installed globally, simply remove the -g flag from that command.

Versions of npm and node Please run npm --version and node --version and paste in the results. npm --version 9.5.0

node -v v19.7.0

Describe the bug A clear and concise description of what the bug is. At a minimum, please include you how used the google-it library (either on command line or within a node program). Not working on ubuntu (I can access google using the same IP address )

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem. image

Additional context Add any other context about the problem here. ubuntu@mregyptian ~> google-it --query="Latvian unicorn" ⠙ Loading results

Error: Error in response: statusCode 429. To see the raw response object, please include the 'diagnostics: true' as part of the options object (or -d if using command line) at /usr/local/lib/node_modules/google-it/lib/googleIt.js:267:16 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) ⠸ Loading results⏎ ubuntu@mregyptian ~ [SIGINT]> google-it --query="Latvian unicorn" -d ⠹ Loading results

ubuntu@mregyptian ~> google-it -d --query="Latvian unicorn" ⠼ Loading results

ubuntu@mregyptian ~> ubuntu@mregyptian ~> google-it -d --query="Latvian unicorn" ⠹ Loading results

ubuntu@mregyptian ~> google-it --query="Latvian unicorn" ⠸ Loading results

Error: Error in response: statusCode 429. To see the raw response object, please include the 'diagnostics: true' as part of the options object (or -d if using command line) at /usr/local/lib/node_modules/google-it/lib/googleIt.js:267:16 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) ⠙ Loading results⏎

MrEgyptian avatar Jun 25 '23 15:06 MrEgyptian