글

라벨이 error인 게시물 표시

마우스 더블클릭 문제. 클릭이 풀렸다가 다시 클릭되는 문제.

마우스 몇번 떨어트려서 그런지 마우스가 더블클릭 문제.  클릭이 풀렸다가 다시 클릭되는 문제가 생겼는데 https://youtu.be/p5CB8QzJsDE?si=lzqHfgaStKdbxtCU 이 영상을 보고 좀 해결된거 같다 지켜봐야 알겠지만 뒤집에서 세번 내려치기

[flutter] 에러 Ignoring ffi-1.13.1 because its extensions are not built.

 flutter 실행했더니 생긴 오류 brew install cocoapod해서 해결

[python] SyntaxError: unexpected EOF while parsing

  SyntaxError: unexpected EOF while parsing 괄호를 안 닫은 것이었다. 정신차려

visual studio code 아무 문제 없는데 에러

 this declaration has no storage class or type specifierC 라는 에러가 났는데 아무리 봐도 문제 없어서 껐다 켰더니 에러 표시 사라짐 vsc 뭔가 설정을 잘못했나

[미해결] formatter 작동 에러

 저장하면 이상하게 메인에 있는 코드가 복제되는 현상이 발생 왜인지 확인 못함.  요즘 익스텐션을 많이 깔아서 포맷터끼리 꼬여서 그런 거 같아서  현재 쓰는 언어만 포맷터 해제함으로 임시 해결. 나중에 좀더 알아봐야겠다

mac c++ 입력시 오류 해결

 터미널에서 실행되도록 해서 해결 디버그창에서는 안됨 https://wooono.tistory.com/299

[opengl] 직사각형 회전시 찌그러짐

 직사각형을 회전시켰더니 평행사변형으로 일그러지는 현상 https://neevek.net/posts/2017/11/26/opengl-rotating-mapped-texture-in-a-rectangular-viewport.html

[flutter]No MediaQuery widget ancestor found

 [flutter]No MediaQuery widget ancestor found return scaffold로 해놨었는데 scaffold를 materialapp로 감싸주니 해결됨

[django] maximum recursion depth exceeded while calling a Python object

 url.py에서 다른 urls.py include로 연결하는데 경로를 자기 경로로 해서 무한반복하고 있었다.

[django] TemplateDoesNotExist at ~

  TemplateDoesNotExist at ~ 맞게 했는데 에러나서 보니까 setting 에 installed_apps 에 앱을 추가를 안한것이었다 이 실수 두번함

[colab error] NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

  colab error NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.  Runtime > Change Runtime Type > select GPU

[flutter] text에 노란 줄

 scaffold를 안써서 생김 https://stackoverflow.com/questions/47114639/yellow-lines-under-text-widgets-in-flutter

[flutter http] Error: XMLHttpRequest error

이미지
flutter 앱에서 django 서버에서 http로 api 받아오는 것을 하고 있었다. 그런데  http.get이 작동안함. 코드를 고쳤더니  Error: XMLHttpRequest error. 이런 에러가 뜨는데 영 무슨 에러인지 모르겠어서 검색을 했더니 비슷한 에러 질문 글들에서 CORS에러, 서버에서 접근을 막은 것일 거라는 답글이 많았다. 크롬으로 실행해서 개발자 도구 열어서 확인 했더니 그게 맞음을 확인. 서버에서 cors관련 설정을 추가하고 경로 지정을 할 수 있는데 그냥 전부 허용으로 해서 해결했다

mac 노트북에서 유튜브 버벅거리고 작동 안함

 LG 모니터 연결해서 쓰는데 모니터 스피커 쓰니까 뭔가 잘 안 맞는 듯하다 스피커 설정을 블루투스 이어폰이나 본체로 바꾸면 잘 작동한다.

primarySwatch는 Colors.black을 받지 않는다.

The argument type 'Color' can't be assigned to the parameter type 'MaterialColor?'  material color를 받기 때문에 white랑 black을 에러가 난다 https://stackoverflow.com/questions/52577366/error-while-changing-the-flutter-theme-color-to-black

[flutter]multidex 에러

이걸로 해결 https://282-ground.tistory.com/167  

[flutter]The Google Mobile Ads SDK was initialized incorrectly

 The Google Mobile Ads SDK was initialized incorrectly manifest파일에서 잘못된 위치여서 그랬던 것 https://stackoverflow.com/questions/65633194/the-google-mobile-ads-sdk-was-initialized-incorrectly

[flutter]Your project requires a newer version of the Kotlin Gradle plugin.

  ┌─ Flutter Fix ────────────────────────────────────────────────────────────────────────────────┐ │ [!] Your project requires a newer version of the Kotlin Gradle plugin.                       │ │ Find the latest version on https://kotlinlang.org/docs/gradle.html#plugin-and-versions, then │ │ update ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\android\build.gradle:               │ │ ext.kotlin_version = '<latest-version>'                                                      │ └──────────────────────────────────────────────────────────────────────────────────────────────┘ minsdk 고쳤더니 나온 오류 ext.kotlin_version은  projectName/android/app/build.gradle 쪽이 아니라 projectName/android/build.gradle 여기에 있다 https://stackoverflow.com/questions/70919127/your-project-requ...

[flutter] uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library [:google_mobile_ads]

 uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library [:google_mobile_ads]  ..../AndroidManifest.xml as the library might be using APIs not available in 16 Suggestion: use a compatible library with a minSdk of at most 16, or increase this project's minSdk version to at least 19, or use tools:overrideLibrary="io.flutter.plugins.googlemobileads" to force usage (may lead to runtime failures) 에러가 친절하게 minSdk를 고치라고 알려줬다. minSdk는 안드로이드 build gradle에 minsdkversion 고치면 된다고한다. https://stackoverflow.com/questions/52060516/how-to-change-android-minsdkversion-in-flutter-project --- ..안드로이드만 바꿔도 되는건가?

[git] gitignore에 새로 추가했는데 적용이 안될 때

 gitignore에 새로 추가했는데 적용이 안될 때 캐시를 지우고 다시 커밋해준다 https://jojoldu.tistory.com/307