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?

  • Nakedmole
    link
    fedilink
    English
    111 months ago

    py -m pip install --user requests

    worked but also returned a warning:

    WARNING: The script normalizer.exe is installed in ‘C:\Users\Username\AppData\Roaming\Python\Python311\Scripts’ which is not on PATH.

    py lemmy-migrate.py -c config.ini

    does not work and returns an error:

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

    I guess I have to place the files in a certain directory, putting them in the python folder did not help though.

    • @lemming934
      link
      English
      111 months ago

      Just make sure that you run the py lemmy-migrate.py -c config.ini command in the same folder that has the python script and your edited config file.