Hi @redeipirati and @whatrocks,
I am trying to deploy as a REST API the repository described in this post on the forum using FloydHub.
Following FloydHub’s tutorial, I think I managed to deploy the repository because I received a success message in the console, and see the serving instance running when I go on the platform. However, when I try to test the API using:
curl
-X POST
-o out.json
-F "file=@./face.jpg"
https://www.floydlabs.com/serve/V4hAbLCf6YkGCENunyxxwK ## My service endpoint URL
I get:
curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)
Any idea what’s the issue here, and how I can solve it?
Thanks,
Sebastien