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

🐛 Bug Report: filters stopped working (cookie value length exceeded) #338

Open
1 task done
lucyknada opened this issue Nov 27, 2024 · 1 comment
Open
1 task done
Labels
bug Something isn't working

Comments

@lucyknada
Copy link

lucyknada commented Nov 27, 2024

updated to latest docker image to rule out any temporary bugs.

I currently have 248 filtered reddit profiles and now when I press filter on any new profile it just refreshes the page and doesnt add that new person in; it seems to be some kind of limit I'm hitting because if I remove 1 filtered feed and add a new one it works.

might have to do with cookie value length limits: "Size:4090" (filters)

  • I checked that the instance that this was reported on is running the latest git commit, or I can reproduce it locally on the latest git commit
@lucyknada lucyknada added the bug Something isn't working label Nov 27, 2024
@lucyknada lucyknada changed the title 🐛 Bug Report: filters stopped working 🐛 Bug Report: filters stopped working (cookie value length exceeded) Nov 27, 2024
@ButteredCats
Copy link
Contributor

If you're able to build Redlib yourself you could give #288 a try. Just be warned that anything it splits into a new cookie wont be readable by other versions of Redlib. Grabbing the restore link and reimporting everything should fix it if it isn't too big for one cookie though.
Or if you're on Firefox manually editing the cookies in devtools also works as a temporary solution.

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
None yet
Development

No branches or pull requests

2 participants