For hours today, yesterday, and intermittently since I’ve been on here (a month or so) lemmy stops loading using jerboa, liftoff, and a web browser.

The site isn’t listed on any down detector I know of, and each app gives different errors but ultimately just won’t load.

It’s often enough that recently when I consider jumping on here I just don’t because there will probably be an issue. Ranging from not loading, JSON errors, or just blank screens and my comments not working…

What’s going on? Is there a status page for these places?

    • lemming934
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 years ago

      Did you try my suggestion in this comment?

      https://lemmy.sdf.org/comment/1491482

      I think your problem is that you aren’t pointing PowerShell at the right folder. You can use the cd command to get to the right folder containing the python script and config file.

      • Nakedmole@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 years ago

        It is weird. I can navigate to the folder in powershell without a problem.

        C:\Users\Username\Desktop\lemmy_migrate-1.1.0>

        But when I execute

        py lemmy-migrate.py -c config.ini

        in there I get

        C:\Users\Username\AppData\Local\Programs\Python\Python311\python.exe: can’t open file ‘C:\Users\Username\Desktop\lemmy_migrate-1.1.0\lemmy-migrate.py’: [Errno 2] No such file or directory

        Edit:

        Found the problem, it´s

        py lemmy_migrate.py -c config.ini

        and not

        py lemmy-migrate.py -c config.ini

        Thank you for the help!