Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error code: 404 #31

Open
mairahab opened this issue Jun 24, 2021 · 1 comment
Open

Error code: 404 #31

mairahab opened this issue Jun 24, 2021 · 1 comment

Comments

@mairahab
Copy link

I followed your tutorial but when I tried to insert in my own image it come out as follow

image

below are my codes:
image

and here is my variables:
image
I took my URL and key from cognitive services

@evogelpohl
Copy link

The doc isn't clear. While it tells you to get your endpoint from the Azure portal, it fails to tell you that you need to add: 'vision/v3.2/analyze' to the end of it.

This works (for me):

Variables

_url = 'https://southcentralus.api.cognitive.microsoft.com/vision/v3.2/analyze'
_key = '10101_your_key_10101010'
_maxNumRetries = 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants