Extensions Manager install

Hello teacher, after I successfully installed 3D Slicer, I encountered a problem about “Extensions Manager install”.

  1. The operating system I use is “ubuntu 24.04”; the version of the 3D Slicer software I installed is “Slicer-5.7.0-2024-07-15-linux-amd64”.
  2. When I install the relevant extension, the icon of the relevant extension cannot be loaded normally, and the download speed is extremely slow.
  3. When returning to the “python console” interface, I found the following error message:
    [Qt] An OpenGL Core Profile was requested, but it is not supported on the current platform. Falling back to a non-Core profile. Note that this might cause rendering issues.
    [Qt] Mixed Content: The page at ‘@KitwareMedical/slicer-extensions-webapp’ was loaded over HTTPS, but requested an insecure image ‘http://wiki.slicer.org/slicerWiki /images/f/f6/IntensitySegmenterIcon.png’. This content should also be served over HTTPS.
    [Qt] A cookie associated with a cross-site resource at http://www.nitrc.org/ was set without the SameSite attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with SameSite=None and Secure. You can review cookies in developer tools under Application>Storage>Cookies and see more details at Chrome Platform Status and https://www.chromestatus .com/feature/5633521622188032.

I would like to understand the cause of this error and find the correct installation method.

Thanks, good luck, and looking forward to replying.

Extension packages are quite small (few hundred kilobytes to a frw ten megabytes), so it should be possible to install over a very slow connection.

Most often extension downloads fail due to restrictions on institutional networks. Some security security suites use man-in-the-middle attacks to inspect internet traffic of each user, use heuristics to block certain network activities, or mess with SSL certificates. Do you connect to the internet directly or through an institutional firewall/proxy server?

I connect to the internet through proxy server。
But when I used this network connection method (proxy server) to download and install Extension packages and pytorch applications, I never had such a problem. If I don’t use a proxy service to connect to the Internet, some applications cannot be installed.