質問編集履歴
2
対応後のエラーの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -312,7 +312,35 @@
|
|
312
312
|
|
313
313
|
image = Image.open(cStringIO.StringIO(screen))
|
314
314
|
|
315
|
-
に書き換えました。
|
315
|
+
に書き換えたら、以下のエラーが表示されました。
|
316
|
+
|
317
|
+
```
|
318
|
+
|
319
|
+
{'dir': 'collection.media', 'js_before_save': 'before_scroll.js', 'force_save': False, 'prefix': 'google-img--', 'window': '720x720', 'engine': 'google', 'show': False, 'sleep': 1.0}
|
320
|
+
|
321
|
+
sample.tsv: start
|
322
|
+
|
323
|
+
Traceback (most recent call last):
|
324
|
+
|
325
|
+
File "bulk-screen-capture.py", line 120, in <module>
|
326
|
+
|
327
|
+
main()
|
328
|
+
|
329
|
+
File "bulk-screen-capture.py", line 117, in main
|
330
|
+
|
331
|
+
retrieve_snapshot_for_words(driver, get_words_from_file(file))
|
332
|
+
|
333
|
+
File "bulk-screen-capture.py", line 71, in retrieve_snapshot_for_words
|
334
|
+
|
335
|
+
save_snapshot(driver, word, idx)
|
336
|
+
|
337
|
+
File "bulk-screen-capture.py", line 58, in save_snapshot
|
338
|
+
|
339
|
+
image = Image.open(cStringIO.StringIO(screen))
|
340
|
+
|
341
|
+
TypeError: initial_value must be str or None, not bytes
|
342
|
+
|
343
|
+
```
|
316
344
|
|
317
345
|
|
318
346
|
|
1
マシン環境とpythonのversionの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -318,6 +318,10 @@
|
|
318
318
|
|
319
319
|
ここにより詳細な情報を記載してください。
|
320
320
|
|
321
|
+
マシン環境はm1macbookです。
|
322
|
+
|
323
|
+
pythonのversionは3.8.2です
|
324
|
+
|
321
325
|
pip listは
|
322
326
|
|
323
327
|
Package Version
|