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. [Solved] My Gravatar does not appear
Forum Updated to NodeBB v4.3 + New Features

[Solved] My Gravatar does not appear

Scheduled Pinned Locked Moved Qt.io webservices
38 Posts 8 Posters 13.6k 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.
  • EddyE Offline
    EddyE Offline
    Eddy
    wrote on last edited by
    #12

    Hi Stefan,

    Obviously it took 7 days before my gravatar was updated and I see yours too now.

    So for anyone else in the same situation, just be patient ;)

    Qt Certified Specialist
    www.edalsolutions.be

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #13

      @Stefan: Hooray! Here it is! :-)

      http://www.catb.org/~esr/faqs/smart-questions.html

      1 Reply Last reply
      0
      • W Offline
        W Offline
        walteste
        wrote on last edited by
        #14

        Jabadabdu :-)
        But 7 days is quite long for an image to appear :-)
        [quote author="Volker" date="1322682965"]@Stefan: Hooray! Here it is! :-)[/quote]

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #15

          [quote author="Stefan Walter" date="1322712982"]Jabadabdu :-)
          But 7 days is quite long for an image to appear :-)
          [quote author="Volker" date="1322682965"]@Stefan: Hooray! Here it is! :-)[/quote]

          [/quote]

          Nothing visible here... has it vanished again?

          (Z(:^

          1 Reply Last reply
          0
          • W Offline
            W Offline
            walteste
            wrote on last edited by
            #16

            Yes, it disappeared again. That is spooky!

            1 Reply Last reply
            0
            • G Offline
              G Offline
              goetz
              wrote on last edited by
              #17

              [quote author="Stefan Walter" date="1322722359"]Yes, it disappeared again. That is spooky![/quote]

              -No, it's here!-

              EDIT:
              The situation is more complex:

              The gravatar is shown when calling the SSL secured linke at
              https://developer.qt.nokia.com/forums/viewthread/11967/
              gravatar URL is
              https://secure.gravatar.com/avatar.php?gravatar_id=93fe6eb03daa9f497e9f8ff0b1fae5d4&size=48&default=https://developer.qt.nokia.com/images/qtdn/gravatar_empty.png

              The gravatar is missing when calling the standard HTTP without SSL at
              http://developer.qt.nokia.com/forums/viewthread/11967/
              gravatar URL is
              http://www.gravatar.com/avatar.php?gravatar_id=93fe6eb03daa9f497e9f8ff0b1fae5d4&size=48&default=http://developer.qt.nokia.com/images/qtdn/gravatar_empty.png

              I suspect a problem with gravatar's site, as they return a wrong response on the non-SSL URL. Maybe some caching issue on their side?

              http://www.catb.org/~esr/faqs/smart-questions.html

              1 Reply Last reply
              0
              • sierdzioS Offline
                sierdzioS Offline
                sierdzio
                Moderators
                wrote on last edited by
                #18

                [quote author="Volker" date="1322741834"]
                [quote author="Stefan Walter" date="1322722359"]Yes, it disappeared again. That is spooky![/quote]

                No, it's here![/quote]

                I confirm.

                What a curious case...

                (Z(:^

                1 Reply Last reply
                0
                • W Offline
                  W Offline
                  walteste
                  wrote on last edited by
                  #19

                  Then we have to lean back and wait that they will fix it... Or should we address it somewhere?

                  1 Reply Last reply
                  0
                  • EddyE Offline
                    EddyE Offline
                    Eddy
                    wrote on last edited by
                    #20

                    Volker you are completely right (as usual ;) ! Thanks!

                    It's the https thingy

                    I also noticed that when you start from a https page and use a link from there, it stays always right.
                    So as a workaround I changed my bookmark in my browser and added the s to http and from now on the avatars are correct.

                    So no more
                    http://developer.qt.nokia.com
                    But use
                    https://developer.qt.nokia.com
                    As a starting bookmark

                    Thanks again.

                    [edit : unfortunately not all links work using https. Eg. When you click on the moderator badge you get http again, pity]

                    Qt Certified Specialist
                    www.edalsolutions.be

                    1 Reply Last reply
                    0
                    • EddyE Offline
                      EddyE Offline
                      Eddy
                      wrote on last edited by
                      #21

                      I sent the following to the gravatar moderators.

                      bq. I don't know where to report bugs and hope someone will pick it up here.
                      But we encountered a problem on our forum have a look at that page which explains problems when using http instead of https. The problem occurs both when someone makes a new gravatar and also when one changes an existing one.

                      I hope they pick it up.

                      Qt Certified Specialist
                      www.edalsolutions.be

                      1 Reply Last reply
                      0
                      • S Offline
                        S Offline
                        Smar
                        wrote on last edited by
                        #22

                        You need to force the image to refresh; some browsers keep images in cache as long as a month. The actual Gravatar url doesn’t change, so it might take some time before browser retries downloading of the picture.

                        I note thought that Gravatar has some issues too; simply forcing it to render the picture is few different sizes and letting it be safe and messing with the service makes it appear faster. I had fun time setting my avatar, now it’s visible everywhere... But I guess that’s purpose of Gravatar ;)

                        1 Reply Last reply
                        0
                        • G Offline
                          G Offline
                          goetz
                          wrote on last edited by
                          #23

                          It is NOT a browser cache problem. You can easily check by running the query on a command line tool like curl. The output is

                          @
                          $ curl -v "http://www.gravatar.com/avatar.php?gravatar_id=93fe6eb03daa9f497e9f8ff0b1fae5d4&size=48&default=http://developer.qt.nokia.com/images/qtdn/gravatar_empty.png"

                          • About to connect() to www.gravatar.com port 80 (#0)
                          • Trying 93.184.220.20... connected
                          • Connected to www.gravatar.com (93.184.220.20) port 80 (#0)

                          GET /avatar.php?gravatar_id=93fe6eb03daa9f497e9f8ff0b1fae5d4&size=48&default=http://developer.qt.nokia.com/images/qtdn/gravatar_empty.png HTTP/1.1
                          User-Agent: curl/7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8r zlib/1.2.3
                          Host: www.gravatar.com
                          Accept: /

                          < HTTP/1.1 302 Found
                          < Accept-Ranges: bytes
                          < Cache-Control: max-age=300
                          < Content-Type: text/html; charset=utf-8
                          < Date: Thu, 01 Dec 2011 17:13:13 GMT
                          < Expires: Thu, 01 Dec 2011 17:18:13 GMT
                          < Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
                          < Location: http://developer.qt.nokia.com/images/qtdn/gravatar_empty.png
                          < Server: ECS (fra/D5AC)
                          < Source-Age: 0
                          < Via: 1.1 varnish
                          < X-Cache: 302-HIT
                          < X-Varnish: 101923234
                          < Content-Length: 0
                          <

                          • Connection #0 to host www.gravatar.com left intact
                          • Closing connection #0
                            @

                          http://www.catb.org/~esr/faqs/smart-questions.html

                          1 Reply Last reply
                          0
                          • S Offline
                            S Offline
                            Smar
                            wrote on last edited by
                            #24

                            Okay, maybe it was another service where that was the problem, then...

                            1 Reply Last reply
                            0
                            • S Offline
                              S Offline
                              stemd
                              wrote on last edited by
                              #25

                              It seems that Gravatar stopped working on http, but is working on https.

                              That can be solved by Gravatar (working again on http URLs) or by Nokia (changing avatar code for "gravatars" to look at secure Gravatar server by default).

                              And in the mean time until somebody decides to correct it, we (users) can use https as default protocol. Not so bad (temporary) solution today with multi Mbps connections, I'm thankful that 14400 modems are long gone history ;)

                              1 Reply Last reply
                              0
                              • EddyE Offline
                                EddyE Offline
                                Eddy
                                wrote on last edited by
                                #26

                                Thanks for your valuable information.

                                I've made "a bug report on Jira":https://bugreports.qt.nokia.com/browse/QTWEBSITE-330, so our friendly Trolls can pick it up.

                                Qt Certified Specialist
                                www.edalsolutions.be

                                1 Reply Last reply
                                0
                                • W Offline
                                  W Offline
                                  walteste
                                  wrote on last edited by
                                  #27

                                  My Gravatar appears now correctly.

                                  1 Reply Last reply
                                  0
                                  • EddyE Offline
                                    EddyE Offline
                                    Eddy
                                    wrote on last edited by
                                    #28

                                    You're right.

                                    Even http pages are shown correctly. I think Marius had fixed it. Good work!
                                    In Jira he mentions a wrong default variable.

                                    But the bugreport is still open for doing some testing I guess.

                                    Qt Certified Specialist
                                    www.edalsolutions.be

                                    1 Reply Last reply
                                    0
                                    • M Offline
                                      M Offline
                                      mgran
                                      wrote on last edited by
                                      #29

                                      Gurudutt fixed it :) thanks for confirmation!

                                      Project Manager - Qt Development Frameworks

                                      1 Reply Last reply
                                      0
                                      • G Offline
                                        G Offline
                                        goetz
                                        wrote on last edited by
                                        #30

                                        I can see it! I can see it! huzzaah :-)

                                        http://www.catb.org/~esr/faqs/smart-questions.html

                                        1 Reply Last reply
                                        0
                                        • EddyE Offline
                                          EddyE Offline
                                          Eddy
                                          wrote on last edited by
                                          #31

                                          Thanks Gurudutt! well done.

                                          @ Volker : the beginning of a new song?

                                          I marked this topic as solved

                                          Qt Certified Specialist
                                          www.edalsolutions.be

                                          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