Jump to content

Bl4ckH4wkGER

+Premium Members
  • Posts

    452
  • Joined

  • Last visited

Posts posted by Bl4ckH4wkGER

  1. Both your operating system and your web browser versions are several years old.  Your browser version for example was released on June 30, 2020. Your operating system is even older.

     

    A guess could be that the new logging flow release requires technology that's not offered or supported by these old versions.

     

    I'd recommend trying a different browser to start.

  2. I did some more testing and it appears that it's only an issue when the user you've never messaged before has special characters in their user name. If they messaged you before or there's an otherwise standing conversation, it works.

     

    To repro:

    • Click into message center
    • Compose a new message
    • Type in "ohjoy!"
    • Now click into the message field and try to start typing

    Result:

    • After the first character your message disappears and you're automatically brought back to the user name input field

    Expect:

    • You can type a message, regardless of what characters are in the users username.

     

     

     

    Similarly, if you click on the "message owner" link at the top of one of their caches, e.g. https://www.geocaching.com/geocache/GC6GF55_the-things-glaciers-leave-behind , the user name isn't pre-populated as it should.

    • Helpful 1
  3. Related to 

     

     

    To repro:

    • Log into website
    • Open message center
    • Start chat with a new user you've not talked to before (existing ones work fine)
    • Type in user name - works
    • Try to type in a message test

     

    Result

    • It glitches you back to the user name input
    • you can't send a message

     

    Expect:

    • you can type in and send a message

     

     

    Related - the automated "Message the owner" at the top of the cache page also doesn't work.

     

    Device:

    • Mac 13.4.1 (22F82)
    • Latest Chrome

     

     

  4. 5 hours ago, matzoo70 said:

    Why was the annual payment for the premium membership switched to the monthly payment method in this context?

     

    You're based out of Germany which requires that annual subscription be automatically switched to monthly at the end of the first year. This is per EU regulations since December 2021 and has nothing to do with this price increase.

     

    You should've received an email about that notifying you that'd happend and how to return to your annual membership.

     

    • Surprised 2
    • Helpful 4
  5. It's not just about the publish log, the issue is more complex than that.

     

    You can read more on the issue in this thread that's currently #5 in this sub section. It was #4 before you posted.

     

     

    Would be great if somebody could merge this into the older thread :)

  6. 6 hours ago, tuxah said:

    I use the GPX file to check for several challenges and I recognized, that some statistics in Project GC and my own statistics differ.

    The investigation finally found the bug. It's in the GPX file.

    Example: I attended the event GC8NNZ5 on 2022-07-21 but in the GPX file the date is 2022-07-22

    Extract from GPX file:

            <Groundspeak:log id="1112131979">
              <Groundspeak:date>2022-07-22T00:00:00Z</Groundspeak:date>
              <Groundspeak:type>Attended</Groundspeak:type>
              <Groundspeak:finder id="7672394">tuxah</Groundspeak:finder>
     

    This is wrong and thus my own challenge checkers give wrong results!

    Please FIX ASAP.

    Thanks!

     

    I don't have an explanation for this one. I see that you logged it on Jul/21/2022 20:45:12 and the date or time on the Event was never changed.

     

    It's also not a time zone issue, so getting to the bottom of this will require further time. As this seems to be a one-off so far, I'm don't have a timeline for when that would happen.

     

    If you find further examples and or other players chime in with similar issues, that may help bump this in priority. 

     

    6 hours ago, tuxah said:

    It seems that this mainly happens with events and thus I just thought to use the hidden date as a workaround until I found this event: GC7FBHP

    Most attended at 2018-02-28 as I did but some attended a month later and the listed event date is 2018-03-26 !

    But it definitely was at 2018-02-28 as can be read in the listing: "28.02.2018 ab 18:00 Uhr"

    Maybe the database is corrupted...? Or was it a mistake of the event owner?

     

    I do however have one for this one.

    This Event pre-dates us enforcing that Events could only be logged with the date that matches the Event date.

     

    The date on this Event was never changed either, so the date discrepancy must have slipped through the cracks when the Event was published.

  7. 6 hours ago, MartyBartfast said:

    Going back to my point above, surely the process for releasing code to live requires that someone checks the changes in test before they go into the live site, and then having gone live someone checks the live site?

     

    If that's the case how can it be that this wasn't picked up until one of your customers spotted it?

     

    I actually wrote up a bug report for this on the 13th, believe it or not, while testing something else. So we've been aware, it's just not a drop everything to fix it type of bug.

     

    For any code change, there's a mix of manual and automated testing involved.

     

    Unit tests are written by developers to help guide their development and make sure that they build what is asked.

     

    Further manual tests by an QA engineer are used to validate the acceptance criteria of any particular ticket. As an example: is there a button now where there was no button before in space X.

     

    Automated tests are used to validate certain essential features of the website. As an example: can a player create an account, can they sign in, can they run a search that returns results, etc.

     

    All of this happens at multiple stages:

    - in a test environment

    - during deployment

    - in production once things are live

     

    Catching that a style change in area A had an unintended impact on a otherwise unrelated area B would require some degree of "turning over every stone" of the website every time you make any kind of change. That's not feasible for any company.

     

    Testing styles outside of the changed area or essential areas is generally uncommen. The focus of testing is generally to make sure that "a button is there and works". Visual mismatches 9 times out of 10 tend to be annoyances that are then prioritized as such.

     

    • Upvote 3
    • Helpful 3
×
×
  • Create New...