3

I started downloading Beekeeper Studio and Prisma Studio. Both have their .exe files hosted on GitHub. Everything was fine, but near 90%, both of them stopped downloading; I tried stopping/starting and a popup appeared asking for Authotization! enter image description here

I'm using IDM:

enter image description here

I'm asking this here because I don't know what is the problem. Github? My Internet Connection? IDM?

Shahriar
  • 1,855
  • 2
  • 21
  • 45

9 Answers9

5

The problem is that the tool you're using to download the archives is broken.

When you download a release asset from GitHub, the link redirects from the one you provided, using an HTTP 302, to objects.githubusercontent.com, using a special, time-limited, signed URL. By the time the download failed, the link was no longer valid. When your program retried the connection, it should have retried using the original URL because an HTTP 302 is a temporary redirect, and therefore the user-agent (your browser or download tool) is supposed to access the original URL since the redirect might change (which, in this case, it did).

You are probably better off downloading these programs with a tool like curl or similar, which will do the right thing and will also have the ability to resume downloads if the remote server supports the Range header.

bk2204
  • 64,793
  • 6
  • 84
  • 100
  • This is the answer I was looking for! Thanks for your great explanation. BTW, I just downloaded both of them again and luckily they reached 100% :-] – Shahriar Jan 08 '22 at 21:31
1

1- close all dialogs and open IDM main window. 2- right click on your unfinished task and choose "Refresh Download Address". It will automatically open the source page (sometimes you should open it yourself if IDM couldn't) and also a small dialog for new link is waiting until you click the download link/button on the target site 3- resume your unfinished download task.

0

The same thing happened to me but after reading the nice explanation above, it gave me an easier way to get the download back on track instead of redownloading the whole setup again from scratch. Since I was using IDM, all I did was to pause or stop the download, refreshed the download address, and then resumed the download again. it continued and finished perfectly without restarting

keezy
  • 1
  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Feb 05 '22 at 16:08
0

For the IDM just copy new download link and paste it. The download will resume.

  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Mar 30 '22 at 20:52
0

-Redownload the file -Copy the new address link -paste it into the incomplete downloaded file address -Resume your download -Done

0

I am using IDM and what refresh download adress does is that sometimes when it is clicked it opens the website but and tempts the user to close the little small dialog before it could even refresh it.
Possibly your problem is also caused by this little "trap".

Yunnosch
  • 26,130
  • 9
  • 42
  • 54
Abdellah
  • 1
  • 2
  • 2
    Please don't add "thank you" as an answer. Once you have sufficient [reputation](https://stackoverflow.com/help/whats-reputation), you will be able to [vote up questions and answers](https://stackoverflow.com/help/privileges/vote-up) that you found helpful. - [From Review](/review/late-answers/32744847) – Epic Speedy Sep 23 '22 at 22:44
  • Hi Abdellah. As you can see I did my very best to turn your post into an answer. If this is however not what you intended please delete it. – Yunnosch Oct 04 '22 at 19:27
0

to resume the download you just need to replace the old broken download link with the new one in IDM.

and after doing this your downloading will start from where you left it.

IDM have all downloading problems solution.

0

This worked for me hope it does for you.

  • Close all IDM windows.
  • Open IDM again (don't resume download)
  • Right-click on the broken download file and select refresh download address.
  • IDM will open the site and prompt(waiting for the new address to resume the file.
  • Click on the download link again, and IDM will pick up the new address link for the file.
  • Now, try to resume the download.

I hope this helps.

0

1. right click on the desired file in IDM and select Refresh download address.

  1. The browser page will open for you. Click again on the same link you clicked before.

and Done! Your file should continue downloading.

I hope it is useful for you

Ali Salehi
  • 23
  • 1
  • 8