microsoft / studentambassadors

This repository is for Microsoft Learn Student Ambassadors.
MIT License
122 stars 48 forks source link

Missing File - AI Bug Bash #158

Open curriee11 opened 1 year ago

curriee11 commented 1 year ago

Describe the bug

I am using the Azure Face Recognition module in my Python code to perform facial recognition. However, I am encountering an issue where the code is unable to run due to a missing URL.

To Reproduce

Import the Azure Face Recognition module in your Python code Call the function that requires the URL The code will throw an error indicating that the URL is missing

Expected behavior

The code should be able to run without any issues, even when the URL is missing. It should also be able to handle missing URLs gracefully.

Screenshots

Azure Module with error in Python Code

Line number 25 IMAGE_BASE_URL = 'https://raw.githubusercontent.com/Azure-Samples/cognitive-services-sample-data-files/master/Face/images/'


🎓 Add a tag to this issue for your current education role: student, Student Ambassador or educator.


github-actions[bot] commented 1 year ago

Thank you for submitting this issue! The team will review your issue, tag with the appropriate tags, and comment with any additional questions on information needed. :sparkles:

BethanyJep commented 1 year ago

Thanks for the feedback, will look into this.