質問編集履歴
1
エラーメッセージの省略
test
CHANGED
File without changes
|
test
CHANGED
@@ -76,89 +76,21 @@
|
|
76
76
|
|
77
77
|
Traceback (most recent call last):
|
78
78
|
|
79
|
-
|
79
|
+
----------------------------------------
|
80
80
|
|
81
|
-
|
81
|
+
途中省略
|
82
82
|
|
83
|
-
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1276, in request
|
84
|
-
|
85
|
-
self._send_request(method, url, body, headers, encode_chunked)
|
86
|
-
|
87
|
-
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1322, in _send_request
|
88
|
-
|
89
|
-
self.endheaders(body, encode_chunked=encode_chunked)
|
90
|
-
|
91
|
-
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1271, in endheaders
|
92
|
-
|
93
|
-
self._send_output(message_body, encode_chunked=encode_chunked)
|
94
|
-
|
95
|
-
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1031, in _send_output
|
96
|
-
|
97
|
-
self.send(msg)
|
98
|
-
|
99
|
-
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 969, in send
|
100
|
-
|
101
|
-
self.connect()
|
102
|
-
|
103
|
-
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1448, in connect
|
104
|
-
|
105
|
-
self.sock = self._context.wrap_socket(self.sock,
|
106
|
-
|
107
|
-
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py", line 512, in wrap_socket
|
108
|
-
|
109
|
-
|
83
|
+
----------------------------------------
|
110
|
-
|
111
|
-
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py", line 1070, in _create
|
112
|
-
|
113
|
-
self.do_handshake()
|
114
|
-
|
115
|
-
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py", line 1341, in do_handshake
|
116
|
-
|
117
|
-
self._sslobj.do_handshake()
|
118
|
-
|
119
|
-
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
During handling of the above exception, another exception occurred:
|
124
84
|
|
125
85
|
|
126
86
|
|
127
87
|
Traceback (most recent call last):
|
128
88
|
|
129
|
-
|
89
|
+
----------------------------------------
|
130
90
|
|
131
|
-
|
91
|
+
途中省略
|
132
92
|
|
133
|
-
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 216, in urlopen
|
134
|
-
|
135
|
-
|
93
|
+
----------------------------------------
|
136
|
-
|
137
|
-
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 519, in open
|
138
|
-
|
139
|
-
response = self._open(req, data)
|
140
|
-
|
141
|
-
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 536, in _open
|
142
|
-
|
143
|
-
result = self._call_chain(self.handle_open, protocol, protocol +
|
144
|
-
|
145
|
-
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 496, in _call_chain
|
146
|
-
|
147
|
-
result = func(*args)
|
148
|
-
|
149
|
-
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 1391, in https_open
|
150
|
-
|
151
|
-
return self.do_open(http.client.HTTPSConnection, req,
|
152
|
-
|
153
|
-
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 1351, in do_open
|
154
|
-
|
155
|
-
raise URLError(err)
|
156
|
-
|
157
|
-
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)>
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
During handling of the above exception, another exception occurred:
|
162
94
|
|
163
95
|
|
164
96
|
|