10
submitted 2 months ago* (last edited 2 months ago) by ticoombs@reddthat.com to c/community@reddthat.com

As we are running the latest and greatest Beta currently. This post will be a list of all known bugs & fun things that we are dealing with.

Please comment if you have a bug so we can help make the next Lemmy version.

Known Bugs

  • Video links are not embeddable when they have a thumbnail. Issue: (UI-#2418)
  • FIXED: Local and All pagination (Clicking Next) results in 25-30 seconds load times. Issue: (Lemmy-#4618)
  • Federation with LemmyWorld
    • We have created a server in Amsterdam which is close enough to LemmyWorld where we can ingest all of the Activities, and then batch-send them to Reddthat. Currently it is performing very well. It is still early in testing but all signs point to solving our activity backlog issue!
  • Private messages are broken #2439-ui
top 13 comments
sorted by: hot top controversial new old
[-] e0qdk@reddthat.com 3 points 2 months ago

I can't seem to get the default lemmy UI to change views at all today. Trying to switch subscribed/local/all or trying change the sort order results in all entries getting highlighted briefly then the same threads are shown.

[-] ticoombs@reddthat.com 3 points 2 months ago

I bet it's something to do with the API / caching. Last month-ish we enabled NGINX caching to help with the "spikey" nature. It should only affect the main front end, but I hadn't tested the frontends extensively.

I got the same issue. Even after modifying the sort settings it stayed being "hot".

[-] e0qdk@reddthat.com 2 points 2 months ago

Glad to know it's not just me. I think there might be more going on than just a caching issue though since when I look at the URLs requested in my browser's dev tools it seems like it's actually requesting the wrong data from the API. It looks like it's always requesting https://reddthat.com/api/v3/post/list?limit=20&sort=New&type_=Subscribed twice per click for me -- with the requests raced -- regardless of whether I click on Local or All or try to change the sort order. (Subscribed + New sort order is my default view; you might get something different if you have a different default view or are testing it logged out.)

[-] freamon@lemmy.world 3 points 3 weeks ago

Not sure where to post this. Sometimes (in ways that are difficult to replicate), I get a JSON response for a reddthat post in my browser instead of an HTML one. It's happened before on mobile (Chrome) and today also desktop (MS Edge), so I was able to make a screenshot:

I'm assuming it's related to 0.19.4, but maybe others have seen this behaviour before the upgrade. Apologies if you're already aware - I had a quick look for other mentions but didn't find any.

[-] ticoombs@reddthat.com 3 points 3 weeks ago

Thanks for letting me know!

An interesting issue indeed! I'll have to check it out. I have a sneaking suspicion it might be due to the nginx caching... ๐Ÿค”

[-] ticoombs@reddthat.com 1 points 3 weeks ago

Possibly fixed, I tweaked the caching mechanism to specify if it was html and json. At least that's what it should do!
If you manage to see it again left me know.

[-] e0qdk@reddthat.com 2 points 2 months ago* (last edited 2 months ago)

This might just be a mlmym issue, but I've noticed that posts in profiles are in a jumbled order. e.g. a comment I made a week ago is on the second page of my profile while posts from months ago are on the first page... https://old.reddthat.com/u/e0qdk

I've also noticed that where it says "<thread title> by <username> in <community>" lists the wrong username. It shows the username of the profile you're viewing when it should be showing the username of who made the thread. (That's definitely a mlmym issue though and not a new one -- it's just been bugging me.)

Edit: Found another bug while posting this. "<thread title> by <username> in <community>" when posted without backticks gets rendered as " in ". i.e. everything in angle brackets is removed instead of being escaped. It gets replaced by <!-- raw HTML omitted --> in the output. Something's really wrong there.

[-] ticoombs@reddthat.com 3 points 2 months ago

Hmm... maybe you viewed your profile at the exact time when our database updated the 'aggregates'? As I can't seem to replicate that problem.

https://github.com/rystaf/mlmym/blob/ba4b330ca05df00a74817ed49ca71ea8848c4614/templates/activities.html#L13 it has been hardcoded to whatever user you are viewing. 'Cause technically (I guess?) the comment is by username. I agree it does not make much sense. (Submitted an issue on mlmym for you)

[-] e0qdk@reddthat.com 2 points 2 months ago

The problem still shows up on my profile (including if I view it logged out) and the order is persistent until I comment -- but still jumbled afterwards. e.g. right before posting this "Penguins in the Bathroom [Penguindrum]" is at the bottom of the first page despite being a post I made 4 months ago, and right above it is "It's just one of those days... [Nichijou]" from just under two months ago with a screenshot from Nichijou as a comment just above that -- but my comments on things like the Kendama Core post and the April Fool's Day Shrek thread are on the second page despite being much more recent.

Looking at your profile right now as well, I see a comment on "Frequent short downtimes lately?" from 8 months ago at the bottom of the first page while your comment about Meta's Threads from 2 weeks ago is at the top the second page.

Looking at it logged out, it seems like it's trying to sort user profiles by Hot by default. I didn't notice that before since I have default sort set to New -- which it definitely is not doing for profiles even though it adds it to the URL. (I'm not sure if it's actually the Hot sort though -- it might be ignoring that too...)

(Submitted an issue on mlmym for you)

Thanks. My ability to interact with Github is limited since I absolutely refuse to give Microsoft my phone number.

[-] e0qdk@reddthat.com 2 points 2 months ago

This might be another mlmym thing, but post previews seem to be getting the ?format=jpg&thumbnail=96 treatment even for non-pictrs links. e.g. I am seeing that added to images from catbox.moe, i.postimg.cc, and other sources.

[-] e0qdk@reddthat.com 1 points 2 months ago* (last edited 2 months ago)

I'm not sure where this change is coming from (I don't see a version number update listed), but dark mode in mlmym seems to have very suddenly changed just a few minutes before I posted this -- <link rel="stylesheet" href="/_/static/dark.css?v=0.0.40%0a" media="(prefers-color-scheme:dark)"> is missing from updated pages leading to things like the envelope being bright white when it was a nice subtle grey before.

Edit: It seems like this was also paired with adding the class "dark" to the body, but this is not equivalent to the old appearance. (Removing class="dark" from the body and adding the old CSS link back reverts the styling change as far as I can tell.)

[-] ticoombs@reddthat.com 2 points 2 months ago* (last edited 2 months ago)

๐Ÿ‘€

๐Ÿ‘€

Reverted ๐Ÿ˜“

As I was looking at mlmym's docs, I thought I had forgot to turn dark mode on

[-] e0qdk@reddthat.com 2 points 2 months ago

Thanks! It looks the way I'm used to again now.

Maybe that option is supposed to make the default view dark mode? I don't know why it would do things differently than enabling dark mode myself in settings, but I guess it does.

this post was submitted on 12 Apr 2024
10 points (100.0% liked)

Reddthat Community and Support

664 readers
2 users here now

Reddthat Community & Support

This community is for us to chat about anything and everything, including support topics!

There is no defining specific rules for this community and it can be anything from "I do not like the weather" to "I've won the jackpot and want to give all the money away to charity!" ๐Ÿ˜„

Before posting, have you read the rules?

Introductory Required Reading


For anything else, try a search and see what turns up, if not post away!


Alternative Support Forums:

founded 1 year ago
MODERATORS