view-finding-network icon indicating copy to clipboard operation
view-finding-network copied to clipboard

This is a problem during downloading image

Open joehalfish opened this issue 5 years ago • 2 comments

multiprocessing.pool.MaybeEncodingError: Error sending result: '<multiprocessing.pool.ExceptionWithTraceback object at 0x0000020386853F98>'. Reason: 'TypeError("cannot serialize '_io.BufferedReader' object",)

code: pool.map(fetch_image, URLs)

how can i solve ? thanks.

joehalfish avatar Sep 18 '19 09:09 joehalfish

I have the same problem,do you solve it? @joehalfish Thanks.

mushroompyq avatar Feb 17 '21 13:02 mushroompyq

I have the same problem,do you solve it? @joehalfish Thanks.

i add try...catch and it's ok

joehalfish avatar Feb 18 '21 06:02 joehalfish