게시글
질문&답변
2023.01.31
nest new aaa 설치 오류 문제 npx도 안돼요
휴대폰도 kt를 사용중이라 다른 방법을 찾던 중 아래의 해결책을 발견했습니다. https://velog.io/@librarian/ts-jest-%EC%84%A4%EC%B9%98-%EC%95%88%EB%90%98%EB%8A%94-%ED%98%84%EC%83%81
- 4
- 3
- 2.7K
질문&답변
2023.01.02
openWeatheAPI Unauthorized 오류 해결 공유(수정)
학습중 401 에러가 발생하였고, 위의 방법으로 시도했으나 해결이 되지 않았습니다.FAQ를 참고해보니, 아마도 신규 계정 생성시에는 active 되는데 어느정도 시간이 걸리는 것 같습니다.실습 중 해당 오류가 발생하면, 최소 1시간 정도 지난 후 다시 시도해보시기 바랍니다.https://openweathermap.org/faq#error401You can get the error 401 in the following cases:You did not specify your API key in API request.Your API key is not activated yet. Within the next couple of hours, it will be activated and ready to use.(API 키가 아직 활성화되지 않았습니다. 앞으로 몇 시간 내에 활성화되어 사용할 준비가 됩니다.)You are using wrong API key in API request. Please, check your right API key in personal account.You are using a Free subscription and try requesting data available in other subscriptions . For example, 16 days/daily forecast API, any historical weather data, Weather maps 2.0, etc). Please, check your subscription in your personal account.
- 12
- 5
- 2.4K