I’m able to reproduce the issue with this video. I’ll look into it. It seems to only affect HLS streams with variable resolution. So it is likely not updating the zoom properly since the aspect ratio doesn’t change, but the size does.
(iOS | Web | Unity3D) Developer
the more you get, the less you are.
- 1 Post
- 6 Comments
CreatureSurvive@lemmy.worldMto
Arctic@lemmy.world•[Bug Report] Editing comment temporarily duplicates link previews
3·1 year agoWhoops, that’s not supposed to happen. It’s a super simple fix, I’ll have this patched really quick.
Sorry I’ve been absent the last week, I’ve been busy and haven’t had much time to work on Arctic. I appreciate all the feedback and reports!
CreatureSurvive@lemmy.worldMto
Arctic@lemmy.world•Why does Arctic need to find devices on the local network?
7·1 year agoAhh, more than likely it tried to generate a link preview for a localhost link. I’ll patch this so localhost links are not fetched.
CreatureSurvive@lemmy.worldMto
Arctic@lemmy.world•[Bug report] Failed to load user details
1·1 year agoGood to know, I see exactly what is causing this issue. I’ll have this patched in the next update. Thanks for letting me know!
CreatureSurvive@lemmy.worldMto
Arctic@lemmy.world•[Bug report] Failed to load user details
1·1 year agoThis is something I haven’t seen before. I’m curious if this may have been an issue with the API considering your account was so new.
In case this is not an issue with the api, would you mind opening the profile tab, and then going to Settings -> About -> Arctic Logs. There should be an entry that shows the raw api request including the username sent with the request. It’s possible that the username is malformed in some way which would cause this issue.
The log entry I am looking for should look something like this:
[2025-03-02 01:13:49 +0000] [info] [lemmy] [performRequestWithCheckedResponse(_:)] LemmyAPI request: https://lemmy.world/api/v3/user?auth=_private_&limit=20&page=1&saved_only=false&sort=New&username=CreatureSurvive%40lemmy.world

This is definitely a caching issue. That menu is updated only as needed, but does not check for external changes. I’m going to update that so it is not cached and rechecks its state when opened.