Hey, Thank you for this awesome project. I keep getting this error.
Any Answer?
`2019-10-19 23:32:19 [scrapy.core.engine] INFO: Spider closed (finished)
[IG] not found cookie/cookie_file >> login as default
Traceback (most recent call last):
File "upload_pics.py", line 46, in
viewer = subprocess.Popen(['eog','image'])
File "C:\Users\Galdo\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 775, in init
restore_signals, start_new_session)
File "C:\Users\Galdo\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 1178, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "upload_pics.py", line 64, in
os.remove("image")
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'image'
`
Hey, Thank you for this awesome project. I keep getting this error.
Any Answer?
`2019-10-19 23:32:19 [scrapy.core.engine] INFO: Spider closed (finished)
[IG] not found cookie/cookie_file >> login as default
Traceback (most recent call last):
File "upload_pics.py", line 46, in
viewer = subprocess.Popen(['eog','image'])
File "C:\Users\Galdo\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 775, in init
restore_signals, start_new_session)
File "C:\Users\Galdo\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 1178, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "upload_pics.py", line 64, in
os.remove("image")
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'image'
`