Inflearn brand logo image

Inflearn Community Q&A

tye04's profile image
tye04

asked

No-Code Automation from Basics to Practice: Complete Mastery of n8n (Direct Instruction by Korea's First n8n Ambassador)

Understanding HTTP Requests

HTTP Request 강좌 중 openAI API 실행 중 Error

Resolved

Written on

·

94

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

     

업무-생산성n8nchatgptllmopenai_api

Answer 1

0

datapopcorn님의 프로필 이미지
datapopcorn
Instructor

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

tye04's profile image
tye04

asked

Ask a question