I have a 2 months old month and today i realised is not working i cant acces by the ip an port to the web dashboard and when i type the comand to see the dashboard at the rpi it says that error.
pi@raspberrypi:~ $ docker exec -it storagenode /app/dashboard.sh
2020-09-06T18:39:56.155Z INFO Configuration loaded {“Location”: “/app/config/config.yaml”}
2020-09-06T18:39:56.158Z INFO Identity loaded. {“Node ID”: “12p8vXhGUUoL5p3Gw7vi68VfZ3D9hgdWniSY22sDVf1E8uTedBv”}
error context cancelled
Try this checklist
yes the port is open ive checked at open port tool webpage and its open and the ip are correct
Can you show your docker run command ? You can remove any personal info from it.
docker run -d --restart unless-stopped --stop-timeout 300 -p 28967:28967 -p 127.0.0.1:14002:14002 -e WALLET=“0” -e EMAIL="" -e ADDRESS=“213:28967” -e STORAGE=“900GB” --mount type=bind,source="/home/pi/storagenode",destination=/app/identity --mount type=bind,source="/mnt/storj",destination=/app/config --name storagenode storjlabs/storagenode:latest
this is the command but the node have been working ok for two month
Show output of following command.
df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 14G 2.2G 12G 17% /
devtmpfs 1.8G 0 1.8G 0% /dev
tmpfs 1.9G 0 1.9G 0% /dev/shm
tmpfs 1.9G 81M 1.8G 5% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
/dev/mmcblk0p1 253M 54M 199M 22% /boot
/dev/sda 916G 840G 31G 97% /mnt/storj
tmpfs 383M 0 383M 0% /run/user/1000
pi@raspberrypi:~ $
You are keeping only 16G free which is not ideal considering SNOs are recommended to allocate only 90% of free space.
So if I reduce the storage I will work?
Do you see errors in your logs? https://documentation.storj.io/resources/faq/check-logs