mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Bug]: "Planka was not startet correctly ;(" when using automatic installer on Raspberry Pi 3 #595
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @0c3 on GitHub (Nov 4, 2024).
Where is the problem occurring?
I encountered the problem while interacting with the server (Backend)
Current behaviour
I run the automatic installer on my Raspberry Pi 3 according to the instructions at https://docs.planka.cloud/docs/installation/automated_installation/getting_started
Since I'm trying to run it locally on my raspberry pi to use it through LAN, and I don't have a domain, I give it "localhost:1337" as the domain. I've also tried "localhost", the IP address of the Raspberry Pi with and without a port, and entering nothing at all. All give the same end result, "planka was not startet correctly ;(".
Regardless of whether I select "Install complete package" or "Install complete package without SSL", the outcome is the screenshot I posted. When I try to run the installer again and select either of the above options, it tells me "ERROR...Planka is already installed"
Desired behaviour
Work
Actual behavior
Doesn't work
Steps to reproduce
@meltyshev commented on GitHub (Nov 6, 2024):
Hi! Thanks for reporting this, we'll check it.
@daniel-hiller commented on GitHub (Nov 6, 2024):
Hi,
i never tested the installer on a raspberry pi,
please go to /opt/planka and run docker compose up -d
cd /opt/plankadocker compose up -dPlease check the output and post it here
@0c3 commented on GitHub (Nov 7, 2024):
@0c3 commented on GitHub (Nov 11, 2024):
Bump
@daniel-hiller commented on GitHub (Nov 14, 2024):
Hi
It looks like your pi has problems reaching the GitHub container registry
Please try to ping it
Ping ghcr.io
@0c3 commented on GitHub (Nov 16, 2024):
Ahh yep, that seems to have been it.
Installed it on a mobile hotspot rather than my WiFi network and it worked fine. Not sure why it didn't work with my WiFi network but the issue isn't on planka's end.