I am the developer of Summit for Lemmy.

  • 285 Posts
  • 2.43K Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle
  • One other thing. It looks like Graphene OS does not come pre-installed with Google Play Services. Summit uses Crashlytics for crash reporting which is part of Firebase which uses Google Play Services. I wonder if this is causing issues. You can also try disabling Firebase within the app. To do so go to Settings > Logging > Log crashes to Google Firebase. Let me know if this helps.












  • Thank for the information. One change which should still help is that the latest release fixed a bug with error identification. Old clients did not identify rate limit errors correctly and just treated them like regular errors. The new release identifies rate limit errors correctly and will retry after a delay. Moreover the latest release has unique error messages for a lot more network errrors. This might help with identifying what is happening. Eg. Whether its rate limiting or cloudflare blocking.

    @kratoz29@lemm.ee maybe the issues you observed and went away are related to the changes in rate limits. In any case please give the new release a try.


  • A new release is now live as v1.58.2. This release has some special logic for rate limit issues. It also comes with some new tools to try to troubleshoot the issues reported on lemm.ee. Could you please give this release a try when you have a chance?

    If you are still encountering network-like issues you can try the new tool in v1.58.2. You can find it as Settings > Misc > Client user-agent. This setting allows you to change how Summit appears to the Lemmy server. You can try any of the settings but the one I would try first is “Use test user-agent 2”.

    Let me know if the release works better for you or if certain user-agent settings work.






  • I’ve been testing with a lemm.ee account for the past several days but I have still not gotten into a state as you’ve described where things refuse to load.

    I also reviewed network code within the project however not must has changed there between the latest version and v1.54.x.

    I am continuing with the release of v1.58.x which has some performance improvements and some specific changes to how rate limit issues are handled. I’m not sure if it will fix the issue. I will update this thread once that release is fully rolled out.