커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
aws 배포하기_배포가 안돼서요
undefined주차
북마크
이*경
댓글
5
추천
0
조회수
28
조회수
28
답변 완료

* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.

* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.



aws 배포하기 강의대로 따라 했는데 myweb 상태가 severe로 나옵니다. 돌아가는 도중에 application.py가 저장이 안된 상태여서 저장을 한 번 더 했는데 그래서 그런가 생각됩니다.


스파르타 즉문즉답스파르타 즉문즉답




작성한 코드 및 에러 메세지

27.0.0.1 - - [27/Apr/2023 13:09:51] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [27/Apr/2023 13:09:51] "GET /exhibit HTTP/1.1" 200 -

Exception in thread Thread-1:

Traceback (most recent call last):

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\threading.py", line 932, in _bootstrap_inner


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1

$ python test.py

[{'url': 'https://korean.visitseoul.net/exhibition/WalpurgisNight/KOPgpl1c3', 'image': 'https://korean.visitseoul.net/comm/getImage?srvcId=MEDIA&parentSn=59292&fileTy=MEDIA&fileNo=1&thumbTy=M', 'title': '발푸르기스의 밤: 한국의 마녀들', 'period': '2023.04.22 ~ 2023.05.07'}, {'url': 'https://korean.visitseoul.net/exhibition/TouchMeTell/KOPi7ar6v', 'image': 'https://korean.visitseoul.net/comm/getImage?srvcId=MEDIA&parentSn=59250&fileTy=MEDIA&fileNo=1&thumbTy=M', 'title': '서울시립 북서울미술관 어린이 전시 멜라니 보나요 ≪터치미텔≫', 'period': '2023.04.04 ~ 2023.10.01'}, {'url': 'https://korean.visitseoul.net/exhibition/Dreamscape/KOPa1eh3z', 'image': 'https://korean.visitseoul.net/comm/getImage?srvcId=MEDIA&parentSn=59225&fileTy=MEDIA&fileNo=1&thumbTy=M', 'title': '임상빈 

개인전 《꿈의 풍경(Dreamscape)》    ', 'period': '2023.04.06 ~ 2023.04.27'}, {'url': 'https://korean.visitseoul.net/exhibition/SouthernExcursion1/KOP8w111p', 'image': 'https://korean.visitseoul.net/comm/getImage?srvcId=MEDIA&parentSn=59175&fileTy=MEDIA&fileNo=1&thumbTy=M', 'title': '민병헌 개인전 <남녘유람>', 'period': '2023.04.05 ~ 2023.04.29'}, {'url': 'https://korean.visitseoul.net/exhibition/SEOUL-VIBE/KOP6w9tgb', 'image': 'https://korean.visitseoul.net/comm/getImage?srvcId=MEDIA&parentSn=58306&fileTy=MEDIA&fileNo=1&thumbTy=M', 'title': 'SEOUL VIBE[서울 바이브]', 'period': '2023.01.01 ~ 2023.04.30'}, {'url': 'https://korean.visitseoul.net/exhibition/2023--DDP-Seoul-light/KOPhonaqg', 'image': 'https://korean.visitseoul.net/comm/getImage?srvcId=MEDIA&parentSn=58625&fileTy=MEDIA&fileNo=1&thumbTy=M', 'title': '[S-TCEP]장소의 순환 : 2023 서울라이트 DDP 차세대 미디어아티스트 전시', 'period': '2023.02.01 ~ 2023.06.30'}, {'url': 'https://korean.visitseoul.net/exhibition/DDP--VOL1-<TELEVISION>/KOPuucrur', 'image': 'https://korean.visitseoul.net/comm/getImage?srvcId=MEDIA&parentSn=58622&fileTy=MEDIA&fileNo=1&thumbTy=M', 'title': '[S-TCEP]DDP 소장품전 VOL.1 <TELE+VISION 내일의 기억>', 'period': '2022.11.30 ~ 2023.05.31'}, {'url': 'https://korean.visitseoul.net/exhibition/HELLO-CREATORS--1/KOP3e60eb', 'image': 'https://korean.visitseoul.net/comm/getImage?srvcId=MEDIA&parentSn=58624&fileTy=MEDIA&fileNo=1&thumbTy=M', 'title': '[S-TCEP]HELLO, CREATORS! 서울디자인창업센터 및 입주기업 전시 1부', 'period': '2022.11.13 ~ 2023.06.23'}]    


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1

$ python app.py

 File "app.py", line 51

  headers = {

       ^

IndentationError: unindent does not match any outer indentation level


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1

$ python app.py

 File "app.py", line 51

  headers = {

       ^

IndentationError: unindent does not match any outer indentation level


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1

$ python app.py

 File "app.py", line 51

  headers = {

       ^

IndentationError: unindent does not match any outer indentation level


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1

$ python app.py

 File "app.py", line 46

  return jsonify({'result': exhibitions})

                     ^

IndentationError: unindent does not match any outer indentation level


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1

$ pip install bs4 requests pymongo dnspython flask

Requirement already satisfied: bs4 in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (0.0.1)

Requirement already satisfied: requests in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (2.28.2)

Requirement already satisfied: pymongo in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (4.3.3)

Requirement already satisfied: dnspython in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (2.3.0)

Requirement already satisfied: flask in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (2.3.1)

Requirement already satisfied: beautifulsoup4 in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (from bs4) (4.12.2)

Requirement already satisfied: charset-normalizer<4,>=2 in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (from requests) (3.1.0)

Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (from requests) (1.26.15)

Requirement already satisfied: idna<4,>=2.5 in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (from requests) (3.4)

Requirement already satisfied: certifi>=2017.4.17 in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (from requests) (2022.12.7)

Requirement already satisfied: blinker>=1.6.2 in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (from flask) (1.6.2)

Requirement already satisfied: itsdangerous>=2.1.2 in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (from flask) (2.1.2)

Requirement already satisfied: Jinja2>=3.1.2 in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (from flask) (3.1.2)

Requirement already satisfied: Werkzeug>=2.3.0 in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (from flask) (2.3.0)

Requirement already satisfied: click>=8.1.3 in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (from flask) (8.1.3)

Requirement already satisfied: importlib-metadata>=3.6.0; python_version < "3.10" in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (from flask) (6.6.0)

Requirement already satisfied: soupsieve>1.2 in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (from beautifulsoup4->bs4) (2.4.1)

Requirement already satisfied: MarkupSafe>=2.0 in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (from Jinja2>=3.1.2->flask) (2.1.2)

Requirement already satisfied: colorama; platform_system == "Windows" in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (from click>=8.1.3->flask) (0.4.6)    

Requirement already satisfied: zipp>=0.5 in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (from importlib-metadata>=3.6.0; python_version < "3.10"->flask) (3.15.0)

WARNING: You are using pip version 20.2.1; however, version 23.1.1 is available.

You should consider upgrading via the 'c:\users\y12955.yooshin\appdata\local\programs\python\python38\python.exe -m pip install --upgrade pip' command.


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1

$ python app.py

 File "app.py", line 46

  return jsonify({'result': exhibitions})

                     ^

IndentationError: unindent does not match any outer indentation level


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1

$ python 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 http://127.0.0.1:8080

Press CTRL+C to quit

 * Restarting with stat

 * Debugger is active!

 * Debugger PIN: 943-627-632

127.0.0.1 - - [27/Apr/2023 15:18:09] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [27/Apr/2023 15:18:09] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [27/Apr/2023 15:18:10] "GET /now HTTP/1.1" 200 -


 * History restored 



Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1

$ python 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 http://127.0.0.1:8080

Press CTRL+C to quit

 * Restarting with stat

 * Debugger is active!

 * Debugger PIN: 943-627-632

127.0.0.1 - - [27/Apr/2023 16:47:25] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [27/Apr/2023 16:47:25] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [27/Apr/2023 16:47:26] "GET /now HTTP/1.1" 200 -


 * History restored 



Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1

$ python 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 http://127.0.0.1:8080

Press CTRL+C to quit

 * Restarting with stat

 * Debugger is active!

 * Debugger PIN: 943-627-632

127.0.0.1 - - [02/May/2023 11:32:27] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:32:28] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:32:28] "GET /favicon.ico HTTP/1.1" 404 -

127.0.0.1 - - [02/May/2023 11:32:29] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:36:51] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:36:51] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:36:53] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:37:34] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:37:34] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:37:35] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:41:30] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:41:30] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:41:32] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:44:24] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:44:24] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:44:26] "GET /now HTTP/1.1" 200 -

