Skip to content
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

get_ballances의 잦은 None 반환. TypeError, NameError #15

Open
kiJu2 opened this issue Mar 5, 2021 · 3 comments
Open

get_ballances의 잦은 None 반환. TypeError, NameError #15

kiJu2 opened this issue Mar 5, 2021 · 3 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@kiJu2
Copy link

kiJu2 commented Mar 5, 2021

안녕하세요 ?
본 오픈소스를 유용하게 잘 사용하고 있습니다.
그런데, get_ballances를 0.1초마다 호출하는 데에 TypeError 빈도수가 높은 현상을 발견했습니다. 또한 NameError도 출력 되네요.

_send_get_request의 Exceptio 내용은 다음과 같습니다.

  • send get request failed JSONDecodeError

이게, API 과요청으로 인한 에러인가 확인하려고 Upbit API로 같은 로직에서 호출해보았는데, 이러한 에러는 발견되지 않았습니다.

@Codejune
Copy link

Codejune commented Apr 30, 2021

_call_public_api 함수에서 수신받은 데이터의 패킷 헤더에서 code를 참조해보시면 업비트측에서 응답한 오류 코드를 확인 하실 수 있습니다. 해당 코드를 알려주세요. 429의 경우 요청횟수 초과입니다.

@brayden-jo
Copy link
Collaborator

pyupbit 내부에서 request 에러가 나면 안쪽에서 잠시 쉬었다가 request 하는 부분 때문인 것으로 예상합니다. 이런 부분을 사용하지 않도록 변경 중에 있습니다.

@mr-yoo mr-yoo assigned mr-yoo and brayden-jo and unassigned mr-yoo May 5, 2021
@mr-yoo
Copy link
Collaborator

mr-yoo commented May 5, 2021

@brayden-jo
retry하는 부분을 제거했습니다.

에러 처리하는 로직을 마무리 해주세요.

@mr-yoo mr-yoo added bug Something isn't working enhancement New feature or request labels May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants