chiefwigms / picobrew_pico

MIT License
149 stars 63 forks source link

Can't connect from Home Wifi, Only Picobrew access point #379

Closed rienmack closed 7 months ago

rienmack commented 7 months ago

Originally posted this on facebook but figured github would be better for a more technical conversation after trying to mess around with it for a bit and detailing everything I have tried and discovered. πŸ‘

I can't seem to connect to the server from my normal wifi connection. I can connect fine from the PICOBREW access point. My zymatic can connect and load the pre-loaded recipes from the server and operate normally. I just need to switch wifi every single time. Which works fine I just can't sync recipes from other sources. I had set a custom hostname (http://picobrew/) and neither that nor http://raspberrypi/ is working and switching back does not help. Not sure If the pi is showing on my connected devices section of my router (or a nmap scan)

Trying to navigate to what I think is the ip of the server, results in a took too long to respond.

Using a raspberry pi 4b 2g with one of the images from a GitHub issue referencing the pi-4 (#378)

When I try to save my wifi through the UI, it says success but when I navigate back to the page everything is empty.

When I navigate to the about section I have the following: image

When I navigate to logs and try to view the Flask/Python server logs I get this message: image

I can ssh to the pi when I am connected to the PICOBREW network. wpa_supplicant.conf is showing my 2.4ghz bssid, ssid and password correctly.

When I try to do a systemctl status rc.local I get the following: Unit rc.local.service could not be found

When I try to start the service I get the same issue.

Any help would be appreciated! Thanks

rienmack commented 7 months ago

Fixed it, just used a different image in the google drive from that issue (2023-08-20-latest instead of stable), and error no longer persists