Fetch icon indicating copy to clipboard operation
Fetch copied to clipboard

Download stuck at QUEUED Status

Open voleep opened this issue 3 years ago • 5 comments

When I try to download a file with 1,80GB from Google Drive shared link which is loaded on WebView and then when it get download url reuest it returns to MainActivity as a result and call download, but stucks on QUEUED, I tried to download from Google Drive on PRDownloader and doesn't work too.

voleep avatar Mar 01 '21 15:03 voleep

Same problem with me. Download was not even started after DOWNLOAD_QUEUED. Did you have any fixes for this?

Udhayarajan avatar Aug 15 '21 07:08 Udhayarajan

Found! if there is any problem with the file path(local path) this kind of problem arises. Try changing fileName or filePath or file extension to proceed to download.

Udhayarajan avatar Aug 25 '21 05:08 Udhayarajan

I have the same issue, stuck in onQueued

orijoseph avatar Jan 24 '22 11:01 orijoseph

@Udhayarajan and @orijoseph can somebody tell me solution about this too

nikzdevz avatar Feb 24 '22 20:02 nikzdevz

@nikzdevz Because my file name contains "_", you can try to change the file name

zilong-zZ avatar Aug 18 '22 08:08 zilong-zZ