Admiral Patrick

Instance admin of dubvee.org and maintainer of the Tesseract for Lemmy UI.

Ask me anything.

  • 2 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle

  • Tesseract is ready, though current release is still in backwards-compatible mode for 0.18.x (none of the new 0.19 API features are enabled, but all primary functionality is tested against 0.19.0).

    However, it does have issues with the /comment/report/list and /post/report/list endpoints as well as /user/report_count. However, those are also throwing the same HTTP 400 errors as with Lemmy-UI 0.19.0-rc.4 (tested against voyager.lemmy.ml).

    The first two throw a 400 with the error not_an_admin even though I am moderating a community.

    I assume those are known issues?









  • Ok, thanks. My response times are way less than that unless there is some other issue.

    I have been dealing with a lot of rate limit errors in lemmy backend, and that may have been my fault. I’m using proxy protocol in front of Nginx, and I didn’t have the right variable set to populate the XFF header from that ($remote_addr vs $proxy_protocol_addr). I usually set those via an include for common proxy headers, but had to remove that include and add the lines manually as some of my defaults were breaking Lemmy UI.

    So it may be possible my instance was erroneously rate-limiting the crawl which contributed to that? I made the fix to that Nginx config about half an hour ago. I’ll wait several hours and re-check the community browser to see if that was the cause.

    One last question: Is that crawler based on any kind of existing project I can pull and fork a new project from?

    Thanks for your insight.