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
A race condition was reported on windows platforms, see issue #58 and
the error on the tmp dir removal was masquerading the real error.
As these folders are usually pretty small and the error only rarely happens on
windows I think that just ignoring the error won't cause trouble to users.
Got an error from user:
The issue was already discussed in another thread.
http://support.scrapinghub.com/topic/808955-windowserror-32-the-process-cannot-access-the-file/
Suggested fix was: "comment out the temporary file removal in the finally block in deploy.py" needs to be tested on windows platform
The text was updated successfully, but these errors were encountered: