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
sh-3.2# ./upload-local-file.sh http://100.24.24.203:9292/ocr-file-upload ocrimage.png
Note: Unnecessary use of -X or --request, POST is already inferred.
* Trying 100.24.24.203...
* TCP_NODELAY set
* Connected to 100.24.24.203 (100.24.24.203) port 9292 (#0)
> POST /ocr-file-upload HTTP/1.1
> Host: 100.24.24.203:9292
> User-Agent: curl/7.54.0
> Accept: */*
> Content-Type: multipart/related; boundary="d2649535728a8d270eb98fd5d8a8412f"
> Content-Length: 59595
> Expect: 100-continue
>
< HTTP/1.1 100 Continue
* We are completely uploaded and fine
* Empty reply from server
* Connection #0 to host 100.24.24.203 left intact
curl: (52) Empty reply from server
The text was updated successfully, but these errors were encountered:
EvgenyKislyy
changed the title
ocr-file-upload failed on ubuntu & aws when running outside
ocr-file-upload failed on ubuntu & aws ec2 when running outside
Nov 12, 2018
If i run inside the ubuntu instance it works fine
docs/upload-local-file.sh http://localhost:9292/ocr-file-upload ocrimage
if i run it outside (from the internet)
./upload-local-file.sh http://xxx.xx.xx.xx:9292/ocr-file-upload ocrimage.png
I see
And in the server logs i see
Could you please help me how to fix it?
The text was updated successfully, but these errors were encountered: