
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
4주차 스파르타피디아를 응용해서 만드는 작업을 하고있는데 어느순간부터 계속
POST http://localhost:5000/movie 500 (INTERNAL SERVER ERROR)이 오류가 뜨면서 안되네요
제가 코드를 잘못써서 그런건가해서 app.py와 index.html도 아예 새걸로 복사해서 붙여넣었는데도 효과가 없습니다.

C:\Users\PC\Desktop\sparta\projects\movie\venv\Scripts\python.exe "C:\Users\PC\Desktop\test01 - 복사본\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://115.23.105.151:5000
Press CTRL+C to quit
* Restarting with stat
* Debugger is active!
* Debugger PIN: 137-881-975
서버도 켜지는 것도 딱히 이상이 없는것같습니다.
