Just got my beer in and wanted to start a new brew scheme in the GUI.
However, when I select “+ new Brew” and give it a name and press “start new brew”, I get a notification window that has no message and the brew won’t start.
It also says script not running.
I ran the update script today on the software of my 2015 brewpi Spark. I am afraid there is a software version mismatch with my hardware?
I wasn’t implying that you did, just guessing possible causes Thanks for supporting us.
Maybe following the docker install method is the easiest way forward. That’s going to be the official install procedure from now on. Makes it easy to reinstall while keeping data and is quicker to set up.
make sure your /var/www/html/data and /home/brewpi/ belongs to the brewpi user that is running the script.
Beware also, if you started it as root before, you might have created new files belonging to root and no more accessible to the daemon that is restarted using the brewpi user. If that’s the case, change the owner from root to brewpi to these data files.
Also check your log messages around the socket error message, it most of the time says what cannot be opened for reading or writing.
I tried the below with no joy. I am not very clued up on all this being reliant on the step by step to get this up and running. Since upgrading the version this seems to be causing these issues.
pi@rhodesy ~ $ sudo rm -R /var/www/html/data/profiles
rm: cannot remove `/var/www/html/data/profiles’: No such file or directory
Sure, output below. Nelson is the profile I just created and tried to start logging however it is stuck on sample. I also cannot apply it as I get ‘I/O Error(2) updating profile: No such file or directory’
pi@rhodesy ~ $ ls -l /var/www/html/data
total 4
drwxrwxr-x 2 brewpi www-data 4096 Aug 24 19:42 Nelson
pi@rhodesy ~ $ ls -l /home/brewpi/data
total 12
drwxrwxr-x 2 brewpi brewpi 4096 Aug 24 19:39 My First BrewPi Run
drwxrwxr-x 2 brewpi brewpi 4096 Aug 24 19:41 Nelson
drwxrwsr-x 2 brewpi brewpi 4096 Aug 24 19:38 Sample Data
Sorry for the confusion. I did not delete the directory until my post above. So still facing the issue both before I deleted and again since reinstalling. I tried the commands above but still getting the exact same issue where I cannot log a new brew nor can I load any profiles.
Appreciate the assistance and bearing with me on this.
I am running this on a raspberry pi 2/Spark 2 which was working fine since I set it up. I then updated the firmware where I now am facing all the issues. I have not amended any installations or the likes other than posted above with nothing touched at all before posting.
Whats the easiest for me to cleanly uninstall and reinstall using Terminal?