8000 Hofix: openai 429 에러를 해결한다 by guesung · Pull Request #18 · guesung/Web-Memo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Hofix: openai 429 에러를 해결한다 #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 15, 2024

Conversation

guesung
Copy link
Owner
@guesung guesung commented Sep 15, 2024

PR의 목적

image
image

openai의 429에러를 해결합니다.

작업 목록

원인은 useEffect 내 의존성 배열에 fetch함수를 넣어 fetch함수 선언 -> useEffect 내부 실행 -> fetch 함수 선언 ..이 반복되던 것이었습니다. 이에 따라 useEffect 내 의존성 배열에서 fetch함수를 제거하였습니다.

@guesung guesung force-pushed the hotfix/fix-the-openai-429-error branch from c078194 to a6094e7 Compare September 15, 2024 02:14
@guesung guesung self-assigned this Sep 15, 2024
@guesung guesung merged commit ffedccb into master Sep 15, 2024
2 checks passed
@guesung guesung deleted the hotfix/fix-the-openai-429-error branch September 15, 2024 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0