본문 바로가기

에러3

[맥북(Mac)] 크롬 켤 때마다 프로필 에러, Enhanced ad privacy in Chrome 뜸 맥북 M3 사고나서 크롬 켤 때 마다 enhanced ad privacy in chrome창 계속 뜨고 이상한 오류 보고창 계속 뜸. 크롬이 문제인줄 알고 인터넷에 나오는 해결 방법 다 해봄 1. 캐시데이터 지우기 2. 크롬 삭제 후 재설치 3. 확장 프로그램(익스텐션) 다 지워보기 4. 크롬 업데이트 5. 맥북 껐다 켜보기 6. 엣지쓸까...? 그런데 다른 구글 계정은 문제가 없는걸 확인함! 바로 기존 계정 로그아웃 후 다시 접속 해결! 원인은 모르겠다. 2024. 2. 28.
[Spring, JPA] InvalidDataAccessApiUsageException 해결 해결 방법 해당 쿼리문 혹은 함수에 @Transactional 어노테이션 붙여주기. 원인 JpaRepository를 상속은 인터페이스에서 @Query를 이용하여 update 문을 실행할려고 했더니 만난 에러. InvalidDataAccessApiUsageException: You're trying to execute a streaming query method without a surrounding transaction that keeps the connection open so that the Stream can actually be consumed. Make sure the code consuming the stream uses @Transactional or any other way of decla.. 2022. 12. 5.
[Unity] VR테스트 겸 Unity 앱 만들고 빌드했는데 실행이 안됨 빌드 했을 때 어떻게 보이나 테스트 하기 위해 간단하게 만들고 앱을 실행시켜봤는데 실행이 안된다. VR빼고 하면 실행이 잘 되는데 왜이럴까. 자꾸 중단 됨. https://answers.unity.com/questions/1763787/ar-application-keeps-crashing-when-permitting-came.html AR application keeps crashing when permitting camera rights! - Unity Answers answers.unity.com 위 사이트의 친절한 답변 Player Settings -> Player -> Other Settings들어간 뒤 Configuration항목에 Scripting Backend를 Mono -> IL2CPP로 .. 2022. 1. 3.