You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.
To reproduce, install the extension, then create an estimate for one work item by clicking on "Add Estimate" and filling out the form. This works fine. Then go to a second work item and click on "Add Estimate". This hangs indefinitely and in the dev tools the following errors appear:
TFS.WebApi.Exception: TF1590005: Document with id [OUR ORG] does not exist in collection Default for Current = tae.6.ba
at g (https://cdn.vsassets.io/bundles/vss-bundle-common-vK43pFpJYH8nmuNnhGRpfahsX3fVlXcLh686oXr7ZGk8=:79:499)
at https://cdn.vsassets.io/bundles/vss-bundle-common-vK43pFpJYH8nmuNnhGRpfahsX3fVlXcLh686oXr7ZGk8=:79:3520
at nt (https://cdn.vsassets.io/bundles/vss-bundle-common-vK43pFpJYH8nmuNnhGRpfahsX3fVlXcLh686oXr7ZGk8=:79:763)
at https://cdn.vsassets.io/bundles/vss-bundle-common-vK43pFpJYH8nmuNnhGRpfahsX3fVlXcLh686oXr7ZGk8=:79:3452
at l (https://cdn.vsassets.io/bundles/vss-bundle-common-vK43pFpJYH8nmuNnhGRpfahsX3fVlXcLh686oXr7ZGk8=:33:8126)
at https://cdn.vsassets.io/bundles/vss-bundle-common-vK43pFpJYH8nmuNnhGRpfahsX3fVlXcLh686oXr7ZGk8=:33:8352
at t.when (https://cdn.vsassets.io/bundles/vss-bundle-common-vK43pFpJYH8nmuNnhGRpfahsX3fVlXcLh686oXr7ZGk8=:33:3784)
at t.u.promiseDispatch (https://cdn.vsassets.io/bundles/vss-bundle-common-vK43pFpJYH8nmuNnhGRpfahsX3fVlXcLh686oXr7ZGk8=:33:2828)
at https://cdn.vsassets.io/bundles/vss-bundle-common-vK43pFpJYH8nmuNnhGRpfahsX3fVlXcLh686oXr7ZGk8=:33:1653
at MessagePort.t (https://cdn.vsassets.io/bundles/vss-bundle-common-vK43pFpJYH8nmuNnhGRpfahsX3fVlXcLh686oXr7ZGk8=:33:5777)
And
Failed to load resource: the server responded with a status of 401 ()
For the URL /[OUR ORG]/_apis/ClientTrace/Events:1
In the above [OUR ORG] is the name of our DevOps site.
It seems that this tends to happen if clicking on a work item and then immediately "estimates" without waiting for the time/effort widgets further down to finish loading. If I leave it an extra 10-15secs then this problem seems to disappear.
The text was updated successfully, but these errors were encountered:
michaelbironneau
changed the title
TFS.WebApi.Exception When Creating New Estimate
Add Estimate Hangs Forever with TFS.WebApi.Exception
Oct 20, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To reproduce, install the extension, then create an estimate for one work item by clicking on "Add Estimate" and filling out the form. This works fine. Then go to a second work item and click on "Add Estimate". This hangs indefinitely and in the dev tools the following errors appear:
And
For the URL /[OUR ORG]/_apis/ClientTrace/Events:1
In the above
[OUR ORG]
is the name of our DevOps site.It seems that this tends to happen if clicking on a work item and then immediately "estimates" without waiting for the time/effort widgets further down to finish loading. If I leave it an extra 10-15secs then this problem seems to disappear.
The text was updated successfully, but these errors were encountered: