카테고리 없음

GPT API 호출 오류 | Error calling OpenAI API: Error [AxiosError]: Request failed with status code 429 at async POST

순코딩 2025. 2. 25. 15:46
Error calling OpenAI API: Error [AxiosError]: Request failed with status code 429    at async POST 

필자는 위와 같은 에러 코드를 얻었다.

해당 코드는 너무 많은 요청을 보낼 수 없다는 에러 메시지인데 필자는 API 요청을 처음 보내보는 상황이었다.

 

ㄹㅇ 한번도 안썼음

 

아래 글을 통해 결제 수단 등록 전에 API 키를 생성해 요청하기 때문에 위와 같은 오류를 발생한 것을 알게되었다.

https://stackoverflow.com/questions/75041580/openai-api-giving-error-429-too-many-requests

 

OpenAI API giving error: 429 Too Many Requests

I am trying to make a request to the openai API with the following code in express nodeJS: import { Configuration, OpenAIApi } from "openai"; const configuration = new Configuration({

stackoverflow.com

 

돈 내니까 잘 작동했다.

휴...에러코드에 돈 안 냈다고 띄워줘 그럼...