강의

멘토링

로드맵

Inflearn brand logo image

인프런 커뮤니티 질문&답변

jueti04님의 프로필 이미지
jueti04

작성한 질문수

노코드 자동화 입문부터 실전까지: n8n 완전정복 (한국 최초 n8n 앰버서더 직강)

HTTP Request 이해하기

HTTP Request 강좌 중 openAI API 실행 중 Error

해결된 질문

작성

·

95

0

 

문제 / 오류 / 질문에 대해 설명해 주세요

HTTP Request 강좌를 따라하는 중에 12:30 즘에서 openAI API를 입력하고 Test step을 눌렀습니다. 하지만, 다과 같은 에러가 작성하였습니다.

오류 메시지가 있다면 작성해 주세요

The service is receiving too many requests from you

You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.

{

"errorMessage": "The service is receiving too many requests from you",

"errorDescription": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.",

"errorDetails": {

"rawErrorMessage": [

"Try spacing your requests out using the batching settings under 'Options'"

],

"httpCode": "429"

},

"n8nDetails": {

"nodeName": "HTTP Request",

"nodeType": "n8n-nodes-base.httpRequest",

"nodeVersion": 4.2,

"itemIndex": 0,

"time": "2025. 5. 21. 오후 9:12:44",

"n8nVersion": "1.93.0 (Self Hosted)",

"binaryDataMode": "default",

"stackTrace": [

"NodeApiError: The service is receiving too many requests from you",

" at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js:615:21)",

" at processTicksAndRejections (node:internal/process/task_queues:95:5)",

" at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:696:27)",

" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:930:51",

" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:1266:20"

]

}

}

사용 중인 워크플로우를 공유해 주세요

HTTP Request 강좌 실습 중

 

n8n 설치 정보 안내

 

  • n8n 버전: 1.93.0

  • 데이터베이스 종류 (기본값: SQLite):

  • n8n 실행 프로세스 설정 (기본값: own, main):

  • n8n 실행 방식 (예: Docker, npm, n8n cloud, 데스크탑 앱 등): Docker

  • 운영 체제: Win 11 Pro

     

답변 1

0

데이터팝콘님의 프로필 이미지
데이터팝콘
지식공유자

안녕하세요! 해당 에러는 아마도 Payment(결제카드)를 등록하지 않아서 발생한 이슈일 거에요. 카드 등록을 하시고 최소금액(아마도 $5)이 충전이 되어있는지 확인해보시겠어요?https://platform.openai.com/settings/organization/billing/payment-methods

jueti04님의 프로필 이미지
jueti04

작성한 질문수

질문하기