docker not working #144
Labels
No labels
bug
dependencies
duplicate
enhancement
good first issue
help wanted
invalid
question
waiting for fix validation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: mia/bumper#144
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Describe the bug
After docker isntallation, certs are created but there is a login on confserver with seems to not be working. Access via app does not work.
To Reproduce
Steps to reproduce the behavior:
docker run -it -e "BUMPER_ANNOUNCE_IP=192.168.178.34" -p 443:443 -p 8007:8007 -p 8883:8883 -p 5223:5223 -v /home/admin/bumper/data:/bumper/data --name bumper bmartin5692/bumperExpected behavior
Login should probably work / return success.
App should show the vaccuum online
Home Assistant should see the vacuum
Desktop (please complete the following information):
Smartphone (please complete the following information):
Vacuum (please complete the following information):
Logs attached (I tried to manually use
python3 -m bumperin the end, which lead to some of the errors)logs.zip
I can't speak on the errors, but could not get bumper to work using the example in the past (likely user error). What did work for me was using the docker-compose in the example (obviously change things as needed). That did not solve the app problem, but did allow me to use home assistant. I did this on Unraid, so I used the compose as an example since there is no compose capability or or the ability to rely on other docker containers built in on Unraid.
To summarize what I did (since I do not have docker compose):
sudo service pihole-FTL restarton pihole to reload these changesOne thing I could not get working is the app. It seems like a lot of people still have this issue however. Hope this helps!