-
Notifications
You must be signed in to change notification settings - Fork 433
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
Generate Release Notes (Crossplatform) 3.40.10 authentication error #928
Comments
We are also facing the same authentication error with the same error in all our pipelines. @rfennell Do advice |
That is strange. The updated task passed all my release test without any issues I they are meant to cover most scenarios. Can you provide me with a detail log (set the pipeline run with diagnostics check box or set a variable Also what platform are you running on is it Azure DevOps Services or Server? And if the server what version? |
It look like the call that get the Agent access token (that is used for all the API call is failing). The only different I can see from my logs are your Azure DevOps instance is using the older URL format As a short term work around you could pass in a PAT to use to talk to the API. This is done using the I will do some digging to see if I can work out a proper fix |
Also We are using Server with Win 16 Std |
@jabimi so you have an on premise Azure DevOps server then? Is so what version Azure DevOps server ? I am a bit confused as the log you upload mentions the Azure DevOps Services URL An on premise instance could explain the problem as it won't support the same version of the API as the cloud service |
I've experienced the same problem today. It was working before the update to 3.40.10 2021-01-08T09:27:24.1213952Z ##[section]Starting: Generate Release Notes |
I think the issue could be related to this this ]Azure-DevOps-Node-API #419 issue](microsoft/azure-devops-node-api#419). If that is the case the fix should be to set I will get a new build done with that option. |
We have the same issue. Could solve this for now by downgrading to task version 2. |
I have just shipped 3.41.3 this has the new As before this update has passed all my release test, but does it address the problem you have all been seeing? |
@rfennell My task succeeded with version 3.41.3. Thank you so much!!! |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Describe the bug
starting with version 3.40.10
we are getting the following error:
This was working fine in 3.39.2
commit:
765e620
Did something change between
"azure-devops-node-api": "^8.1.1"
and "azure-devops-node-api": "^10.2.0"?
The text was updated successfully, but these errors were encountered: