view-finding-network
view-finding-network copied to clipboard
This is a problem during downloading image
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.
I have the same problem,do you solve it? @joehalfish Thanks.
I have the same problem,do you solve it? @joehalfish Thanks.
i add try...catch and it's ok