Replies: 1 comment
-
Looks like this was just a copy, paste, and modify issue without fully checking the rest of the code. Here was the problem.
You will notice there is a line I haven't checked the Shiny source but perhaps it uses the existence of HttpContent for some check rather than the IsUpload property. Removing HttpContent allowed the download to be completed without issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a simple project based on the templates. All I've done is add a button/command which adds a download to the queue. The background task seems to start but immediately fails with an issue about accessing a closed stream. I've tried comparing with the samples but I just can't see what is wrong here.
Attached is the project in case it helps point out anything obvious.
DeleteMe3.zip
Beta Was this translation helpful? Give feedback.
All reactions