Exception in thread Thread-1:

Traceback (most recent call last):

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\threading.py", line 932, in _bootstrap_inner

  self.run()

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\threading.py", line 870, in run

  self._target(*self._args, **self._kwargs)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\site-packages\werkzeug\serving.py", line 804, in serve_forever

  super().serve_forever(poll_interval=poll_interval)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\socketserver.py", line 232, in serve_forever

  ready = selector.select(poll_interval)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\selectors.py", line 323, in select

  r, w, _ = self._select(self._readers, self._writers, [], timeout)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\selectors.py", line 314, in _select

  r, w, x = select.select(r, w, w, timeout)

OSError: [WinError 10038] 소켓 이외의 개체에 작업을 시도했습니다


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1

$ pytsf

bash: pytsf: command not found


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1

$ python 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 http://127.0.0.1:8080

Press CTRL+C to quit

 * Restarting with stat

 * Debugger is active!

 * Debugger PIN: 943-627-632

127.0.0.1 - - [02/May/2023 11:45:24] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:45:24] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:45:25] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:48:47] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:48:47] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:48:49] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:52:14] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:52:15] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:52:17] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:52:25] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:52:25] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:52:27] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:52:49] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:52:49] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:52:51] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:52:53] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:52:53] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:52:54] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:54:35] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:54:35] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:54:36] "GET /now HTTP/1.1" 200 -

 * Detected change in 'C:\\Users\\Y12955.YOOSHIN\\Desktop\\pirates\\web\\lv1\\app.py', reloading

Exception in thread Thread-1:

Traceback (most recent call last):

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\threading.py", line 932, in _bootstrap_inner

  self.run()

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\threading.py", line 870, in run

  self._target(*self._args, **self._kwargs)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\site-packages\werkzeug\serving.py", line 804, in serve_forever

  super().serve_forever(poll_interval=poll_interval)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\socketserver.py", line 232, in serve_forever

  ready = selector.select(poll_interval)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\selectors.py", line 323, in select

  r, w, _ = self._select(self._readers, self._writers, [], timeout)

 File "C:\Users\Y12955.YOOSHIN\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: 943-627-632


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1

$


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1

$ python 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 http://127.0.0.1:8080

Press CTRL+C to quit

 * Restarting with stat

 * Debugger is active!

 * Debugger PIN: 943-627-632

127.0.0.1 - - [02/May/2023 11:56:05] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:56:05] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:56:07] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:57:10] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:57:10] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:57:12] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:58:31] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:58:31] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 11:58:33] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:06:33] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:06:33] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:06:34] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:07:13] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:07:13] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:07:15] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:07:29] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:07:29] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:07:30] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:14:07] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:14:07] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:14:09] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:15:09] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:15:09] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:15:11] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:16:12] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:16:13] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:16:14] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:20:55] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:20:55] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:20:56] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:22:57] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:22:57] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:22:59] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:27:41] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:27:41] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:27:43] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:27:48] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:27:48] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:27:49] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:29:15] "POST /exhibit HTTP/1.1" 500 -

Traceback (most recent call last):

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\site-packages\flask\app.py", line 2213, in __call__

  return self.wsgi_app(environ, start_response)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\site-packages\flask\app.py", line 2193, in wsgi_app

  response = self.handle_exception(e)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\site-packages\flask\app.py", line 2190, in wsgi_app

  response = self.full_dispatch_request()

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\site-packages\flask\app.py", line 1486, in full_dispatch_request

  rv = self.handle_user_exception(e)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\site-packages\flask\app.py", line 1484, in full_dispatch_request

  rv = self.dispatch_request()

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\site-packages\flask\app.py", line 1469, in dispatch_request

  return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)

 File "C:\Users\Y12955.YOOSHIN\Desktop\pirates\web\lv1\app.py", line 21, in post_exhibit

  data = requests.get(url_receive, headers=headers)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\site-packages\requests\api.py", line 73, in get

  return request("get", url, params=params, **kwargs)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\site-packages\requests\api.py", line 59, in request

  return session.request(method=method, url=url, **kwargs)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\site-packages\requests\sessions.py", line 573, in request

  prep = self.prepare_request(req)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\site-packages\requests\sessions.py", line 484, in prepare_request

  p.prepare(

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\site-packages\requests\models.py", line 368, in prepare

  self.prepare_url(url, params)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\site-packages\requests\models.py", line 439, in prepare_url

  raise MissingSchema(

requests.exceptions.MissingSchema: Invalid URL '': No scheme supplied. Perhaps you meant https://?

127.0.0.1 - - [02/May/2023 12:34:39] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:34:39] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:34:41] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:35:50] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:35:50] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:35:52] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:38:34] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:38:34] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:38:36] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:41:00] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:41:00] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:41:02] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:41:51] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:41:51] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:41:53] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:42:21] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:42:21] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:42:23] "GET /now HTTP/1.1" 200 -

Exception in thread Thread-1:

Traceback (most recent call last):

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\threading.py", line 932, in _bootstrap_inner

  self.run()

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\threading.py", line 870, in run

  self._target(*self._args, **self._kwargs)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\site-packages\werkzeug\serving.py", line 804, in serve_forever

  super().serve_forever(poll_interval=poll_interval)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\socketserver.py", line 232, in serve_forever

  ready = selector.select(poll_interval)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\selectors.py", line 323, in select

  r, w, _ = self._select(self._readers, self._writers, [], timeout)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\selectors.py", line 314, in _select

  r, w, x = select.select(r, w, w, timeout)

OSError: [WinError 10038] 소켓 이외의 개체에 작업을 시도했습니다


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1

$ python 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 http://127.0.0.1:8080

Press CTRL+C to quit

 * Restarting with stat

 * Debugger is active!

 * Debugger PIN: 943-627-632

127.0.0.1 - - [02/May/2023 12:43:12] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:43:13] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:43:14] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:44:21] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:44:21] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 12:44:22] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 14:24:45] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 14:24:45] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 14:24:46] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:08:01] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:08:01] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:08:02] "GET /now HTTP/1.1" 200 -

Exception in thread Thread-1:

Traceback (most recent call last):

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\threading.py", line 932, in _bootstrap_inner

  self.run()

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\threading.py", line 870, in run

  self._target(*self._args, **self._kwargs)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\site-packages\werkzeug\serving.py", line 804, in serve_forever

  super().serve_forever(poll_interval=poll_interval)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\socketserver.py", line 232, in serve_forever

  ready = selector.select(poll_interval)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\selectors.py", line 323, in select

  r, w, _ = self._select(self._readers, self._writers, [], timeout)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\selectors.py", line 314, in _select

  r, w, x = select.select(r, w, w, timeout)

OSError: [WinError 10038] 소켓 이외의 개체에 작업을 시도했습니다


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1

$ python 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 http://127.0.0.1:8080

Press CTRL+C to quit

 * Restarting with stat

 * Debugger is active!

 * Debugger PIN: 943-627-632

127.0.0.1 - - [02/May/2023 16:08:44] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:08:44] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:08:46] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:08:48] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:08:48] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:08:50] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:09:00] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:09:00] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:09:02] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:20:26] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:20:26] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:20:28] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:27:10] "POST /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:27:11] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:27:11] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:27:13] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:29:58] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:29:58] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:30:00] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:31:50] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:31:50] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:31:52] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:34:03] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:34:03] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:34:05] "GET /now HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:35:44] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:35:44] "GET /exhibit HTTP/1.1" 200 -

127.0.0.1 - - [02/May/2023 16:35:46] "GET /now HTTP/1.1" 200 -

Exception in thread Thread-1:

Traceback (most recent call last):

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\threading.py", line 932, in _bootstrap_inner

  self.run()

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\threading.py", line 870, in run

  self._target(*self._args, **self._kwargs)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\site-packages\werkzeug\serving.py", line 804, in serve_forever

  super().serve_forever(poll_interval=poll_interval)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\socketserver.py", line 232, in serve_forever

  ready = selector.select(poll_interval)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\selectors.py", line 323, in select

  r, w, _ = self._select(self._readers, self._writers, [], timeout)

 File "C:\Users\Y12955.YOOSHIN\AppData\Local\Programs\Python\Python38\lib\selectors.py", line 314, in _select

  r, w, x = select.select(r, w, w, timeout)

OSError: [WinError 10038] 소켓 이외의 개체에 작업을 시도했습니다


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1

$


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1

$ mkdir deploy


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1

$ cp app.py deploy/application.py


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1

$ cp -r templates deploy/templates


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1

$ pip freeze > deploy/requirements.txt


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1

$ cd deploy


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1/deploy

$ pip install awsebcli

Collecting awsebcli

 Downloading awsebcli-3.20.6.tar.gz (268 kB)

   |████████████████████████████████| 268 kB 6.4 MB/s

Collecting botocore<1.29.100,>1.23.41

 Downloading botocore-1.29.99-py3-none-any.whl (10.5 MB)

   |████████████████████████████████| 10.5 MB 6.8 MB/s

Collecting cement==2.8.2

 Using cached cement-2.8.2.tar.gz (165 kB)

Collecting colorama<0.4.4,>=0.2.5

 Using cached colorama-0.4.3-py2.py3-none-any.whl (15 kB)

Collecting pathspec==0.10.1

 Using cached pathspec-0.10.1-py3-none-any.whl (27 kB)

Collecting python-dateutil<3.0.0,>=2.1

 Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)

Collecting requests<=2.26,>=2.20.1

 Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB)

Requirement already satisfied: setuptools>=20.0 in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (from awsebcli) (49.2.1)

Collecting semantic_version==2.8.5

 Using cached semantic_version-2.8.5-py2.py3-none-any.whl (15 kB)

Collecting six<1.15.0,>=1.11.0

 Using cached six-1.14.0-py2.py3-none-any.whl (10 kB)

Collecting termcolor==1.1.0

 Using cached termcolor-1.1.0.tar.gz (3.9 kB)

Collecting wcwidth<0.2.0,>=0.1.7

 Using cached wcwidth-0.1.9-py2.py3-none-any.whl (19 kB)

Collecting PyYAML<5.5,>=5.3.1

 Using cached PyYAML-5.4.1-cp38-cp38-win_amd64.whl (213 kB)

Requirement already satisfied: urllib3>=1.26.5 in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (from awsebcli) (1.26.15)

Collecting pypiwin32==223

 Using cached pypiwin32-223-py3-none-any.whl (1.7 kB)

Collecting jmespath<2.0.0,>=0.7.1

 Using cached jmespath-1.0.1-py3-none-any.whl (20 kB)

Collecting charset-normalizer~=2.0.0; python_version >= "3"

 Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB)

Requirement already satisfied: certifi>=2017.4.17 in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (from requests<=2.26,>=2.20.1->awsebcli) (2022.12.7)

Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in c:\users\y12955.yooshin\appdata\local\programs\python\python38\lib\site-packages (from requests<=2.26,>=2.20.1->awsebcli) (3.4)

Collecting pywin32>=223

 Using cached pywin32-306-cp38-cp38-win_amd64.whl (9.4 MB)

Using legacy 'setup.py install' for awsebcli, since package 'wheel' is not installed.

Using legacy 'setup.py install' for cement, since package 'wheel' is not installed.

Using legacy 'setup.py install' for termcolor, since package 'wheel' is not installed.

Installing collected packages: six, python-dateutil, jmespath, botocore, cement, colorama, pathspec, charset-normalizer, requests, semantic-version, termcolor, wcwidth, PyYAML, pywin32, pypiwin32, awsebcli

  Running setup.py install for cement ... done

 Attempting uninstall: colorama

  Found existing installation: colorama 0.4.6

  Uninstalling colorama-0.4.6:

   Successfully uninstalled colorama-0.4.6

 Attempting uninstall: charset-normalizer

  Found existing installation: charset-normalizer 3.1.0

  Uninstalling charset-normalizer-3.1.0:

   Successfully uninstalled charset-normalizer-3.1.0

 Attempting uninstall: requests

  Found existing installation: requests 2.28.2

  Uninstalling requests-2.28.2:

   Successfully uninstalled requests-2.28.2

  Running setup.py install for termcolor ... done

  Running setup.py install for awsebcli ... done

Successfully installed PyYAML-5.4.1 awsebcli-3.20.6 botocore-1.29.99 cement-2.8.2 charset-normalizer-2.0.12 colorama-0.4.3 jmespath-1.0.1 pathspec-0.10.1 pypiwin32-223 python-dateutil-2.8.2 pywin32-306 requests-2.26.0 semantic-version-2.8.5 six-1.14.0 termcolor-1.1.0 wcwidth-0.1.9

