forked from kookmin-sw/cap-template
-
Notifications
You must be signed in to change notification settings - Fork 1
troubleshooting
minwook edited this page Apr 17, 2024
·
4 revisions
최신 내용은 https://minwook-shin.github.io/capstone-2024-03-web/docs/getting-started/ 에서 관리되고 있습니다.
- [0] probably another instance of uWSGI is running on the same address (0.0.0.0:80).
or
- [0] bind(): Address already in use [core/socket.c line 769]
lsof -i -P -n | grep uwsgi
kill -9 {pid}
- input issue
- ADB 가 시작되지 않을 때
~/adb/platform-tools/adb start-server