I can’t use it at all with any third party clients. I can only open the instance site.

2 points

Oddly I can only load lemmy.sdf.org from mobile data. If I’m on wifi it doesn’t work. If I use a VPN on my wifi it also doesn’t work.

permalink
report
reply

Ah, someone else is experiencing the same thing.

permalink
report
parent
reply
1 point

It’s working again for me today. No idea what may have changed

permalink
report
parent
reply
1 point

The API’s working just fine. Here’s what I get when I query it for this post:

https://lemmy.sdf.org/api/v3/post?id=470159
{
  "post_view": {
    "post": {
      "id": 470159,
      "name": "lemmy.sdf.org API down?",
      "body": "I can't use it at all with any third party clients. I can only open the instance site.",
      "creator_id": 125440,
      "community_id": 10,
      "removed": false,
      "locked": false,
      "published": "2023-07-02T00:31:52.695912",
      "deleted": false,
      "nsfw": false,
      "ap_id": "https://lemmy.sdf.org/post/470159",
      "local": true,
      "language_id": 37,
      "featured_community": false,
      "featured_local": false
    },
    "creator": {
      "id": 125440,
      "name": "dept",
      "display_name": "Dept",
      "banned": false,
      "published": "2023-06-16T19:25:59.951622",
      "actor_id": "https://lemmy.sdf.org/u/dept",
      "bio": "He/Him ",
      "local": true,
      "deleted": false,
      "admin": false,
      "bot_account": false,
      "instance_id": 1
    },
    "community": {
      "id": 10,
      "name": "sdfpubnix",
      "title": "sdfpubnix",
      "description": "A hangout for members of the SDF Public Access UNIX System",
      "removed": false,
      "published": "2023-06-06T20:51:57.981858",
      "updated": "2023-06-06T20:59:43.091698",
      "deleted": false,
      "nsfw": false,
      "actor_id": "https://lemmy.sdf.org/c/sdfpubnix",
      "local": true,
      "icon": "https://lemmy.sdf.org/pictrs/image/8f4b88d6-dde1-4060-bc8b-8b0e961c2085.png",
      "banner": "https://lemmy.sdf.org/pictrs/image/13964425-57a8-4fb7-a300-0504c72a176f.png",
      "hidden": false,
      "posting_restricted_to_mods": false,
      "instance_id": 1
    },
    "creator_banned_from_community": false,
    "counts": {
      "id": 107770,
      "post_id": 470159,
      "comments": 3,
      "score": 4,
      "upvotes": 4,
      "downvotes": 0,
      "published": "2023-07-02T00:31:52.695912",
      "newest_comment_time_necro": "2023-07-02T01:03:08.035731",
      "newest_comment_time": "2023-07-02T01:03:08.035731",
      "featured_community": false,
      "featured_local": false,
      "hot_rank": 1655,
      "hot_rank_active": 1790
    },
    "subscribed": "NotSubscribed",
    "saved": false,
    "read": false,
    "creator_blocked": false,
    "unread_comments": 3
  },
  "community_view": {
    "community": {
      "id": 10,
      "name": "sdfpubnix",
      "title": "sdfpubnix",
      "description": "A hangout for members of the SDF Public Access UNIX System",
      "removed": false,
      "published": "2023-06-06T20:51:57.981858",
      "updated": "2023-06-06T20:59:43.091698",
      "deleted": false,
      "nsfw": false,
      "actor_id": "https://lemmy.sdf.org/c/sdfpubnix",
      "local": true,
      "icon": "https://lemmy.sdf.org/pictrs/image/8f4b88d6-dde1-4060-bc8b-8b0e961c2085.png",
      "banner": "https://lemmy.sdf.org/pictrs/image/13964425-57a8-4fb7-a300-0504c72a176f.png",
      "hidden": false,
      "posting_restricted_to_mods": false,
      "instance_id": 1
    },
    "subscribed": "NotSubscribed",
    "blocked": false,
    "counts": {
      "id": 9,
      "community_id": 10,
      "subscribers": 567,
      "posts": 57,
      "comments": 487,
      "published": "2023-06-06T20:51:57.981858",
      "users_active_day": 8,
      "users_active_week": 89,
      "users_active_month": 231,
      "users_active_half_year": 231,
      "hot_rank": 0
    }
  },
  "moderators": [
    {
      "community": {
        "id": 10,
        "name": "sdfpubnix",
        "title": "sdfpubnix",
        "description": "A hangout for members of the SDF Public Access UNIX System",
        "removed": false,
        "published": "2023-06-06T20:51:57.981858",
        "updated": "2023-06-06T20:59:43.091698",
        "deleted": false,
        "nsfw": false,
        "actor_id": "https://lemmy.sdf.org/c/sdfpubnix",
        "local": true,
        "icon": "https://lemmy.sdf.org/pictrs/image/8f4b88d6-dde1-4060-bc8b-8b0e961c2085.png",
        "banner": "https://lemmy.sdf.org/pictrs/image/13964425-57a8-4fb7-a300-0504c72a176f.png",
        "hidden": false,
        "posting_restricted_to_mods": false,
        "instance_id": 1
      },
      "moderator": {
        "id": 185,
        "name": "SDF",
        "avatar": "https://lemmy.sdf.org/pictrs/image/f7823ad5-0407-48e1-b6e4-c671f47e7395.png",
        "banned": false,
        "published": "2023-06-06T20:46:00.241058",
        "actor_id": "https://lemmy.sdf.org/u/SDF",
        "local": true,
        "banner": "https://lemmy.sdf.org/pictrs/image/b3ce8ddb-3163-412a-a4eb-8dbadcc90c21.png",
        "deleted": false,
        "admin": true,
        "bot_account": false,
        "instance_id": 1
      }
    }
  ],
  "cross_posts": []
}
permalink
report
reply
1 point

I had trouble logging into lemmy.sdf.org from the Android client all day. Worked just now though 🤷‍♂️.

permalink
report
reply
2 points

I’ll just chime in and say that I’ve been having issues as well for the last 12 or so hours. Sometimes the mobile site works, sometimes it doesn’t and jumping between the desktop and Jerboa app sometimes gets me connected but it has been very inconsistent and unreliable on all platforms during this time frame.

permalink
report
reply
7 points

I have had issues with a couple lemmy instances today. I think there is both a software upgrade and a massive influx of users going on.

permalink
report
reply
2 points

Hardware upgrades too

permalink
report
parent
reply

sdfpubnix

!sdfpubnix@lemmy.sdf.org

Create post

Fans of SDF

Community stats

  • 190

    Monthly active users

  • 171

    Posts

  • 1.5K

    Comments

Community moderators