Skip to content

nuget_client.download_package() hangs #185

Description

@thisisnaty

I'm trying to download a NuGet package from a feed. Getting the package from the feed works fine, but when I try to download it with the NuGet client, it just hangs.

feed_client = connection.clients_v5_0.get_feed_client()
nuget_client = connection.clients_v5_0.get_nuget_client()

package = feed_client.get_package(feed_id, package_guid)
package_version = package.versions[0].version

nuget_client.download_package(feed_id, package_name, version)

Any ideas what could be happening?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions