Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

간헐적 로그인 오류 #7

Open
SnowSuno opened this issue Jun 22, 2021 · 2 comments
Open

간헐적 로그인 오류 #7

SnowSuno opened this issue Jun 22, 2021 · 2 comments

Comments

@SnowSuno
Copy link
Member

Client에서 __login()시 간헐적으로 check_in_data에 'host' 키가 없는 경우가 있음 ( KeyError('host') )

.\kakaopy\client.py, line 207

self.__stream_reader, self.__stream_writer = await asyncio.open_connection(
    check_in_data["host"], int(check_in_data["port"]))
@SnowSuno
Copy link
Member Author

__login().\kakaopy\check_in.pyget_check_in_data()가 실행될 때 카카오 서버에서 -203 response를 보내게 되는 경우가 있으며, 이 경우 발생

@SnowSuno
Copy link
Member Author

203 response를 보내게 되는 경우에도 카카오톡의 [기기 로그인 알림]은 오는 것을 확인할 수 있음

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant