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
it scrapped around 80 pics then this error occured
File "download_images.py", line 25, in
image = np.asarray(bytearray(resp.read()), dtype="uint8")
File "C:\Python27\lib\socket.py", line 355, in read
data = self._sock.recv(rbufsize)
socket.error: [Errno 10054] An existing connection was forcibly closed by the remote host
The text was updated successfully, but these errors were encountered:
it scrapped around 80 pics then this error occured
File "download_images.py", line 25, in
image = np.asarray(bytearray(resp.read()), dtype="uint8")
File "C:\Python27\lib\socket.py", line 355, in read
data = self._sock.recv(rbufsize)
socket.error: [Errno 10054] An existing connection was forcibly closed by the remote host
The text was updated successfully, but these errors were encountered: