-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
Description
PTLE is thrown from GitHubSourceCodeProviderService.
Stack trace
ERROR, An error has occured while getting the content for path from project eugeneagafonov/ConferenceDemos System.IO.PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
at System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength)
at System.IO.Path.NormalizePath(String path, Boolean fullCheck)
at System.IO.Path.GetDirectoryName(String path)
at Ionic.Zip.ZipEntry.InternalExtract(String baseDir, Stream outstream, String password)
at Ionic.Zip.ZipEntry.Extract(String baseDirectory)
at Ionic.Zip.ZipFile._InternalExtractAll(String path, Boolean overrideExtractExistingProperty)
at Ionic.Zip.ZipFile.ExtractAll(String path, ExtractExistingFileAction extractExistingFile)
at SourceCodeReader.Web.Services.GitHub.GitHubSourceCodeProviderService.ExtractZipBall(String zipFileToExtract, String destinationDirectory) in d:\temp\c0jni425.uhe\input\SourceCodeReader.Web\Services\GitHub\GitHubSourceCodeProviderService.cs:line 216
at SourceCodeReader.Web.Services.GitHub.GitHubSourceCodeProviderService.GetContent(String username, String project, String path, ISourceCodeOpeningProgress openingProgressListener) in d:\temp\c0jni425.uhe\input\SourceCodeReader.Web\Services\GitHub\GitHubSourceCodeProviderService.cs:line 74
Reactions are currently unavailable