• Resolved ttrentham

    (@ttrentham)


    First, thanks for the widget. I’ve been using it for awhile and it’s great.

    I’m using the it in my homepage for my blog. I just noticed today that it’s not getting updates for my checkins. It seems to have stopped on May 20th, 2019. If you go to my Untappd profile, I had a check-in as recent as last night.

    What can I do to troubleshoot? I’m on PHP 7.3 and WordPress 5.2.2. It’s version 1.3.2 of the widget.

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Michael Beckwith

    (@tw2113)

    The BenchPresser

    hmm.

    Any sort of caching changes occur recently with your site?

    I know I have some amount of errors that are supposed to show for admins only. Impossible for me to tell if you’re seeing those.

    Is it possible that there are some issues with your API keys for Untappd? Have you checked their status recently?

    Plugin Author Michael Beckwith

    (@tw2113)

    The BenchPresser

    Definitely seeing them from the user feed API, tested with my own api key pair, so something is not updating the markup or the cache is stuck, is my guess.

    Thread Starter ttrentham

    (@ttrentham)

    I tried it from Postman and it works as expected. I’m not even sure if I have caching.

    Thread Starter ttrentham

    (@ttrentham)

    And both the Flickr and Twitter plugins on that same page are up to date. It’s just Untappd that isn’t.

    Thread Starter ttrentham

    (@ttrentham)

    I do have wp-cache installed, but it’s deactivated and I haven’t ever messed with that at all.

    Plugin Author Michael Beckwith

    (@tw2113)

    The BenchPresser

    Know how to do any sort of transient management? I know I use the transients API to store data so that I’m not hitting the API on every single page load.

    Thread Starter ttrentham

    (@ttrentham)

    Not very familiar but I can check into it. Looks like that means you store things in my WordPress database?

    I did start using Cloudflare in March, but that’s two months before it stopped updating.

    Plugin Author Michael Beckwith

    (@tw2113)

    The BenchPresser

    Technically yes. Transiets are a WP core thing that store data to the wp_options table, but with an expiration time. It’s meant to be temporary. Beyond that, any debugging that I could offer would require having extended access to the site in question.

    Thread Starter ttrentham

    (@ttrentham)

    So, thanks again for the responses.

    After updating several things and not seeing any change, including purging the Cloudfront cache, I decided to change the limit in the plugin settings.

    I had it set to limit=3. I bumped that to limit=4 and saved it. Upon refreshing, I now have the latest 4. It does seem like it wasn’t calling out to Untappd and had just cached some call in the past. Any idea why it would do that? I’m now curious if I’ll be stuck with the latest 4 even after my next checkin.

    Plugin Author Michael Beckwith

    (@tw2113)

    The BenchPresser

    In this case, if it happened once, I have to assume it’d happen again. Hopefully not though.

    My best guess is somehow, some part of the setup isn’t clearing out old transient caches. The fact that you changed the amount to show somehow invalidated the cache is odd since we don’t rely on that value at all for caching.

    By all means, let me know if it gets stuck again, I’m growing curious what’s going on. Maybe make it a purpose to enjoy one more that you want to check in with. I’ll be toasting from afar.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘User Feed Stopped Updating’ is closed to new replies.