What is the problem?
Octopi is connected to my router and 'wifi' but I can't connect to octopi anymore. The website doesn't work and the app doesn't work and ssh doesn't work.
What did you already try to solve it?
I checked the SD card to see if the internet info was correct, and it was.
Logs (syslog, dmesg, ... no logs, no support)
Additional information about your network (Hardware you are trying to connect to, hardware you are trying to connect from, router, access point, used operating systems, ...)
Using a bell home hub 4000 as my router. No problems in the past, just now it doesn't work.
I'm just confused what to do. My octoprint has been running steady for a year now. I recently updated to Python 3 to try new plugins. I installed a GPIO RGB plugin because I wanted to run some RGB led lights.
It was fine for so long but then all of a sudden it just isn't turning on or connecting.
So the wifi is setup correctly. I did check this earlier by removing the SD card. The name and password are both correct. No idea why it would connect and then disconnect immediately? Maybe my wifi on board is damaged?
Ethernet worked, so it means its not an octopi problem?
In the little time I got ethernet to work (since its not feasible to have it plugged in all the time for me), I disabled GPIO RGB plugin. Since that was the last change I made.
Then I ran sudo raspi-config and re-did auto login as well as enter the wifi information. No idea if octoprint overwrites that or not.
So far its working, I can access the webpage and ping google. Super glad, hope it stays that way and isn't temporary.
For the sake of others who may run into this issue as I recently did, verify that both the red and the green LEDs are illuminated on your RPi. The red LED illuminates when the RPi's 5.0V power is present. The green LED illuminates when the RPi's 3.3V power is present. The 3.3V power runs the networking circuits. So, if the 3.3V power is dead so are your network circuits.
Sorry forgot to update here. There's a very high chance I shorted my GPIO pin, but the latest update of that plugin now works really well. It didn't crash my server and was able to change the pins and get it working with my RGB strip.
I think the plugin had an issue with a dependency and me trying to use it on a small LED using the 3v3 might have caused issues.
I highly recommend people properly ground when playing with GPIO pins with resistors, which I didn't do and give the new update of the plugin a try.
Edit: I got lucky and my raspberry pi recovered I guess. But that is good to know, the green light wasn't on any time it crashed.