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. code.qt.io cannot be accessed
Qt 6.11 is out! See what's new in the release blog

code.qt.io cannot be accessed

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
5 Posts 2 Posters 706 Views
  • 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.
  • G Offline
    G Offline
    gabrield-droid
    wrote on last edited by
    #1

    Hello,
    Is https://code.qt.io/playground/qlitehtml.git referred to https://invent.kde.org/qt/playground/qlitehtml?

    I have cloned the Qt6 repository into ~/qt-sources by git clone --branch v6.10.1 https://github.com/qt/qt5.git . and tried ~/qt-sources/configure -init-submodules -skip qtwebengine -prefix /opt/Qt6 .

    When it was Cloning into 'src/assistant/qlitehtml'..., there was an error like this:

    fatal: unable to access 'https://code.qt.io/playground/qlitehtml.git/': Failed to connect to code.qt.io port 443 after 134706 ms: Connection timed out
    CMake Error at qt-sources/cmake/QtIRProcessHelpers.cmake:173 (message):
      Failed to clone submodule 'src/assistant/qlitehtml'
    
      git clone --no-checkout --progress
      https://code.qt.io/playground/qlitehtml.git src/assistant/qlitehtml exited
      with status: 128
    
    Call Stack (most recent call first):
      qt-sources/cmake/QtIRGitHelpers.cmake:258 (qt_ir_execute_process_and_log_and_handle_error)
      qt-sources/cmake/QtIRGitHelpers.cmake:1114 (qt_ir_clone_one_submodule)
      qt-sources/cmake/QtIRGitHelpers.cmake:1149 (qt_ir_handle_init_submodules)
      qt-sources/cmake/QtIRHelpers.cmake:305 (qt_ir_handle_init_submodules)
      qt-sources/cmake/QtIRHelpers.cmake:362 (qt_ir_run_after_args_parsed)
      qt-sources/cmake/QtTopLevelHelpers.cmake:51 (qt_ir_run_main_script)
      qt-sources/cmake/QtTopLevelConfigureScript.cmake:16 (qt_tl_run_main_script)
    

    I found out the repository playground/qlitehtml in https://invent.kde.org/qt/playground/qlitehtml. Are they the same?

    Could I change the 32nd and 33rd lines of tests/manual/RunCMake/InitRepository/0070_ir_qttools_with_deps-stdout.txt from:

    Submodule 'src/assistant/qlitehtml' \(https://code.qt.io/playground/qlitehtml.git\) registered for path 'src/assistant/…
    \+ git clone --no-checkout https://code.qt.io/playground/qlitehtml.git src/assistant/qlitehtml
    

    to

    Submodule 'src/assistant/qlitehtml' \(https://invent.kde.org/qt/playground/qlitehtml\) registered for path 'src/assistant/…
    \+ git clone --no-checkout https://invent.kde.org/qt/playground/qlitehtml src/assistant/qlitehtml
    

    ?

    I know that I could wait until code.qt.io is accessible. But, what if I don' t have time? Any suggestion?
    Thank you,

    Dylan

    1 Reply Last reply
    0
    • cristian-adamC Offline
      cristian-adamC Offline
      cristian-adam
      wrote on last edited by
      #2

      You can also use https://codereview.qt-project.org/playground/qlitehtml.git

      G 1 Reply Last reply
      1
      • cristian-adamC cristian-adam

        You can also use https://codereview.qt-project.org/playground/qlitehtml.git

        G Offline
        G Offline
        gabrield-droid
        wrote on last edited by
        #3

        @cristian-adam So, I could change the lines of tests/manual/RunCMake/InitRepository/0070_ir_qttools_with_deps-stdout.txt ? Orare there any other files I should change?

        cristian-adamC 1 Reply Last reply
        0
        • G gabrield-droid

          @cristian-adam So, I could change the lines of tests/manual/RunCMake/InitRepository/0070_ir_qttools_with_deps-stdout.txt ? Orare there any other files I should change?

          cristian-adamC Offline
          cristian-adamC Offline
          cristian-adam
          wrote on last edited by
          #4

          @gabrield-droid for Qt Creator I have this line:

          $ git submodule set-url -- src/libs/qlitehtml https://codereview.qt-project.org/playground/qlitehtml.git
          

          You would have to change accordingly for Qt.

          1 Reply Last reply
          0
          • G Offline
            G Offline
            gabrield-droid
            wrote on last edited by
            #5

            Ok. Thank you. Anyway, code.qt.io is accessible again. I can even do git clone --branch v6.10.1 git://code.qt.io/qt/qt5.git . which means all of the submodules are also cloned from code.qt.io. The configuring process has been successful. Anyway. if code.qt.io is not accessible again, can I substitute all the code.qt.io part of each git submodule set-url -- path/path/path https://code.qt.io/path/repository.git to codereview.qt-project.org? I'm talking about Qt6

            1 Reply Last reply
            0

            • Login

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