ERROR 18

Error invoking remote method 'docker-start-container': Error: (HTTP code 500) server error - Ports are not available: exposing port TCP 0.0.0.0:1521 -> 0.0.0.0:0: listen tcp 0.0.0.0:1521: bind: An attempt was made to access a socket in a way forbidden b..

Error Message Error invoking remote method 'docker-start-container': Error: (HTTP code 500) server error - Ports are not available: exposing port TCP 0.0.0.0:1521 -> 0.0.0.0:0: listen tcp 0.0.0.0:1521: bind: An attempt was made to access a socket in a way forbidden by its access permissions. Envirment windows 10 netstatu -ano | findstr 1521 검색해도 나오지 않음. portainer로 접속해서 oracle 11g 컨테이너를 실행시켜주면 작동..

ERROR 2023.02.02

AttributeError: 'set' object has no attribute 'items'

크롤링 시도하다보면 막히는 사이트 있다. headers 정보를 포함해서 requests 하면 되는데 headers 정보 양식이 틀린 경우가 있으면 위와 같은 오류를 내뱉는다. 우선 접속해서 사용자의 heders를 긁어 오자. http://www.useragentstring.com/ url = '크롤링할 웹 url 주소' headers = {'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'} html = requests.get(url, headers=headers).text soup = BeautifulSoup(html,..

ERROR 2022.04.28

Warning: Failed prop type: The prop `justify` of `ForwardRef(Grid)` is deprecated. Use `justifyContent` instead, the prop was renamed.

리액트를 연습해하다보면 @material-ui 를 자주 쓰게 되는데 justify는 더이상 지원하지 않는다고 한다. justify 에서 justifyContent로 바꿔 쓰면 된다. 변경전 이미 계정이 있습니까? 로그인 하세요. 변경후 이미 계정이 있습니까? 로그인 하세요. -- 출처 https://githubhot.com/repo/jungsoft/materialui-daterange-picker/issues/24

ERROR/react 2022.03.15