You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
`
The text was updated successfully, but these errors were encountered:
Hey, Sorry for this extremely late reply. I never had a notification about this issue.
I believe instagram has made changes to their API so this code, although functional, isn't really compatible with Instagram anymore. I'll fix this soon enough to work with the latest API.
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'
`
The text was updated successfully, but these errors were encountered: