You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
예제에 있는
const result = await school.search(School.Region.GYEONGGI, '광명경영회계고')
school.init(School.Type.HIGH, School.Region.GYEONGGI, result[0].schoolCode) 이것을
const result = await school.search(School.Region.KANGWON, '양구고등학교')
school.init(School.Type.HIGH, School.Region.KANGWON, 'K100000454') 이렇게 바꿨는데
(node:62904) UnhandledPromiseRejectionWarning: Error: 서비스 처리에 실패했습니다.
at /Users/mac/Desktop/programing/nodeJS/node_modules/school-kr/dist/school.js:137:17
at process._tickCallback (internal/process/next_tick.js:68:7)
이런 오류가 나옵니다. 혹시 API오류인가요? 제 개발환경 문제인가요??
The text was updated successfully, but these errors were encountered:
예제에 있는
const result = await school.search(School.Region.GYEONGGI, '광명경영회계고')
school.init(School.Type.HIGH, School.Region.GYEONGGI, result[0].schoolCode) 이것을
const result = await school.search(School.Region.KANGWON, '양구고등학교')
school.init(School.Type.HIGH, School.Region.KANGWON, 'K100000454') 이렇게 바꿨는데
(node:62904) UnhandledPromiseRejectionWarning: Error: 서비스 처리에 실패했습니다.
이런 오류가 나옵니다. 혹시 API오류인가요? 제 개발환경 문제인가요??
The text was updated successfully, but these errors were encountered: