質問編集履歴
1
エラーメッセージの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -156,4 +156,26 @@
|
|
156
156
|
|
157
157
|
|
158
158
|
|
159
|
+
エラーメッセージは
|
160
|
+
|
161
|
+
TypeError Traceback (most recent call last)
|
162
|
+
|
163
|
+
<ipython-input-18-eb01965726f7> in <module>
|
164
|
+
|
165
|
+
10 'include_entities' : True
|
166
|
+
|
167
|
+
11 }
|
168
|
+
|
169
|
+
---> 12 tweet_json, tweet_id = search_tweet(search_word)
|
170
|
+
|
171
|
+
13 save_img(tweet_json, save_dir)
|
172
|
+
|
173
|
+
14 if not i==count-1: sleep(10)
|
174
|
+
|
175
|
+
|
176
|
+
|
177
|
+
TypeError: cannot unpack non-iterable NoneType object
|
178
|
+
|
179
|
+
|
180
|
+
|
159
181
|
また、実行結果に**ERROR:403**と出ました。
|