Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Behind the Scenes
  3. Qt.io webservices
  4. download.qt.io is down ?
Forum Updated to NodeBB v4.3 + New Features

download.qt.io is down ?

Scheduled Pinned Locked Moved Unsolved Qt.io webservices
78 Posts 39 Posters 33.4k Views 13 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.
  • M Offline
    M Offline
    Mohamab29
    wrote on 21 Jan 2021, 21:23 last edited by
    #44

    can someone update us if the qt server is up?

    E 1 Reply Last reply 21 Jan 2021, 21:41
    0
    • M Mohamab29
      21 Jan 2021, 21:23

      can someone update us if the qt server is up?

      E Offline
      E Offline
      EsmeraldaQuintero
      wrote on 21 Jan 2021, 21:41 last edited by
      #45

      @Mohamab29
      Issue is still present at this time.

      1 Reply Last reply
      0
      • C craigmac
        21 Jan 2021, 17:18

        Can anyone explain how to install 6.0.0 from sources on macOS (11 Big Sur)? Apparently 6.0.0+ will not have
        off-line installers (for open-source license, at least), so my option is to build from 6.0.0 sources (or wait who knows
        how long for the qt online install app to work again).

        I've got the sources: the file called "qt-everywhere-src-6.0.0.tar.gz" by doing:

        cd /tmp
        wget https://qt-mirror.dannhauer.de/official_releases/qt/6.0/6.0.0/single/qt-everywhere-src-6.0.0.tar.xz
        tar xzvf qt-everywhere-src-6.0.0.tar.xz
        cd qt-everwhere-src-6.0.0
        

        The README still talks about 5.x installation, and the 'Linux, Mac:' section is saying to do:

        ./configure --prefix $PWD/qtbase -opensource -nomake tests
        make -j 4
        

        Error I get:

        qt-everywhere-src-6.0.0 $ ./configure --prefix $PWD/qtbase -opensource -nomake tests
        + cd qtbase
        + /tmp/qt-everywhere-src-6.0.0/qtbase/configure -top-level --prefix /tmp/qt-everywhere-src-6.0.0/qtbase -opensource -nomake tests
        CMake Error at qtbase/cmake/QtProcessConfigureArgs.cmake:227 (message):
          Invalid command line parameter '/tmp/qt-everywhere-src-6.0.0/qtbase'.
        Call Stack (most recent call first):
          qtbase/cmake/QtProcessConfigureArgs.cmake:503 (qtConfAddError)
        

        Appreciate any pointers!

        P Offline
        P Offline
        Paper
        wrote on 22 Jan 2021, 03:05 last edited by Paper
        #46

        @craigmac You can just reference what Homebrew does. Although homebrew is now trying to upgrade to Qt6. By the way, issue still present at this time.

        1 Reply Last reply
        0
        • R Offline
          R Offline
          RunLee
          wrote on 22 Jan 2021, 06:28 last edited by
          #47

          anybody knows when the server is up?

          1 Reply Last reply
          0
          • S Offline
            S Offline
            SGaist
            Lifetime Qt Champion
            wrote on 22 Jan 2021, 07:34 last edited by
            #48

            Quoting Tuukka:

            Hi,
             
            Status update of the problem with open-source downloads: Last night we finally got a disk big enough for the packages from the service provider. Most of the data has been transferred throughout the night with a few last things still being uploaded to the new virtual server. After the data transfer is complete we start testing and validation of the data and the system. Target is to enable first the online installer, then the offline packages and finally the achieve of old releases.
             
            Yours,
             
                            Tuukka
            

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            1
            • J jsulm
              21 Jan 2021, 13:05

              @StenGay You have to install Qt also. And a compiler (on Windows select Qt for MinGW).

              S Offline
              S Offline
              StenGay
              wrote on 22 Jan 2021, 13:03 last edited by
              #49

              @jsulm Yea thanks, I did that and finally got it working.

              1 Reply Last reply
              0
              • J Janus Li
                21 Jan 2021, 13:11

                @StenGay I'm also new to Qt but as far as I know Qt creator and Qt are different things. So what you have to install are Qt and a working compiler( e.g. MinGW).

                BTW I think this is a perfect excuse to have your ddl extended lol. Just slap the blog on your teacher('s face).

                S Offline
                S Offline
                StenGay
                wrote on 22 Jan 2021, 13:13 last edited by
                #50

                @Janus-Li Yea I finally got it working, thanks! Confused the hell out of me when people kept telling me to "Install qt" lol

                1 Reply Last reply
                0
                • K Offline
                  K Offline
                  kkoehne
                  Moderators
                  wrote on 22 Jan 2021, 14:26 last edited by kkoehne
                  #51

                  Parts of download.qt.io is live again (and online installer should work).

                  Director R&D, The Qt Company

                  M 1 Reply Last reply 22 Jan 2021, 15:35
                  1
                  • C craigmac
                    21 Jan 2021, 17:18

                    Can anyone explain how to install 6.0.0 from sources on macOS (11 Big Sur)? Apparently 6.0.0+ will not have
                    off-line installers (for open-source license, at least), so my option is to build from 6.0.0 sources (or wait who knows
                    how long for the qt online install app to work again).

                    I've got the sources: the file called "qt-everywhere-src-6.0.0.tar.gz" by doing:

                    cd /tmp
                    wget https://qt-mirror.dannhauer.de/official_releases/qt/6.0/6.0.0/single/qt-everywhere-src-6.0.0.tar.xz
                    tar xzvf qt-everywhere-src-6.0.0.tar.xz
                    cd qt-everwhere-src-6.0.0
                    

                    The README still talks about 5.x installation, and the 'Linux, Mac:' section is saying to do:

                    ./configure --prefix $PWD/qtbase -opensource -nomake tests
                    make -j 4
                    

                    Error I get:

                    qt-everywhere-src-6.0.0 $ ./configure --prefix $PWD/qtbase -opensource -nomake tests
                    + cd qtbase
                    + /tmp/qt-everywhere-src-6.0.0/qtbase/configure -top-level --prefix /tmp/qt-everywhere-src-6.0.0/qtbase -opensource -nomake tests
                    CMake Error at qtbase/cmake/QtProcessConfigureArgs.cmake:227 (message):
                      Invalid command line parameter '/tmp/qt-everywhere-src-6.0.0/qtbase'.
                    Call Stack (most recent call first):
                      qtbase/cmake/QtProcessConfigureArgs.cmake:503 (qtConfAddError)
                    

                    Appreciate any pointers!

                    K Offline
                    K Offline
                    kkoehne
                    Moderators
                    wrote on 22 Jan 2021, 14:29 last edited by
                    #52

                    @craigmac said in download.qt.io is down ?:

                    --prefix

                    Use -prefix (no double --) .
                    For more advise, see also https://wiki.qt.io/Building_Qt_6_from_Git and https://doc.qt.io/qt-6/macos-building.html

                    Director R&D, The Qt Company

                    1 Reply Last reply
                    0
                    • K kkoehne
                      22 Jan 2021, 14:26

                      Parts of download.qt.io is live again (and online installer should work).

                      M Offline
                      M Offline
                      mzimmers
                      wrote on 22 Jan 2021, 15:35 last edited by
                      #53

                      @kkoehne I can confirm that it does work -- I just downloaded Design Studio 2.

                      Thanks to all who worked hard to get us back in the water...

                      1 Reply Last reply
                      0
                      • J Offline
                        J Offline
                        JoLu
                        wrote on 22 Jan 2021, 16:07 last edited by
                        #54

                        is there any idea when this issue will be solved?

                        1 Reply Last reply
                        0
                        • S Offline
                          S Offline
                          SGaist
                          Lifetime Qt Champion
                          wrote on 22 Jan 2021, 16:33 last edited by
                          #55

                          https://www.qt.io/blog/open-source-downloads-working-again

                          Archives of old releases will be available again starting next week.

                          Interested in AI ? www.idiap.ch
                          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                          1 Reply Last reply
                          3
                          • A Offline
                            A Offline
                            andrestoga
                            wrote on 25 Jan 2021, 05:07 last edited by
                            #56

                            Well, I'm still getting the following error:

                            66fa6484-b63a-40e4-a099-52b96a8c3f4d-image.png

                            J J 2 Replies Last reply 25 Jan 2021, 06:26
                            0
                            • A andrestoga
                              25 Jan 2021, 05:07

                              Well, I'm still getting the following error:

                              66fa6484-b63a-40e4-a099-52b96a8c3f4d-image.png

                              J Offline
                              J Offline
                              jsulm
                              Lifetime Qt Champion
                              wrote on 25 Jan 2021, 06:26 last edited by
                              #57

                              @andrestoga Strange. It worked for me yesterday evening.

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

                              1 Reply Last reply
                              0
                              • A andrestoga
                                25 Jan 2021, 05:07

                                Well, I'm still getting the following error:

                                66fa6484-b63a-40e4-a099-52b96a8c3f4d-image.png

                                J Offline
                                J Offline
                                JKSH
                                Moderators
                                wrote on 25 Jan 2021, 12:35 last edited by
                                #58

                                @andrestoga Your download started, which means that your PC was able to establish a connection with download.qt.io. However, the connection broke before it was able to complete.

                                Please try again: Are you able to get past the error? Or does it keep stopping at 22%?

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

                                A 1 Reply Last reply 25 Jan 2021, 15:23
                                0
                                • J JKSH
                                  25 Jan 2021, 12:35

                                  @andrestoga Your download started, which means that your PC was able to establish a connection with download.qt.io. However, the connection broke before it was able to complete.

                                  Please try again: Are you able to get past the error? Or does it keep stopping at 22%?

                                  A Offline
                                  A Offline
                                  andrestoga
                                  wrote on 25 Jan 2021, 15:23 last edited by andrestoga
                                  #59

                                  @JKSH No, I am not able to get past the error. It keeps stopping at 22% with the same file.

                                  J 1 Reply Last reply 26 Jan 2021, 22:50
                                  0
                                  • F FlorianReimold
                                    21 Jan 2021, 14:01

                                    For the moment you can install Qt from any mirror using aqtinstall (=> Another Qt Installer), which is actually meant for automatic installations from command line. It won't install QtCreator, though. Only libraries and binaries for building your project. Check out the aqtinstall github page for a manual: https://github.com/miurahr/aqtinstall

                                    1. Download Python and check "Add to PATH"

                                    2. pip install aqtinstall

                                    3. Install Qt with aqt:

                                    C: & cd C:\ & mkdir C:\Qt

                                    python -m aqt install --base https://qt-mirror.dannhauer.de/ --outputdir c:\Qt 5.15.2 windows desktop win64_msvc2019_64

                                    A Offline
                                    A Offline
                                    andrestoga
                                    wrote on 26 Jan 2021, 17:37 last edited by
                                    #60

                                    @FlorianReimold Where I can find other mirrors?

                                    1 Reply Last reply
                                    0
                                    • A andrestoga
                                      25 Jan 2021, 15:23

                                      @JKSH No, I am not able to get past the error. It keeps stopping at 22% with the same file.

                                      J Offline
                                      J Offline
                                      JKSH
                                      Moderators
                                      wrote on 26 Jan 2021, 22:50 last edited by
                                      #61

                                      @andrestoga said in download.qt.io is down ?:

                                      @JKSH No, I am not able to get past the error. It keeps stopping at 22% with the same file.

                                      Hmm... what happens if you select Qt 5.15.2 instead of Qt 5.15.0?

                                      If you still have no luck, you can try this 3rd-party installer: https://github.com/miurahr/aqtinstall

                                      Where I can find other mirrors?

                                      A list of mirrors can be found at https://download.qt.io/static/mirrorlist/ -- click on the "HTTP" link to get the mirror URL

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

                                      1 Reply Last reply
                                      0
                                      • F Offline
                                        F Offline
                                        FreddoFrog
                                        wrote on 27 Jan 2021, 13:52 last edited by
                                        #62

                                        Appears to be general issues resurfacing again at this time ! I am unable to download "meta" information for updates or Add/Remove Services !

                                        1 Reply Last reply
                                        0
                                        • J Offline
                                          J Offline
                                          jukka
                                          wrote on 28 Jan 2021, 11:49 last edited by
                                          #63

                                          Just released Qt Online installer 4.0.1-1 has now option to specify the mirror for the open source installation.
                                          See https://wiki.qt.io/Online_Installer_4.x#Selecting_a_mirror_for_opensource

                                          1 Reply Last reply
                                          3

                                          53/78

                                          22 Jan 2021, 15:35

                                          • Login

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