robmarkcole / deepstack-python

Unofficial python API for DeepStack
https://deepstack.cc/
GNU General Public License v3.0
12 stars 11 forks source link

Large images cause BrokenPipeError #26

Open robmarkcole opened 3 years ago

robmarkcole commented 3 years ago

For the face endpoint only, it appears if the image is greater than about 0.5 MB in size the error occurs:

Connection error: ('Connection aborted.', BrokenPipeError(32, 'Broken pipe'))
image
robmarkcole commented 3 years ago

Possibly due to network issues... See if this keeps occuring