-
Notifications
You must be signed in to change notification settings - Fork 5
Channels not loading #224
Comments
So I believe the issue is the items array.
|
Ah, that makes sense! Thanks for checking it out I'd structured the data that way for convenience elsewhere, and forgot to strip out the items when returning the channels list. Since the other readers were more forgiving I didn't notice that I'm not following the spec. I'll change that tomorrow and confirm, but I think you're probably right. |
I'm still having the same problem after I removed the items arrays. I've tried with two formats.
I think that should be valid, but please let me know if you think otherwise. Thanks! |
The channel list was being returned along with a list of each channel's subscribed feeds. This does not conform to the Microsub spec and may be causing indigenous for ios to have trouble loading channels (IndiePass/indiepass-ios#224) Added pagination when fetching timeline. Tested briefly and it seems to work so I'll cross my fingers. Addresses #7
Hmm strange. That does look valid. I might have to install Yarn on my test Wordpress instance to figure this one out |
Thanks @EdwardHinkle. Please let me know if you have any ideas and I'll do the same. |
Is this possibly related to #229? |
Hi @mayo, that's a good idea but in this case I've tried uninstalling and reinstalling indigenous several times. I haven't gotten any further with this yet, but my thoughts are it could be:
In either case, the mystery is why my server works with other clients, and Indigenous works with other servers - so it might be a weird combination of minor issues on both ends 🤷♂ |
I am delighted that this seems to be fixed in jackjamieson2/yarns-microsub-server@ca74729 |
When I open indigenous, it does not load my channels list.
My server logs indicate that indigenous made a valid request for channels, so should have received a proper response.
Using my in-development microsub server, so this might be an error on my end, but both Monocle and Together load the channels successfully.
Below is the json that indigenous should be receiving. I'll do some additional testing this week to try to narrow things down.
Some additional background at indieweb/wordpress-micropub#147
The text was updated successfully, but these errors were encountered: