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 14.8k 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.
  • 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
                            • G Offline
                              G Offline
                              goetz
                              wrote on last edited by
                              #32

                              Definitely not! If I start to sing the milk turns into cheese immediately :)

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

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

                                LOL

                                And my singing is so bad it crawls back into a cow.

                                At least your talent is usefull ;P

                                Qt Certified Specialist
                                www.edalsolutions.be

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

                                  Volker, can you make butter instead? We need it!

                                  http://www.newsinenglish.no/2011/12/06/butter-shortage-keeps-spreading/

                                  Project Manager - Qt Development Frameworks

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

                                    [quote author="mariusg" date="1323437555"]Volker, can you make butter instead? We need it![/quote]

                                    OMG! How can you survive that? How can you make all the xmas pastries? Do you need CARE packages? Emergency Muffins?

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

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

                                      The butter can be found on the "black market" now! 300g for 1000 NOK here: http://www.finn.no/finn/torget/tilsalgs/annonse?finnkode=32210678

                                      Thats over 400 EUR per kilo :)

                                      I'm going to Finland next week - I'm checking in with luggage on the way back :D

                                      Project Manager - Qt Development Frameworks

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

                                        That's incredible! But I think we should move to the lounge, we're getting slightly offtopic :)

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

                                        1 Reply Last reply
                                        0
                                        • G goetz

                                          I still do not see a gravatar, neither on walteste's profile page nor besides his/her forum posts. Neither on Chrome, nor on Safari, nor on Camino. Looks like there's still something going wrong.

                                          W Offline
                                          W Offline
                                          whitesmaverick
                                          wrote on last edited by
                                          #38
                                          This post is deleted!
                                          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