ETC/Error

· ETC/Error
에러 전문: MySQL: [08S01] Communications link failure 디비 테이블좀 보려고 데이터그립 프로그램 다운받아서 디비 연결하는데!!!!! 분명 백 개발자분이 보내준 링크 넣어서 연결하는데 !!!!!!!! username, password 다 맞게 치는데도 계속 아래 화면처럼 test connection이 안되는거 있죠 ..? 구글링도 많이 ~~~~ 엄청 많이 해봤는데 ~~ 해결 안되고 ㅠㅜ 그래서 그 백 개발자분께 여쭤보고 원격으로 접속해서 보다가 알아낸 해결방법,,~~!!! 해결해야할 것들은 두가지였어요!!!! ***** 1. 공용 와이파이 사용 해제 ****** 공용 와이파이로는 접근이 안되도록 막혀있다고 하더라구요!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!..
· ETC/Error
에러 전문 : error: Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 70. To debug build logs further, consider building your app with Xcode.app, by opening hannib.xcworkspace. error: Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 70. To debug build logs further, consider building your app with Xcode.app, by opening hannib.x..
· ETC/Error
에러 전문 : E/unknown:ReactNative: Exception in native call java.lang.RuntimeException: Unable to load script. Make sure you're either running Metro (run 'npx react-native start') or that your bundle 'index.android.bundle' is packaged correctly for release. AndroidMenifest.xml 파일을 포함해 몇가지 설정을 바꾼 후에 안드로이드 스튜디오에서 실행이 계속 안되는 에러가 발생.. 요런식으로 계속 떠서 'Invalidate Caches' 도 몇번 하고 이것저것 건드려보고 구글링 해봤는데 다 안됨. 그러다..
· ETC/Error
에러 전문 : error: Error: Unable to resolve module @faker-js/faker from /Users/yejinkim/Documents/git/glory-front/src/data/createListItem.ts: @faker-js/faker could not be found within the project or in these directories: node_modules error: Error: Unable to resolve module @faker-js/faker from /Users/yejinkim/Documents/git/glory-front/src/data/createListItem.ts: @faker-js/faker could not be found wit..
· ETC/Error
Error : Render Error Minified React error #321; visit https://reactjs.org/docs/error--decoder.html?invariant=321 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. 니꼬쌤 react native 강의를 따라하다가 위와 같은 에러가 났다. 조금 찾아보니 심각한 에러는 아니었고, useEffect, useState를 쓸 때 자동완성으로 잘 안보고 잘못된 곳에서 import 했기 때문. 해결 방법은 다음과 같다. 에러가 난 코드 : import { useEffect, useSta..
· ETC/Error
Error : Uncaught Error: App(...): Nothing was returned from render. This usually means a return statement is missing. Or, to render nothing, return null. 노마드 코더의 'ReactJS로 영화 웹 서비스 만들기' 강의 들으면서 치는데 혼자 이 에러가 나서 열심히 찾아보다가 찾은 해결책. 문제가 되고 있던 코드 : const App = () => { const data = React.useState(); console.log(data); return ( Total Clicks: 0 Click me ); } ReactDOM.render(, root); 해결 방법은 진짜 매우 간단.... 수..
· ETC/Error
HTML에서 input tag의 value attribute가 계속 먹히지 않는 에러?가 발생하여 뭐가 문젠지 찾아보다가 해답을 알아냈습니다. AngularJS가 문제였습니다! 제 코드는 다음과 같았습니다. //value 값이 잘 출력됨 //value 값이 출력되지 않음 이것저것 복잡해보이긴 하지만 어쨌든 inputbox 였고, 초기 값을 지정해줘야하는데 계속 비어있는 채로 화면이 출력되어 골머리를 썩었습니다. 또 위쪽 에선 나오고 아래껀 나오지 않아서 뭐가 문젠가 했는데, https://stackoverflow.com/questions/5772124/input-value-doesnt-display-how-is-that-possible/37814282#37814282 스택오버플로우에서 해답을 얻었습니다ㅎ..
· ETC/Error
‘Launching Tomcat v9.0 Server at localhost’ has encountered a problem. The server cannot be started because one or more of the ports are invalid. Open the server editor and correct the invalid ports. 톰캣오류이다. 해결 방법은 간단하다. 해결방법 1. 'Servers' 탭에서 사용하고 있는 서버 우클릭>Open 클릭 2. 다음과 같은 창이 뜬다. 여기서 왼쪽 아래에 있는 'Overview'를 클릭한다. 3. Tomcat admin port 에 '-' 라고 써있는 것을 볼 수 있다. 얘를 '8005' 로 고쳐주면 된다. 끝!
rocher71
'ETC/Error' 카테고리의 글 목록