Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Animated images are not loaded from the network
Forum Updated to NodeBB v4.3 + New Features

Animated images are not loaded from the network

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
6 Posts 3 Posters 506 Views 1 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
    mirrol_1
    wrote on last edited by
    #1

    Hello! I got stuck with the problem of loading animated images into a website:

    QML AnimatedImage: Error Reading Animated Image File https://me-testing.cifrazia.com/uploads/avatars/0005c1cb-c3ec-3f37-d116-62166dd7044f_2021_06_09__16_48_15.webp

    If I download the same image locally (file: ///Users/mirrol/Downloads/ezgif.com-gif-maker.webp), then everything works.

    How can this problem be solved? Qt version 5.15.2

    jsulmJ 1 Reply Last reply
    0
    • mzimmersM Offline
      mzimmersM Offline
      mzimmers
      wrote on last edited by
      #2

      Welcome to the forum. You're much more likely to get meaningful help if you post the code that is giving you problems.

      1 Reply Last reply
      2
      • M mirrol_1

        Hello! I got stuck with the problem of loading animated images into a website:

        QML AnimatedImage: Error Reading Animated Image File https://me-testing.cifrazia.com/uploads/avatars/0005c1cb-c3ec-3f37-d116-62166dd7044f_2021_06_09__16_48_15.webp

        If I download the same image locally (file: ///Users/mirrol/Downloads/ezgif.com-gif-maker.webp), then everything works.

        How can this problem be solved? Qt version 5.15.2

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

        @mirrol_1 said in Animated images are not loaded from the network:

        How can this problem be solved?

        You're trying to download over HTTPS, which means it is SSL encrypted connection. Do you have OpenSSL installed? Do you see any warnings?

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

        1 Reply Last reply
        1
        • M Offline
          M Offline
          mirrol_1
          wrote on last edited by mirrol_1
          #4

          Yes, my open link has been updated. If I just use an image, then everything is reflected. If I use an animated image, it gives only this error: QML AnimatedImage: "Error Reading Animated Image File https://me-testing.cifrazia.com/uploads/avatars/0005c1cb-c3ec-3f37-d116-62166dd7044f_2021_06_09__16_48_15.webp"

          jsulmJ 1 Reply Last reply
          0
          • M mirrol_1

            Yes, my open link has been updated. If I just use an image, then everything is reflected. If I use an animated image, it gives only this error: QML AnimatedImage: "Error Reading Animated Image File https://me-testing.cifrazia.com/uploads/avatars/0005c1cb-c3ec-3f37-d116-62166dd7044f_2021_06_09__16_48_15.webp"

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

            @mirrol_1 said in Animated images are not loaded from the network:

            If I just use an image, then everything is reflected

            Do you use that image from the same URL or locally?

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

            M 1 Reply Last reply
            0
            • jsulmJ jsulm

              @mirrol_1 said in Animated images are not loaded from the network:

              If I just use an image, then everything is reflected

              Do you use that image from the same URL or locally?

              M Offline
              M Offline
              mirrol_1
              wrote on last edited by
              #6

              @jsulm from this url

              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