# 에러노트

112개의 포스트

[JS] 'await' expressions are only allowed within async functions and at the top levels of modules.

'await' expressions are only allowed within async functions and at the top levels of modules 에러를 해결하자

5일 전
·
0개의 댓글
·

[TS] Element implicitly has an 'any' type because expression of type 'string' can't be used to index.

Element implicitly has an 'any' type because expression of type 'string' can't be used to index 에러를 해결하자

5일 전
·
0개의 댓글
·

[Python] TypeError: 'str' object does not support item assignment.

TypeError: 'str' object does not support item assignment 에러를 해결하자

2023년 9월 25일
·
0개의 댓글
·

[Python] TypeError: 'float' object is not callable.

TypeError: 'float' object is not callable 에러를 해결하자

2023년 9월 20일
·
0개의 댓글
·

[Python] /bin/sh: python: command not found vscode.

/bin/sh: python: command not found vscode 에러를 해결하자

2023년 9월 17일
·
0개의 댓글
·

unable to resolve module ..

module 하나를 삭제하라고 떠서 삭제하면 다른 모듈이 뜸그냥 모듈을 통으로 날림 (rm -rf node_modules)npm ci 하면 삭제되었던 node_modules 생기고 정상작동 됨

2023년 7월 12일
·
0개의 댓글
·

cocoapods 버전 업데이트

cocoapods 지우기sudo gem uninstall cocoapodssudo gem uninstall cocoapods-coresudo gem uninstall cocoapods-downloadersudo gem uninstall cocoapods-deintegr

2023년 7월 12일
·
0개의 댓글
·

빌드 실패.. 정리

명령어• npm ci• pod install• sudo arch -x86_64 gem install ffi• arch -x86_64 pod install에러 메세지 error Failed to build iOS project. We ran "xcodebuild" co

2023년 7월 12일
·
0개의 댓글
·

[에러노트] Out of memory. unable to create native thread: possibly out of memory or process/resource limits reached

간혹 프로젝트 하다보면 메모리 부족이라며 한번씩 이 에러가 발생한다. 매번 발생할때마다 임시로 을 이용하여 임시로 했던 기억이 있는데 매번 하기 귀찮아 영구적으로 변경하는 방법을 찾았다.시스템 리소스 제한에 도달하여 새로운 네이티브 스레드를 생성할 수 없을 때 발생합니

2023년 7월 6일
·
0개의 댓글
·

[에러노트]failed to lazily initialize a collection of role: study.wonyshop.user.entity.User.orders, could not initialize proxy - no Session

1. 발생 상품등록 api 테스트 할때 생긴 에러 2. 코드 3. 원인 Hibernate에서는 연관관계를 지연로딩으로 설정 할 수 있는데 , 이는 연관된 엔티티의 데이터를 실제로 사용할때 까지 로딩을 지연시키는 기능이다. 하지만 연관된 엔티티의 데이터를 사용하는

2023년 7월 6일
·
0개의 댓글
·
post-thumbnail

[에러] Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65.

ios 알람 어플을 다운받고 빌드하고 나서 다음과 같은 에러를 만났다.Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs

2023년 7월 6일
·
0개의 댓글
·

[에러노트 : 스프링] org.springframework.web.servlet.view.BeanNameViewResolver] No matching bean found for view name

log 상에서 matching bean이 없다고 해서 java 파일들을 열심히 뒤졌는데, 문제는 html 상 javascript에 문제가 있어서 그냥 페이지가 넘어가지 않았던거였다. 너무 허무했다. \--> js 링크가 첨부되어 있지 않아서 jQuery가 안먹혔던것이런

2023년 7월 5일
·
0개의 댓글
·
post-thumbnail

[에러] 깃 체크아웃 및 스위치가 안됨 : Your local changes to the following files would be overwritten by checkout

git swich\~~ 명령어를 입력했는데 다음과 같은 에러가 뜬다.git restore .위 명령어를 사용한다git restore .은 현재 디렉토리의 모든 파일을 복원하는 명령어로사용하면 swhich가 잘 된다

2023년 7월 5일
·
0개의 댓글
·

[에러] xcode에서 React Native프로젝트가 안열리는 현상 (Could not open file 에러)

xcode에서 프로젝트를 여니 아래와 같은 창이 뜨며 열리지 않았다.RN폴더를 선택하는 것이 아니라 더 들어가서 ios 폴더를 선택하면 열린다!

2023년 7월 5일
·
0개의 댓글
·

[에러노트] 프록시 객체 일 경우 직렬화를 지원하지 않아 생기는 에러

상품 조회 api 구현 후 테스트 할때 생긴 에러이다. 프록시 객체는 기본적으로 직렬화(Serialization)을 지원하지 않습니다.주어진 오류 내용에서 알 수 있는 것은 Jackson 라이브러리가 org.hibernate.proxy.pojo.bytebuddy.By

2023년 7월 4일
·
0개의 댓글
·
post-thumbnail

[에러] Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

https://stackoverflow.com/questions/37500205/react-native-appinstalldebug-failed여기에 나와있는 방법으로입력또 에러 발생똑같은 에러고 해결이 안된 것 같다.검색해보니 다른 해결방법 찾음\[해결] D

2023년 7월 4일
·
0개의 댓글
·
post-thumbnail

[에러노트] nested exception is io.lettuce.core.RedisCommandExecutionException: ERR string exceeds maximum allowed size (proto-max-bulk-len)

로그인 로그아웃 구현 후 레디스 캐싱 적용을 하고서 다시 로그인을 하였더니 발생한 에러이다 .이 에러는 Redis 서버에서 문자열이 최대 허용 크기를 초과했을 때 발생하는 에러이다. Redis의 proto-max-bulk-len 설정은 단일 문자열의 최대 크기를 제한하

2023년 6월 28일
·
0개의 댓글
·
post-thumbnail

[에러노트] ECDSA signing keys must be PrivateKey instances.

spring security 와 jwt 토큰을 이용한 로그인, 로그아웃 구현 후 첫 로그인시 발생 해당 오류는 ECDSA 알고리즘을 사용할 때, private key를 사용해야 한다는 것을 알려주는 오류이다. 그래서 다시 작성한 코드를 봤더니 HMAC hash 알고리

2023년 6월 28일
·
0개의 댓글
·
post-thumbnail

[에러노트] Java 8 date/time type java.time.LocalDateTime not supported by default

스프링 auditing 을 이용한 생성시간 및 수정시간을 timestemped 클래스를 만든 후 로그인 하려는 순간 에러가 발생했다. Java 8 date/time type java.time.LocalDateTime not supported by defaultLoca

2023년 6월 28일
·
0개의 댓글
·
post-thumbnail

[에러노트] QueryDsl 페치조인 미적용 테스트 중 에러 발생

QueryDsl 페치조인 미적용 테스트 중 결과가 member.getTeam() 조회했을때 Lazy 타입으로 지연로딩이 되어 false가 나와야 하는데 true 가 나와 테스트 실패 했다. 영속성 컨텍스트에 혹시 모를 남아 있을 데이터에 의해서 true를 반환 했다.

2023년 6월 6일
·
0개의 댓글
·