Analyze_Sentiment call timing out

Beasto Mazin 1 Reputation point
2020-11-19T01:34:54.853+00:00

In the python wrapper for text analytics, after about a week or two of use, calling the analyze_sentiment endpoint is running forever and will eventually timeout. No response is given though the dashboard shows that the requests are being received. Any ideas?

Thanks!

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
408 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 45,961 Reputation points Microsoft Employee
    2020-11-19T05:11:28.217+00:00

    @Beasto Mazin I believe you are referring to the endpoint https://westus.api.cognitive.microsoft.com/text/analytics/v2.0/sentiment Could you please check if your resource credentials have changed or are you on the free tier of the resource which limits the number of calls to the API?

    You can check if a direct call to the API works through REST API instead of a python wrapper for debugging your resource and calls?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.