일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- 설정
- Ai
- Kibana
- JavaScript
- Python
- 엘라스틱서치
- mariadb
- nodejs
- build
- MSSQL
- elasticsearch
- 구글
- docker
- API
- JS
- sample
- unity
- Git
- s3
- 유니티
- MySQL
- AWS
- error
- 영어
- logstash
- ssh
- Windows
- ChatGPT
- Linux
- Today
- Total
목록error (31)
가끔 보자, 하늘.
간혹 툴 재시작 하다보면 "CreateExport: Failed to load ..." 에러 나면서 만들어둔 클래스 안보이고 BP 깨지는 현상이 발생합니다. 처음 당해보니 방법을 몰라서 엄청 짜증 나더군요. 리소스 다시 만들기도 해야되고 빌드 에러는 없는데 정상 작동은 안되는 것 같고.. 저는 VS 에서 빌드시 "Editor Win64 Development Build"를 하고 툴을 재시작하니 정상적으로 인식하더군요. 다른 옵션으로 빌드하면 제대로 인식이 안되서 한동안 엄청 곤혹스러웠습니다. 끝!!
react-dom.development.js:88 Warning: ForwardRef(InputBase) contains an input of type date with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. 이 에러는 혹은 등의 입력 관련 컴포넌트에 defaultValue 속성과 va..
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-datehistogram-aggregation.html Date histogram aggregation | Elasticsearch Guide [8.11] | Elastic Many time zones shift their clocks for daylight savings time. Buckets close to the moment when those changes happen can have slightly different sizes than you would expect from the calendar_interval or fixed_in..
최신 버전 테스트 할 일이 있어서 windows 11에서 Elasticsearch, Kibana 를 Docker에서 테스트하면서 정리했습니다. 우선 Docket Desktop을 설치합니다. 그리고 docker image에서 Elasticsearch를 검색해 공식 이미지를 내려받습니다. 저는 es 8.10.1 버전을 다운 받았습니다. 현재 공식 이미지의 OS는 ubuntu 20.04 버전이며, max_map_count를 같이 수정해야 합니다. 원래 linux 시스템에서는 sysctl 이나 /etc/sysctl.conf에서 수정하면 되는데 windows 에서 docket desktop으로 실행할 때는 wslconfig 파일을 만들어서 설정해두는게 좋습니다. 설정하지 않고 도커 이미지를 실행하면 "max vi..
'썰!'이라고 쓴건 그냥 해프닝 정도라.. 그래도 기록으로 남겨두면 좋을 듯 해서 공유합니다. 브끄럽네요. 이미 web ui를 로컬에 설치해서 사용중이었으며, extension DDSD(https://github.com/NeoGraph-K/sd-webui-ddsd)를 추가 설치하려고 했습니다. 시작은 이 에러! File ".....\venv\lib\site-packages\groundingdino\models\GroundingDINO\ms_deform_attn.py", line 53, in forward output = _C.ms_deform_attn_forward( NameError: name '_C' is not defined ms_deform_attn.py를 확인하니 위 에러의 출처는 이 곳! tr..
Cloud Agent Error: Request is taking longer than 30 seconds to fulfill. Use another agent to send a request without time limitations. Postman website에서 원하는 서버로 request 시 위와 같은 오류가 발생합니다. request 시 Postman website에서 localhost 로 요청을 보내려고 시도하므로 오류가 발생합니다. 그래서 postman client를 local에 설치해서 시도하면 문제없이 request 되는 것을 확인할 수 있습니다.
pip install git+https://github.com/hwchase17/langchain.git@master python 3.10 이상에서 git의 최신 버전을 설치하는게 좋다. 계속 바뀌고 있어서 공식 문서도 이전 내용이 많도 인터넷의 예제들도 제대로 작동하지 않는 경우가 많다.
최근 오래된 시스템에 nodejs 를 사용할 일이 있어 들어갔더니 버전이 무려... 10.x -_-a 심지어 OS는 CentOS 7. 최근 바빠서 어떤 OS로 갈아탈지 정하지도 못한 상태. 각설하고.. yum 에서 계속 "Could not resolve host: mirrors.iuscommunity.org ... " 같은 에러를 출력하는 상태. 구글링 해보니 이미 거의 2년 전에 IUS의 서버 이동이 있었네. 참고링크 : https://github.com/iusrepo/infrastructure/issues/14#issuecomment-572276277 참고링크를 따라 ius repo 정보를 갱신하고, 없던 Daum로 repo도 추가해두자. yum erase ius-release rm /etc/yum...