For some reason I am getting this error from endpoint:
{'error': {'code': 401000, 'message': 'The request is unauthorized because credentials are missing or invalid.'}}
I did nothing, any kind of change, the script done in python (3.6) was working correctly and then I started getting this error about authorization.
Tried some changes like, use endpoint for my region (westeurope), renew key, use second key, even used alternative method with "Authorization: Bearer key" instead of "Ocp-Apim-Subscription-Key" like documentation says but nothing works.
Here are the screenshots with the settings I hope someone can help me, thanks.


