Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local feed is empty on lemdro.id #490

Closed
Rexios80 opened this issue Aug 11, 2023 · 8 comments
Closed

Local feed is empty on lemdro.id #490

Rexios80 opened this issue Aug 11, 2023 · 8 comments
Labels
bug Something isn't working

Comments

@Rexios80
Copy link

Describe the bug
Log in with a lemdro.id account and open the local feed

Expected Behavior
The feed is not empty

Actual Behavior
The feed is empty

Mlem Information:
1.0.1 (475)

Additional Context
Local feed works with other instances

@JakeShirley
Copy link
Member

It seems to be working for me locally.

image

@Rexios80
Copy link
Author

image

@JakeShirley
Copy link
Member

OK I reproduced locally. I think this is more of a Lemmy/lemdro.id issue. You are sorting by "active" and the instance is reporting nothing back. "Active" is a bit busted in Lemmy right now I think.

@Rexios80
Copy link
Author

I tried changing sort options and it didn't fix it

@JakeShirley
Copy link
Member

Ok I spoke too soon, this actually seems like we are eating an error here.

I got the following in the console:

Setting sort type for 'feed local' to 'Active'
☠️ ERROR ☠️
🕵️ -> dataCorrupted(Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "posts", intValue: nil), _JSONKey(stringValue: "Index 30", intValue: 30), CodingKeys(stringValue: "post", intValue: nil), CodingKeys(stringValue: "url", intValue: nil)], debugDescription: "Invalid URL string.", underlyingError: nil))
📝 -> The data couldn’t be read because it isn’t in the correct format.
📂 -> Mlem/ContentView.swift | body | line: 81

@Rexios80
Copy link
Author

Actually "old", "most comments", "top" of 6/12/week/month/year/all work but none of the others

@JakeShirley
Copy link
Member

Based on the error above it seems to be specific posts causing the failed parsing. Trying to chase it down now.

@EricBAndrews EricBAndrews added the bug Something isn't working label Aug 14, 2023
@EricBAndrews EricBAndrews moved this from To Triage to To Reproduce in Development Tracker Aug 24, 2023
@mormaer
Copy link
Contributor

mormaer commented Sep 18, 2023

This should now be resolved by #612 🤞

The fix has also been applied to our App Store build (1.0.3)

@github-project-automation github-project-automation bot moved this from To Reproduce to Finished in Development Tracker Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Archived in project
Development

No branches or pull requests

4 participants