miurla/babyagi-ui

"url":"https://serpapi.com/search"},"code":"ERR_BAD_REQUEST","status":401

findigital opened this issue · 6 comments

Error Message - using Vercel for deployment.

I updated the .env file and entered a working API key for SerpAPI (I know it works since I'm using it for another project). Did I miss somewhere else to configure Serp?

{"message":"Request failed with status code 401","name":"AxiosError","stack":"AxiosError: Request failed with status code 401\n at settle (file:///var/task/node_modules/axios/lib/core/settle.js:19:12)\n at IncomingMessage.handleStreamEnd (file:///var/task/node_modules/axios/lib/adapters/http.js:570:11)\n at IncomingMessage.emit (node:events:525:35)\n at endReadableNT (node:internal/streams/readable:1359:12)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)","config":{"transitional":{"silentJSONParsing":true,"forcedJSONParsing":true,"clarifyTimeoutError":false},"adapter":["xhr","http"],"transformRequest":[null],"transformResponse":[null],"timeout":0,"xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN","maxContentLength":-1,"maxBodyLength":-1,"env":{},"headers":{"Accept":"application/json, text/plain, /","User-Agent":"axios/1.4.0","Accept-Encoding":"gzip, compress, deflate, br"},"params":{"engine":"google","q":"Research the impact of Generative AI on Retail/eCommerce","num":5},"method":"get","url":"https://serpapi.com/search"},"code":"ERR_BAD_REQUEST","status":401}
Screen Shot 2023-05-18 at 12 37 19 AM

It seems that the authentication for SerpAPI is failing. In Vercel, you need to set the values in the environment-variables in the settings, not in the env file. Have you set that up? Also, please check if there are any errors in the key.

https://vercel.com/{your_team}/{project_name}/settings/environment-variables

Like this? @miurla

Screen Shot 2023-05-18 at 10 57 28 AM

Looks good. Did it not work well with this?
If the API is deployed and running, you can run the following command in the terminal to check if the search is working properly.

curl -X POST -H "Content-Type: application/json" -d '{"query":"babyagi"}' https://{project_name}.vercel.app/api/tools/search

Yes I'm getting good searches thanks!

Screen Shot 2023-05-18 at 12 34 00 PM

I'm glad! Please enjoy BabyAGI.
We look forward to your feedback.