jackjamieson2 / yarns-microsub-server

Yarns is a Microsub server that runs as a plugin on your WordPress site.
GNU General Public License v2.0
20 stars 4 forks source link

No items showing for "non indieweb" websites? #88

Closed prtksxna closed 5 years ago

prtksxna commented 5 years ago

I just started using Yarns with Together (same behavior with Monocle too) and its been working perfectly for one of my channels that has the following people:

However, I get no items at all for other websites (that are running WordPress) but don't have anything IndieWeb installed AFAIK, like:

Could you help me troubleshoot this?

jackjamieson2 commented 5 years ago

Happy to help!

Can you clarify a few points?

1) For each site, which feed are you following?

e.g. for the first site there are three feeds:
- https://samwilson.id.au/#page
- https://samwilson.id.au/comments/feed/
- https://samwilson.id.au/feed/

2) Could you also try viewing your feeds in https://monocle.p3k.io? Together is bit stricter than Monocle. If you can see these feeds in Monocle but not in Together, then I'll document it in #89.

Thanks for the bug report!

prtksxna commented 5 years ago

For all the WordPress sites I am following the /feed/, so:

For the ones that are working I am following a combination of different feeds:

prtksxna commented 5 years ago

I am getting the same behavior in Together, Monocle and Indigenous.

jackjamieson2 commented 5 years ago

Thanks, I’ll check it out and try to figure out the problem!

On Fri, Aug 2, 2019 at 10:02 PM Prateek Saxena notifications@github.com wrote:

I am getting the same behavior in Together, Monocle and Indigenous.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/jackjamieson2/yarns-microsub-server/issues/88?email_source=notifications&email_token=AC5U5R26NWHTMYQEEEURFB3QCTRLDA5CNFSM4II7VO3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3PE56Y#issuecomment-517885691, or mute the thread https://github.com/notifications/unsubscribe-auth/AC5U5R4UFHFD4JC742YHTFDQCTRLDANCNFSM4II7VO3A .

jackjamieson2 commented 5 years ago

@prtksxna, I checked out these feeds and they seem to parse correctly.

I suspect the issue is just that these sites hadn't posted in the 14 days leading up to your error report.

By default, Yarns only fetches and stores posts from the previous 14 days. This can be changed in the "Yarns Options" section immediately below the channel list.

Screen Shot 2019-08-06 at 12 16 18 PM

It looks like https://samwilson.id.au/ had posted in the past few days so I think you should now be able to see those posts.

When you get time, could you let me know if my hunch is correct? Thanks

prtksxna commented 5 years ago

You're absolutely right. I checked Indigenous in the morning as saw Sam's posts and realized what must've happened. I didn't know about that setting. Thank you so much for looking into this, and sorry that it wasn't really an issue 😅

jackjamieson2 commented 5 years ago

Now I know that I should make that setting more apparent!