💾 Archived View for tilde.club › ~mowlawner › gemlog › 20240725.gmi captured on 2024-08-25 at 00:23:55. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-08-18)

-=-=-=-=-=-=-

Botany Broken 🪴

25-07-2024

So a while ago I apparently broke Botany. It's a local version we are running on tilde.club ourselves.

I noticed watering my plant didn't work anymore. Running botany from the shell gave me this error.

Traceback (most recent call last):
  File "/srv/botany/botany.py", line 292, in <module>
    my_plant = my_data.load_plant()
               ^^^^^^^^^^^^^^^^^^^^
  File "/srv/botany/botany.py", line 92, in load_plant
    this_plant = pickle.load(f)
                 ^^^^^^^^^^^^^^
EOFError: Ran out of input

First I tought it was a server issue and didn't think much of it. It'd be fixed soon enough.

Today I checked again and it seems like it wasn't fixed yet. I started to suspect an issue on my profile.

I deleted the hidden .botany folder containing my plant data and now everything seems fine again. I did lost my plant though :(

__________________________________________________________

🏠 return to home