Intermal Server Error

질문 포럼Intermal Server Error
sjhmsmsmms0307@gmail.com 질문함 3년 전

강좌를 따라해서 터미널에 flask run을 실행했더닌 Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application. 라는 오류가 뜹니다. 해결 방법을 잘 모르겠어요~

1 답변
user 스탭 답변함 3년 전

안녕하세요. 문의 주셔서 감사합니다.

강의 영상의 소스코드 처럼 플래스크로 임포트하는 첫 줄에render_template과 request 를 추가해 주셔야 합니다.
즉 첫 줄의 임포트는 다음과 같이 되어여 합니다.
from flask import Flask, render_template, request
즉 render_template, request을 통해, index.html 이라는 template을 이용해 서버에 보여주고 (render_template)
진자태크를 통해 우리의 요청(request)을 웹페이지에 보여주는 것을 보여주기 때문에
추가된 것입니다.

따라서 영상처럼 app.py의 import 부분을 확인 해 주시고 실행시키시면 됩니다.

shop2school 제휴 문의1-302-613 -1812 |이메일 info@shop2world.com | 법인명: SHOP2WORLD, INC. | 2801 CENTERVILLE RD 1ST FLOOR PMB 8085 WILMINGTON DE 19808 USA.