Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Slow downloads with the online installer? Try this tool
Forum Updated to NodeBB v4.3 + New Features

Slow downloads with the online installer? Try this tool

Scheduled Pinned Locked Moved Installation and Deployment
26 Posts 12 Posters 38.9k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • GeographG Geograph

    Fiddler-proxy with hostname-replacing helped me download from fastest mirror in my country.
    I try this tool, but Qt Installer still download from download.qt.io (only local rep was enabled)

    I past all links from this page http://download.qt.io/official_releases/online_installers/qt-unified-windows-x86-online.exe.mirrorlist in DownloadMaster and find the fastest server in Kazakhstan is mirrors.dotsrc.org

    In Qt Installer settings I add proxy 127.0.0.1:8888
    In Fiddler I change Customize Rules "OnBeforeRequest":

    if (oSession.HostnameIs("download.qt.io") && oSession.PathAndQuery.StartsWith("/online/"))
    {
    	oSession.hostname = "mirrors.dotsrc.org";
    	oSession.PathAndQuery = oSession.PathAndQuery.Replace("/online/", "/qtproject/online/");
    }
    

    downloading speed changed from 300Kb/s to 10MB/s

    gghavocG Offline
    gghavocG Offline
    gghavoc
    wrote on last edited by gghavoc
    #21

    @Geograph I want to try this method, unfortunately there's no fiddler-proxy on linux. There's only fiddler everywhere but it's still in beta so I don't know if there's hostname-replacement capabilities yet. Do you know any linux (mint) alternative?

    1 Reply Last reply
    0
    • K Offline
      K Offline
      karpouzi
      wrote on last edited by
      #22

      The tool didn't work for me, and it broke my Maintenance Tool. After reverting the settings, I get a message that the Maintenance Tool "appears to be older than 3.0.2".

      And why should I have to use this tool in the first place, when Qt has been aware of this issue for so many years? I was getting useless speeds from a Japanese mirror, so I had no alternative.

      1 Reply Last reply
      0
      • H Offline
        H Offline
        Hisni
        wrote on last edited by
        #23

        I've had this issue with the Qt online installer for several years on Windows. It almost never works and I think Qt has one of the worst install experiences. To make it even worse they have recently removed the offline installers. At the moment I have no way to install Qt on Windows unless I build it my self from sources.

        jsulmJ 1 Reply Last reply
        0
        • H Hisni

          I've had this issue with the Qt online installer for several years on Windows. It almost never works and I think Qt has one of the worst install experiences. To make it even worse they have recently removed the offline installers. At the moment I have no way to install Qt on Windows unless I build it my self from sources.

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #24

          @Hisni said in Slow downloads with the online installer? Try this tool:

          they have recently removed the offline installers

          Well, those are now only available for users with commercial license.
          I'm too not happy with recent changes.

          Personally I never had issues with online installer, but I know that many users have such issues and it is really pity that those are still not fixed. In most cases the issues are caused by slow/not reachable mirrors, but the official installer does not provide the possibility to select another mirror from a list.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • H Offline
            H Offline
            Hisni
            wrote on last edited by
            #25

            I have been trying daily since 12th this month. After posting here yesterday it now works. Coincidence or not, I don't know :)

            1 Reply Last reply
            0
            • JKSHJ Offline
              JKSHJ Offline
              JKSH
              Moderators
              wrote on last edited by
              #26

              After a long journey, the official Qt Online installer has now added support for mirror selection. A big thanks to the engineers at the Qt Company: https://wiki.qt.io/Online_Installer_4.x#Selecting_a_mirror_for_opensource

              Thank you also to everyone who used the Qt SDK Repo Chooser over the years!

              Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

              1 Reply Last reply
              5

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved