Skip to content

UWP IDownloadFile.Url is null when restarting download after restarting app #123

Open
@kanderson-wellbeats

Description

@kanderson-wellbeats

To help us fix your issue, please provide the information in the below template.

Note: If you want to save time, please create a fork, reproduce the bug in the sample projects and add a link to the repository here.

I'm sorry, I tried to reproduce the bug in the sample project but without doing any changes first I tried running it and it just blew up with a bunch of exceptions that I couldn't resolve.

Steps to reproduce

  1. On UWP, start a download.
  2. Quit the app
  3. Relaunch the app
  4. Note that the download continues automatically
  5. Inspect the IDownloadFile's Url property

Expected behavior

The property should have a value

Actual behavior

The property is null

Configuration

Running on Windows 10.1903

Platform:

  • iOS
  • Android
  • UWP
  • Other

Device:

  • Simulator
  • Real device (please specify)

One more note, IDownloadFile.Url property is null, but internally it looks like UWP's DownloadFileImplementation.DownloadOperation.RequestedUri property does have a value, so I'm guessing something just broke in the logic connecting those two.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions