Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

  • Nuget.exe push return 403

    Support proget
    8
    0 Votes
    8 Posts
    15 Views
    ?
    There's a bug, PG-1211, that will ship in 5.0.9 that should resolve this API Key issue!
  • Nuget feed not responding

    Support proget
    3
    0 Votes
    3 Posts
    4 Views
    ?
    This was caused by a connector that was returning a 500 server error. Inedo might want to look into better handling of these errors.
  • Sometimes ProGet looses symbols of a package

    Support proget
    2
    0 Votes
    2 Posts
    0 Views
    ?
    There is nothing in particular on ProGet's side that would cause this to happen; you'll really need to explore package-by-package what's wrong. Check some of the other posts, and of course this documentation for how to debug this... https://inedo.com/support/documentation/proget/feed-types/nuget/symbol-and-source-server
  • Drop Path Error

    Support proget
    2
    0 Votes
    2 Posts
    7 Views
    benB
    Hello Tristen, Are you using a custom package store, such as AWS or Azure, or are the files stored in the default (local filesystem) package store?
  • 0 Votes
    12 Posts
    60 Views
    ?
    I am one of the developers, which is why I can assure to you that ProGet is not issuing a 503. This is IIS. However, based on the new information you've provided, it's likely happening because of an abrupt Application Pool termination such as a access violation, stackoverflow, etc. In such a situation, it's not possible for ProGet to log anything; the program (AppPool) immediately crashes. Then IIS issues the 503 error. However, IIS should be logging these in the Windows Event log; so if you can look into what it is, then we can try to debug it further. This is an easy scenario for us to set-up, and it's a common error condition, but we cannot reproduce it.
  • ProGet and Feed Updates

    Support buildmaster proget
    3
    0 Votes
    3 Posts
    38 Views
    ?
    Thanks for the answer and bummer I didn't connect that dot when reviewing the upgrade procedures.
  • 0 Votes
    3 Posts
    8 Views
    ?
    Alana, thank you for the update. I guess we can consider this closed until such time as we know otherwise.
  • 0 Votes
    3 Posts
    36 Views
    ?
    Thanks Alana. We double checked the PDB files that were being created, and only the .NET 4.5 version was a "full" PDB. After additional investigating we have found the issue. When working with a SDK style project in Visual Studio 2017, the UI does not accurately set the DebugType Full property in the project. For us it left a condition on the PropertyGroup which only applied the DebugType Full element to the net45 version of the assembly. After removing that condition, we are now getting full PDBs created for each version of the assembly.
  • ProGet 4.x and 5.x symbol server

    Support proget nuget symbols
    14
    0 Votes
    14 Posts
    92 Views
    benB
    I have tracked down the root cause of this issue. NuGet feeds (but not NuGet (quirks) feeds) in ProGet 5 generate a list of symbols, but never actually put them in the database. The fix is filed as PG-1195 and will be coming in the next version of ProGet 5. It includes a button in the feed management page to re-index all symbols in a feed, and packages affected by this bug have a message with a link to the feed management page in the place where the list of symbol files would normally be.
  • Unable to upload VSIX

    Support proget tfs
    3
    0 Votes
    3 Posts
    17 Views
    ?
    That worked. Also, I did not need to specify the API key since the user uploading the vsix was a service account with permissions.
  • PowerShell Repository Nuget Feed, 403 Forbidden

    Support proget
    2
    0 Votes
    2 Posts
    4 Views
    T
    ProGet does not distinguish requests based on http or https (that's a different layer), so there is an error somewhere else in the stack. Are there any relevant logs from PowerShellGet?
  • API key requirements on API

    Support proget
    4
    0 Votes
    4 Posts
    19 Views
    T
    The promotion API endpoint does not use a NuGet API key, it uses a ProGet API key. It is unfortunate that the terminology is similar, but feed endpoints are handled independently from ProGet API endpoints, so creating a ProGet API key will not interfere with normal dev use of the NuGet feed. You need to create an API Key in the Admin > API Keys section, and that API key will only be used for ProGet API endpoints (i.e. package promotion, package deployment, and the future "feed management" API).
  • Postgres error on Nuget search

    Support proget postgresql nuget linux
    2
    0 Votes
    2 Posts
    13 Views
    benB
    Hello Javier, There is an error in the PostgreSQL version of NuGetPackagesV2_GetLatestStable, which was introduced in the 5.0 beta. I've filed this as PG-1164 and submitted a fix for my co-workers to review.
  • Upack.exe improvements

    Support proget
    4
    0 Votes
    4 Posts
    7 Views
    atrippA
    The NuGet library is definitely coming! Actually we wrote one for use in Romp, and will just ship that. We'll publish as a pre-release, and once we get it properly documented and whatnot, ship it. But it's fine to use now (the code is really simple).
  • Error while upload nuget package

    Support proget
    4
    0 Votes
    4 Posts
    19 Views
    atrippA
    Hello; it's not the drop path, but the package source path. You can set this in the ADmin > Advanced Settings, and also in each feed.
  • Related to Droppath configuration

    Support proget
    2
    0 Votes
    2 Posts
    6 Views
    ?
    Please make sure that your root path and feed paths are set; this sounds like an empty root path.
  • 400 bad request

    Support errors nuget proget
    4
    0 Votes
    4 Posts
    36 Views
    M
    The 400 (Bad Request) status code indicates that the server cannot or will not process the request because the received syntax is invalid, nonsensical, or exceeds some limitation on what the server is willing to process. It means that the request itself has somehow incorrect or corrupted and the server couldn't understand it. The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method . Therefore, it prevents the website from being properly displayed. The main thing to understand is that the 400 Bad Request error is a client-side error. The cause of a 400 error can be a wrongly written URL or a URL that contains unrecognizable characters. Another cause of the error might be an invalid or expired cookie. Also, if you try to upload a file that's too large. If the server is programmed with a file size limit, then you might encounter a 400 error.
  • ProGet - Container Image Details Page

    Support proget buildmaster
    2
    0 Votes
    2 Posts
    5 Views
    ?
    I've logged PG-1192 as a change to sort alphabetically, with exception of latest.
  • Change Storage.PackagesRootPath

    Support proget-installation proget
    2
    0 Votes
    2 Posts
    21 Views
    ?
    That's the default root directory. Each feed can be customized to have its own path (or use a different storage provider, like Amazon S3).
  • Anonymous access required to restore

    Support proget
    2
    0 Votes
    2 Posts
    11 Views
    ?
    "End of Central Directory record could not be found." sounds like you have sound corrupt zip file / nuget packages. I recommend you to clear your cache and try again. As long as you configure NuGet correctly, then protected feeds works fine.