Getting error from Axios

Hi, I am following the sample code from langchain site https://js.langchain.com/docs/modules/indexes/document_loaders/examples/web_loaders/apify_dataset and I am getting into
[Nest] 18014  - 05/31/2023, 9:03:45 PM   ERROR [ExceptionsHandler] Request failed with status code 400
Error: Request failed with status code 400
    at createError (/Users/adamsobotka/Develop/apifipt/node_modules/.pnpm/axios@0.26.1/node_modules/axios/lib/core/createError.js:16:15)
    at settle (/Users/adamsobotka/Develop/apifipt/node_modules/.pnpm/axios@0.26.1/node_modules/axios/lib/core/settle.js:17:12)
    at IncomingMessage.handleStreamEnd (/Users/adamsobotka/Develop/apifipt/node_modules/.pnpm/axios@0.26.1/node_modules/axios/lib/adapters/http.js:322:11)
    at IncomingMessage.emit (node:events:523:35)
    at endReadableNT (node:internal/streams/readable:1367:12)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)
error. Any idea what could be wrong?
This guide shows how to use Apify with LangChain to load documents from an Apify Dataset.
Was this page helpful?