문의 시, 사용하시는 개발환경과 디벨로퍼스 앱ID를 알려주세요.
앱 아이디 1226348, 테스트 앱 아이디는 ID 1226372 이고 node.js로 개발 중입니다.
앱에 친구등록이 2명이 있는데 데이터를 잘 가져오다가 어제 밤부터 가져 오지 못합니다.
response를 찍어보면 200으로 나오는데 elements와 total_count를 못 가져옵니다.
확인 부탁 드립니다.
[2025/04/28 12:03:29.044] #######response Response {
status: 200,
statusText: 'OK',
headers: Headers {
date: 'Mon, 28 Apr 2025 03:03:29 GMT',
server: 'Apache',
'access-control-allow-origin': '*',
'access-control-allow-methods': 'GET, POST, PUT, DELETE, OPTIONS',
'access-control-allow-headers': 'Content-Type,X-Requested-With,Accept,Authorization,Origin,KA,Cache-Control,Pragma',
'x-request-id': '43628222-7a96-4bcc-a0de-6483ee013638',
'quota-type': 'INC_AND_CHECK',
'content-type': 'application/json;charset=UTF-8',
'content-length': '67',
'keep-alive': 'timeout=10, max=500',
connection: 'Keep-Alive'
},
body: ReadableStream { locked: false, state: 'readable', supportsBYOB: true },
bodyUsed: false,
ok: true,
redirected: false,
type: 'basic',
url: 'https://kapi.kakao.com/v1/api/talk/friends?friend_order=favorite&limit=100&order=asc&offset=0'
}
[2025/04/28 12:03:29.045] #######result.elements undefined
[2025/04/28 12:03:29.045] #######result.total_count undefined