WARNING: You are using pip version 20.2.1; however, version 23.1.1 is available.

You should consider upgrading via the 'c:\users\y12955.yooshin\appdata\local\programs\python\python38\python.exe -m pip install --upgrade pip' command.


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1/deploy

$ eb init


Select a default region

1) us-east-1 : US East (N. Virginia)

2) us-west-1 : US West (N. California)

3) us-west-2 : US West (Oregon)

4) eu-west-1 : EU (Ireland)

5) eu-central-1 : EU (Frankfurt)

6) ap-south-1 : Asia Pacific (Mumbai)

7) ap-southeast-1 : Asia Pacific (Singapore)

8) ap-southeast-2 : Asia Pacific (Sydney)

9) ap-northeast-1 : Asia Pacific (Tokyo)

10) ap-northeast-2 : Asia Pacific (Seoul)

11) sa-east-1 : South America (Sao Paulo)

12) cn-north-1 : China (Beijing)

13) cn-northwest-1 : China (Ningxia)

14) us-east-2 : US East (Ohio)

15) ca-central-1 : Canada (Central)

16) eu-west-2 : EU (London)

17) eu-west-3 : EU (Paris)

18) eu-north-1 : EU (Stockholm)

19) eu-south-1 : EU (Milano)

20) ap-east-1 : Asia Pacific (Hong Kong)

21) me-south-1 : Middle East (Bahrain)

22) il-central-1 : Middle East (Israel)

23) af-south-1 : Africa (Cape Town)

24) ap-southeast-3 : Asia Pacific (Jakarta)

25) ap-northeast-3 : Asia Pacific (Osaka)

(default is 3): 10


ERROR: The current user does not have the correct permissions. Reason: Operation Denied. The security token included in the request is invalid.

ERROR: The current user does not have the correct permissions. Reason: Operation Denied. The security token included in the request is invalid.

You have not yet set up your credentials or your credentials are incorrect 

You must provide your credentials.

(aws-access-id): AKIAYQ7K3N6NGCKVUT6E

(aws-secret-key): TnWjucyXBlw8WJb6xis+x7asmc6MHdF3fUzFIr+I


Select an application to use 

1) deploy

2) [ Create new Application ]

(default is 1): 2



Enter Application Name

(default is "deploy2"):

Application deploy2 has been created.


It appears you are using Python. Is this correct?

(Y/n): Y

Select a platform branch.

1) Python 3.8 running on 64bit Amazon Linux 2

2) Python 3.7 running on 64bit Amazon Linux 2

(default is 1): 1


Cannot setup CodeCommit because there is no Source Control setup, continuing with initialization

Do you want to set up SSH for your instances?

(Y/n): Y


Select a keypair.

1) aws-eb

2) [ Create new KeyPair ]

(default is 1): 6

Sorry, that is not a valid choice. Please choose a number between 1 and 2.

(default is 1): 2



Type a keypair name.

(Default is aws-eb2):

Generating public/private rsa key pair.

Enter passphrase (empty for no passphrase): 

Enter same passphrase again: 

Your identification has been saved in C:\Users\Y12955.YOOSHIN\.ssh\aws-eb2

Your public key has been saved in C:\Users\Y12955.YOOSHIN\.ssh\aws-eb2.pub

The key fingerprint is:

SHA256:KOEwgkhyKCybkNcihqLdvLUn469Nd3pGubSao2ptV10 aws-eb2

The key's randomart image is:

+---[RSA 3072]----+

|++..       |

|#+o .      |

|@*o+.      |

|+..+o...    E|

|  oo..S  o . |

|  ..+ .  = . |

|   . =. .+.o  |

|   ooo.o+=  |

|   .o=+o+=   |

+----[SHA256]-----+

WARNING: Uploaded SSH public key for "aws-eb2" into EC2 for region ap-northeast-2.


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1/deploy

$ eb create myweb

Creating application version archive "app-230502_170905826203".

Uploading deploy2/app-230502_170905826203.zip to S3. This may take a while.

Upload Complete.

