Closed duenni closed 1 year ago
Hmm, I thought this was fixed. But the quickest way is to do the following:
sudo service terrariumpi stop
cd /home/pi/TerrariumPI
source venv/bin/activate
pip install pydantic==1.10.9
deactivate
sudo service terrariumpi start
And this should fix it.
That fixed it. Thank you, much appreciated. 😃
@theyosh is there a fix like this for the docker version? I have what seems to be the same issue with the docker version.
Just made new docker images. So a docker pull
should pull a new image, and hopefully solve your issue.
Did a pull of 4.7 (latest) and seems to be working right now.
More info Please look first at the FAQ or Current Issues for more information. Or search in the closed tickets to see if it should been fixed in the past
Setup:
Describe the bug I upgraded from v4.0.0 to 4.7.0 before I did that I also updated all OS packages with apt. Install went smooth without error. After a reboot the WebUI is not reachable. When starting TerrariumPi in debug mode I get the following:
I also noticed that the MOTD still says that 4.0.0 is installed. I rebooted several times. terrariumpi service is started.
To Reproduce / Installation steps Upgrade from 4.0.0 to 4.7.0