I've install the Visual Studio connector and it all works great, apart from one thing. When I open up the results of a Bamboo build, it shows that it failed to load the build logs from the server, and this is caused by a 404 (not found).
Any ideas?
Here's the full exception:
The remote server returned an error: (404) Not Found.
System.Net.WebException
at System.Net.HttpWebRequest.GetResponse()
at Atlassian.plvs.api.bamboo.rest.RestSession.getQueryResultStream(String endpoint, Boolean setBasicAuth)
at Atlassian.plvs.api.bamboo.rest.RestSession.getBuildLog(String logUrl)
at Atlassian.plvs.api.bamboo.BambooServerFacade.<>c__DisplayClass1c.<getBuildLog>b__1b()
at Atlassian.plvs.api.bamboo.BambooServerFacade.wrapExceptions[T](RestSession session, Wrapped`1 wrapped)
at Atlassian.plvs.api.bamboo.BambooServerFacade.getBuildLog(BambooServer server, String logUrl)
at Atlassian.plvs.ui.bamboo.BuildDetailsPanel.getLogRunner()