• OpenStars@piefed.social
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    5 hours ago

    I haven’t gotten any 504 errors that I can recall, but the entire Fediverse, and even the entire Internet, often comes under attack by things like bot scraping DNS attempts these days.

    Here we are not the big boys like Google, Facebook, etc. to swat them aside so easily with our dedicated (and paid) team of expert professional IT support professionals.

    These Fediverse instances are more like hobbies, outside of the largest ones like Lemmy.World, so some small amounts of downtime is to be expected.

    Edit: the Fediverse Explorer shows uptime stats if you are interested - e.g. PieFed.ca shows 99.63%, which is exactly in-line with the other most populated ones. Hint: sort by decreasing Active Users to see that it is the #3 most popular PieFed instance.

      • MastKalandar@piefed.caOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        5 hours ago

        This has been going on chronically since the past two three days. For example, right now it’s fine. After one hour, all of a sudden it’s likely to show 504.

          • MastKalandar@piefed.caOP
            link
            fedilink
            English
            arrow-up
            1
            ·
            4 hours ago

            No, a different server. I’m working on piefed.ca right now, as l don’t how that instance is going to behave right now. Since the day before, it didn’t open for hours. Something seems terribly wrong over there.

            • HubertManne@piefed.social
              link
              fedilink
              English
              arrow-up
              1
              ·
              38 minutes ago

              you asked if it was the software though. si the instance your having issues with not using the same version then? it might be good to make clear the instance and what version of software and such. Assuming you do know it should be otherwise functioining and notsomething specific to the instance.

    • MastKalandar@piefed.caOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      7 hours ago

      My other account is barely a week old. Mine is Singapore cloudflare. It works fine. The browser is going great. The host has all the issues.

  • INeedMana@piefed.zip
    link
    fedilink
    English
    arrow-up
    8
    ·
    11 hours ago

    It’s not the code, it’s something with feddit.online. We haven’t had problems on piefed.zip

  • farmgineer@nord.pub
    link
    fedilink
    English
    arrow-up
    6
    ·
    11 hours ago

    As a user on nord.pub, I almost never get any 5xx status code errors. Not sure if that helps

      • farmgineer@nord.pub
        link
        fedilink
        English
        arrow-up
        8
        ·
        10 hours ago

        To greatly oversimplify,

        400-499 = you did something bad (404 not found, 401 not authorized, etc.)

        500-599 = our server did something wrong meaning something in the server side went wrong ( either an issue in code or one server can’t reach another)

        4xx can also be caused by bugs (such as a bad request error because a dev broke something with what you are requesting), so it’s a little complicated to explain in very basic terms