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 when clicking on repo name #7

Open
stanspotts opened this issue Jul 24, 2019 · 8 comments
Open

Error when clicking on repo name #7

stanspotts opened this issue Jul 24, 2019 · 8 comments
Labels
bug Something isn't working

Comments

@stanspotts
Copy link

I installed the extension, and added a root folder and a subfolder, and added one repo under the subfolder. When I clicked on the repo, I go this:

{
"$id": "1",
"innerException": null,
"message": "The extension 'Magenic.ado-source-cat' doesn't contain the requested asset type 'undefined' in version '0.1.56'.",
"typeName": "Microsoft.VisualStudio.Services.Gallery.WebApi.ExtensionAssetNotFoundException, Microsoft.VisualStudio.Services.Gallery.WebApi",
"typeKey": "ExtensionAssetNotFoundException",
"errorCode": 0,
"eventId": 3000
}

I imagine that wasn't the expected result :).

@stanspotts
Copy link
Author

Using Azure DevOps Server Version 17.143.28621.4, BTW.

@Bowman74
Copy link
Collaborator

Bowman74 commented Jul 25, 2019

No, probably not the expected result, perhaps some difference with the on-prem version. In the new version there is a way to examine the json of the treeview. Can you get that and paste it here?

It should navigate you to the repo when you click on the repo leaf but I'm thinking the URL in there is ... not what we expect.

@Bowman74 Bowman74 added the bug Something isn't working label Jul 26, 2019
@stanspotts
Copy link
Author

stanspotts commented Sep 20, 2019

No URL's in the json, and I just removed the old version and installed today from the Marketplace:
[{"name":"RtTop","nodeType":"folder","children":[{"name":"Life Sciences","nodeType":"folder","children":[{"name":"LS_LSPAdmin","nodeType":"repository"},{"name":"LS_LDR","nodeType":"repository"},{"name":"LS_PDR","nodeType":"repository"},{"name":"LS_LDP","nodeType":"repository"},{"name":"LS_UDI","nodeType":"repository"},{"name":"LS_GRDM","nodeType":"repository"},{"name":"LS_USL","nodeType":"repository"},{"name":"LS_LDRRepo","nodeType":"repository"}]},{"name":"Patents","nodeType":"folder","children":[{"name":"PA_AutomationTools","nodeType":"repository"},{"name":"PA_Classification","nodeType":"repository"},{"name":"PA_ePM_eQC","nodeType":"repository"},{"name":"PA_DBProjects","nodeType":"repository"},{"name":"PA_CofC","nodeType":"repository"}]},{"name":"Infrastructure","nodeType":"folder"},{"name":"Tools","nodeType":"folder"}]}]

@Bowman74
Copy link
Collaborator

@stanspotts That json is definitely invalid. If you manually add the urls does it work?

The question is how did this json get created in the first place?

@Bowman74
Copy link
Collaborator

Bowman74 commented Sep 20, 2019

Also are there any special characters in your repo names?

By repo names I really mean the URL to the repo, it doesn't look like there is anything in the repo name itself other than a _.

@Bowman74
Copy link
Collaborator

It could be that the API of the on-premise version is different from Azure DevOps and it can't find the URL. In such a case manually editing the Json should do the job.

@stanspotts
Copy link
Author

stanspotts commented Sep 22, 2019 via email

@stanspotts
Copy link
Author

stanspotts commented Sep 22, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants