FacePlusPlus / facepp-java-sdk

Face++ SDK for Java, can be used in Android project.
http://faceplusplus.com/
179 stars 117 forks source link

413 Request Entity Too Large #6

Open ductranit opened 9 years ago

ductranit commented 9 years ago

I got the 413 Request Entity Too Large on some images without exception handling. And when library try to parse into JSONObject, it gave a FaceppParseException.

<html>
<head><title>413 Request Entity Too Large</title></head>
<body bgcolor="white">
<center><h1>413 Request Entity Too Large</h1></center>
<hr><center>nginx</center>
</body>
</html>

Hope it can be fixed