James Barrett
James Barrett
I have a similar issue where data stops arriving after a few hours, can sometimes be days. Restarting the nodered.service fixes the issue. I may need to auto restart the...
I've recently updated and it's gone from every few days to every few hours, it's worse than ever. Also now a restart of the service won't help it needs a...
I'm not sure on the previous version but I'm using the current version that the raspberry pi script pulls from the node red site.
I did nothing other than run apt update, apt upgrade so not sure what happened. I'm due a reinstall soon so I will look at it again then. Edit: So...
Completely broken for me even on a clean install of Ubuntu server. I've even manually added "docker compose" to the cmd file, contains build but fail to run or respond...
Fresh install Docker version 27.3.1, build ce12230 Docker Compose version v2.29.7 fresh git clone rename dir ark ./POK-manager.sh -create nameofserver chose run without sudo as my user is in docker...
I changed the function below and now it create the config file correctly for me, rough edit maybe misguided ``` get_docker_compose_cmd() { local cmd_file="./config/POK-manager/docker_compose_cmd" local config_dir="./config/POK-manager" mkdir -p "$config_dir" if...
docker logs touch: cannot touch '/home/pok/arkserver/updating.flag': Permission denied Current build ID is 15970310, initiating installation.. WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work.
----Starting Ark Server---- Error: Server files not found. Please ensure the server is properly installed.
Today after a clean git clone, manually adding the docker command to config file things seem to be running atm. Will update after testing