때는 바야흐로 저는 Django로 웹 프로젝트를 하고 있었는데..
실시간 채팅 기능을 구현한다고 웹소켓을 사용했더니
python .\manage.py runserver 를 하자마자
이런 에러가 ... 암튼 해결 💡
① cmd 창 관리자 권한으로 실행
# 8000번 포트 사용하고 있는 PID 확인
netstat -ano | findstr 8000
# 없애기
taskkill /f /pid [pid number]
②
③ 해결^^
'ERROR' 카테고리의 다른 글
[Git/Github] error setting certificate file (0) | 2024.01.19 |
---|---|
[Spring] Exception processing template (0) | 2023.11.26 |
[Spring] CommandAcceptanceException : Error executing DDL (2) | 2023.11.15 |
[Spring] Failed to initialize JPA EntityManagerFactory (0) | 2023.10.26 |
[Linux] 다른 IP 로 파일 전송하기 (0) | 2023.03.30 |