this post was submitted on 03 Apr 2026
15 points (100.0% liked)

PieFed Meta

4537 readers
23 users here now

Discuss PieFed project direction, provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics.

Wiki

founded 2 years ago
MODERATORS
15
Empty main feed (piefed.social)
submitted 4 days ago* (last edited 4 days ago) by lukkon@piefed.social to c/piefed_meta@piefed.social
 

Hi all, I think I am facing some bug. My main feed is empty whatever I try to filter. If I click on specific feed that I follow, I see the posts there. Please, help!

EDIT: So it's photon of piefed.social that stopped to work :(

you are viewing a single comment's thread
view the rest of the comments
[–] Snoopy@piefed.social 1 points 4 days ago (1 children)

Hi :)

Maybe it's the language settings. Can you go to settings, then check english ?

[–] lukkon@piefed.social 1 points 4 days ago (1 children)

Tried that, didn't help. I also cleared cookies and cache, logged in again, no change. English stayed as set language.

[–] Snoopy@piefed.social 2 points 4 days ago (2 children)

I guess you also tried with language none and another UI ? That's outside my knowledge.

Meanwhile, you can give us detail :

  • piefed instance
  • subcribed feed
  • and the ui software : Blorp ? Photon ?

Sorry for the inconvenience, i hope someone will help you :)

[–] moseschrute@lemmy.world 3 points 4 days ago (2 children)

Blorp dev here. Did some investigating and it looks like Photon is asking PieFed for page 0 of posts. I'm not sure how technical you are, sorry if this is duh, but programmers like to start counting things from 0. PieFed however doesn't seem to like this.

Here's what I think is happening:

  • Photo asks for page 0 of posts
  • PieFed says "there are no posts at page 0"
  • Photon thinks if page 0 is empty, then there is no page 1

What should happen:

  • Photo should ask for page 1 of posts
  • PieFed will respond "there are 25 posts on page 1"
  • Photon says page 1 is full so page 2 must have content
  • Photon then asks PieFed for page 2 of posts
  • ...etc until we run out of pages of posts

In other words, page 0 is a short circuit that prevents the entire feed from loading

CC @Xylight@lemdro.id @Xylight@lemmy.xylight.dev (photon dev)

Or maybe we wanna fix this at the API level? @rimu@piefed.social @wjs018@piefed.social

[–] Xylight 3 points 4 days ago* (last edited 4 days ago) (1 children)

This seems like it was broken in a recent update since this issue just popped up (i think)

thanks for letting me know, i fixed the problem

[–] mudkip 1 points 3 days ago (1 children)

I'm forking Mono UI. It's called Duo. Check my GitHub for more details

[–] Xylight 1 points 3 days ago
[–] Snoopy@piefed.social 1 points 3 days ago* (last edited 3 days ago)

Thank for the explanation, it was clear. So it was an address problem :)

[–] lukkon@piefed.social 2 points 4 days ago (1 children)

It's piefed.social. just figured out that photon does not work. But it used to. So p.piefed.social is broken :(

[–] Snoopy@piefed.social 2 points 4 days ago

Thank anyway for your report maybe it is related to feed API. :)