Watson: Error message - excessive number of https connections to this service

161 Views Asked by At

I'm working with the Watson Visual Recognition service using Cygwin and curl. I am submitting a zip of images to create a new class in an existing classifier, however I am getting this response:

"If you are seeing this message, you are likely making an excessive number of concurrent HTTP connections to this service. Please check the concurrency limits for your assigned service tier."

I have added a card to my account so I am now on the pay-as-you-go tier. Other questions like this on Stack Overflow have suggested an internal service error. I have checked Watson's status which shows no problems.

The other thing I should mention is that I am not an experienced command line user, - I made some code mistakes causing cygwin to do hang, so I closed the Cygwin windows on these occasions, without explicitly closing the https connection, - might this be contributing? How can I do this?


This question is similar to the one I am asking, however the difference is that I have checked the service status which appears to be ok: IBM Watson VIsual Recognition - ERROR: excessive number of concurrent HTTP connections

0

There are 0 best solutions below