
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
console log(rows) , 새로고침 검사 눌러서 콘솔 눌러도 안나타납니다.

(venv)
PC@DESKTOP-7MKO269 MINGW64 ~/Desktop/sparta/projects/03.pedia
$ c:/Users/PC/Desktop/sparta/projects/03.pedia/venv/Scripts/python.exe c:/Users/PC/Desktop/sparta/projects/03.pedia/app.py
* Serving Flask app 'app'
* Debug mode: on
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on all addresses (0.0.0.0)
* Running on http://127.0.0.1:5000
* Running on http://192.168.123.150:5000
Press CTRL+C to quit
* Restarting with stat
* Debugger is active!
* Debugger PIN: 135-342-898
127.0.0.1 - - [18/Apr/2023 13:38:09] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [18/Apr/2023 13:38:09] "GET /movie HTTP/1.1" 200 -
127.0.0.1 - - [18/Apr/2023 13:38:42] "POST /movie HTTP/1.1" 200 -
127.0.0.1 - - [18/Apr/2023 13:38:44] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [18/Apr/2023 13:38:44] "GET /movie HTTP/1.1" 200 -
127.0.0.1 - - [18/Apr/2023 13:41:43] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [18/Apr/2023 13:41:43] "GET /movie HTTP/1.1" 200 -
* Detected change in 'c:\\Users\\PC\\Desktop\\sparta\\projects\\03.pedia\\app.py', reloading
Exception in thread Thread-1:
Traceback (most recent call last):
File "C:\Users\PC\AppData\Local\Programs\Python\Python38\lib\threading.py", line 932, in _bootstrap_inner
self.run()
File "C:\Users\PC\AppData\Local\Programs\Python\Python38\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\PC\Desktop\sparta\projects\03.pedia\venv\lib\site-packages\werkzeug\serving.py", line 766, in serve_forever
super().serve_forever(poll_interval=poll_interval)
File "C:\Users\PC\AppData\Local\Programs\Python\Python38\lib\socketserver.py", line 232, in serve_forever
ready = selector.select(poll_interval)
File "C:\Users\PC\AppData\Local\Programs\Python\Python38\lib\selectors.py", line 323, in select
r, w, _ = self._select(self._readers, self._writers, [], timeout)
File "C:\Users\PC\AppData\Local\Programs\Python\Python38\lib\selectors.py", line 314, in _select
r, w, x = select.select(r, w, w, timeout)
OSError: [WinError 10038] 소켓 이외의 개체에 작업을 시도했습니다
* Restarting with stat
* Debugger is active!
* Debugger PIN: 135-342-898
127.0.0.1 - - [18/Apr/2023 13:50:31] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [18/Apr/2023 13:50:31] "GET /movie HTTP/1.1" 200 -
127.0.0.1 - - [18/Apr/2023 13:51:41] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [18/Apr/2023 13:51:41] "GET /movie HTTP/1.1" 200 -
127.0.0.1 - - [18/Apr/2023 13:51:54] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [18/Apr/2023 13:51:55] "GET /movie HTTP/1.1" 200 -
127.0.0.1 - - [18/Apr/2023 13:53:15] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [18/Apr/2023 13:53:15] "GET /movie HTTP/1.1" 200 -
127.0.0.1 - - [18/Apr/2023 13:54:30] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [18/Apr/2023 13:54:30] "GET /movie HTTP/1.1" 200 -
127.0.0.1 - - [18/Apr/2023 13:54:46] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [18/Apr/2023 13:54:46] "GET /movie HTTP/1.1" 200 -화면 전체를 캡처해 주시면, 튜터님들이 빠르게 상황을 이해할 수 있어요.