Environment details for: myweb

 Application name: deploy2

 Region: ap-northeast-2

 Deployed Version: app-230502_170905826203

 Environment ID: e-k3psqe6csm

 Platform: arn:aws:elasticbeanstalk:ap-northeast-2::platform/Python 3.8 running on 64bit Amazon Linux 2/3.5.2

 Tier: WebServer-Standard-1.0

 CNAME: UNKNOWN

 Updated: 2023-05-02 08:09:08.103000+00:00

Printing Status:

2023-05-02 08:09:06  INFO  createEnvironment is starting.

2023-05-02 08:09:08  INFO  Using elasticbeanstalk-ap-northeast-2-586218696602 as Amazon S3 storage bucket for environment data.

2023-05-02 08:09:28  INFO  Created security group named: sg-0d7b97902c9dd6eb8

2023-05-02 08:09:44  INFO  Created security group named: awseb-e-k3psqe6csm-stack-AWSEBSecurityGroup-1NMCN4COGRJZX

2023-05-02 08:09:44  INFO  Created target group named: arn:aws:elasticloadbalancing:ap-northeast-2:586218696602:targetgroup/awseb-AWSEB-K5OD8WOQWXZN/c01128ab429ecb6a

2023-05-02 08:09:44  INFO  Created Auto Scaling launch configuration named: awseb-e-k3psqe6csm-stack-AWSEBAutoScalingLaunchConfiguration-8NobwIpu39yA

2023-05-02 08:09:59  INFO  Created Auto Scaling group named: awseb-e-k3psqe6csm-stack-AWSEBAutoScalingGroup-1LLQ7O292DRV8

2023-05-02 08:09:59  INFO  Waiting for EC2 instances to launch. This may take a few minutes.

2023-05-02 08:10:14  INFO  Created Auto Scaling group policy named: arn:aws:autoscaling:ap-northeast-2:586218696602:scalingPolicy:77bccec3-8811-4a1e-b10a-e18ba589bbaf:autoScalingGroupName/awseb-e-k3psqe6csm-stack-AWSEBAutoScalingGroup-1LLQ7O292DRV8:policyName/awseb-e-k3psqe6csm-stack-AWSEBAutoScalingScaleDownPolicy-srHWZ88PgMg9

2023-05-02 08:10:14  INFO  Created Auto Scaling group policy named: arn:aws:autoscaling:ap-northeast-2:586218696602:scalingPolicy:f8d27580-9407-4846-9285-daf7e77966f7:autoScalingGroupName/awseb-e-k3psqe6csm-stack-AWSEBAutoScalingGroup-1LLQ7O292DRV8:policyName/awseb-e-k3psqe6csm-stack-AWSEBAutoScalingScaleUpPolicy-ocapW6tMTREh

2023-05-02 08:10:14  INFO  Created CloudWatch alarm named: awseb-e-k3psqe6csm-stack-AWSEBCloudwatchAlarmLow-1K1L1LQJPP081

2023-05-02 08:10:14  INFO  Created CloudWatch alarm named: awseb-e-k3psqe6csm-stack-AWSEBCloudwatchAlarmHigh-KRCHJQ4GYM12

2023-05-02 08:11:35  INFO  Created load balancer named: arn:aws:elasticloadbalancing:ap-northeast-2:586218696602:loadbalancer/app/awseb-AWSEB-MVN16WVMKR6V/5a7c74619d9cf79a

2023-05-02 08:12:36  INFO  Created Load Balancer listener named: arn:aws:elasticloadbalancing:ap-northeast-2:586218696602:listener/app/awseb-AWSEB-MVN16WVMKR6V/5a7c74619d9cf79a/b0ff020bb0b3841f

2023-05-02 08:12:45  INFO  Instance deployment successfully generated a 'Procfile'.

2023-05-02 08:12:46  INFO  Instance deployment completed successfully.

2023-05-02 08:13:49  INFO  Successfully launched environment: myweb



Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1/deploy

$ eb create myweb

Creating application version archive "app-230502_171655158544".

Uploading deploy2/app-230502_171655158544.zip to S3. This may take a while.

Upload Complete.

ERROR: InvalidParameterValueError - Environment myweb already exists.


Y12955@Y12955 MINGW64 ~/Desktop/pirates/web/lv1/deploy




취소
 공유
취소
댓글 0
댓글 알림
나의얼굴