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

Not sure what is to blame for the errors here.. #17

Open
JoeBrockhaus opened this issue Mar 30, 2017 · 0 comments
Open

Not sure what is to blame for the errors here.. #17

JoeBrockhaus opened this issue Mar 30, 2017 · 0 comments

Comments

@JoeBrockhaus
Copy link

I tried creating an OAuth application and using both its name and clientid but neither worked (I get a bad credentials message instead).

Depending on the value of Application Name, I get an invalid format error.

The repository I'm trying to work against is within & owned by an Organization.

2017-03-30T18:29:33.2526410Z ##[error]System.ArgumentException: The path is not of a legal form.
2017-03-30T18:29:33.2526410Z ##[error] at System.IO.Path.LegacyNormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
2017-03-30T18:29:33.2526410Z ##[error] at System.IO.Path.InternalGetDirectoryName(String path)
2017-03-30T18:29:33.2526410Z ##[error] at Microsoft.TeamFoundation.DistributedTask.Task.Common.Core.FindFiles.GetPathPrefix(String pattern)
2017-03-30T18:29:33.2682527Z ##[error] at Microsoft.TeamFoundation.DistributedTask.Task.Common.Core.FindFiles.GetMatchingItems(List1 includePatterns, List1 excludePatterns, Boolean includeFiles, Boolean includeFolders)
2017-03-30T18:29:33.2682527Z ##[error] at Microsoft.TeamFoundation.DistributedTask.Task.Common.Core.FindFiles.FindMatchingFiles(String rootFolder, String matchPattern, Boolean includeFiles, Boolean includeFolders)
2017-03-30T18:29:33.2682527Z ##[error] at Microsoft.TeamFoundation.DistributedTask.Task.Common.PowerShell.FindFilesCmdlet.ProcessRecord()
2017-03-30T18:29:33.2682527Z ##[error] at System.Management.Automation.CommandProcessor.ProcessRecord()
2017-03-30T18:29:33.4715116Z ##[error]Octokit.NotFoundException: Not Found
2017-03-30T18:29:33.4715116Z ##[error] at Octokit.Connection.HandleErrors(IResponse response)
2017-03-30T18:29:33.4715116Z ##[error] at Octokit.Connection.d__51.MoveNext()
2017-03-30T18:29:33.4715116Z ##[error]--- End of stack trace from previous location where exception was thrown ---
2017-03-30T18:29:33.4715116Z ##[error] at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
2017-03-30T18:29:33.4715116Z ##[error] at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
2017-03-30T18:29:33.4715116Z ##[error] at Octokit.Connection.d__501.MoveNext() 2017-03-30T18:29:33.4715116Z ##[error]--- End of stack trace from previous location where exception was thrown --- 2017-03-30T18:29:33.4715116Z ##[error] at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) 2017-03-30T18:29:33.4715116Z ##[error] at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) 2017-03-30T18:29:33.4869637Z ##[error] at Octokit.ApiConnection.<Post>d__171.MoveNext()
2017-03-30T18:29:33.4869637Z ##[error]{"message":"Not Found","documentation_url":"https://developer.github.com/v3"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant