What is the problem?
Octoprint does not connect to the plugin repository , github or google. What did you already try to solve it?
Check and make the "octopi-wpa-supplicant" is ok , if it can connect to 8.8.8.8 which it can. Logs (octoprint.log, serial.log or output on terminal tab, ...) octoprint (1).log (514.9 KB) Additional information about your setup (OctoPrint version, OctoPi version, printer, firmware, ...)
Newest OctoPi and everything up to date.
I had to reset my router today , not sure if it affects this in any way.
If you can ssh into OctoPi, then the local network is probably configured correctly. The commands "ifconfig", "route", and "nslookup google.com" should verify that (is "dig" installed? If so, "dig google.com" would also verify that DNS is working).
Resetting the router could have improved the situation. My guess is that DNS isn't working.
Looks exactly like I was expecting based on your symptoms. DNS is not configured correctly on OctoPi or your router isn't responding to DNS requests. Please provide the output of "cat /etc/resolv.conf" and the error from "nslookup google.com" (I'm assuming that Jslookup was a typo). Can you "ping 8.8.8.8" from OctoPi?
Yes , the Pi doesn't want to access the internet , but all the other devices in my house can and access it on the same network. As mentioned above by @b-morgan I think this is something regarding the DNS.
It is something regarding DNS, your RPi has no DNS servers configured (as evidenced by /etc/resolv.conf). The IP address 8.8.8.8 is (one of) Google's DNS servers.
Your router is not supplying DNS servers when the RPi requests an IP address via DHCP. That may be harder to fix than just adding some DNS servers to the RPi manually. To do that, please follow the instructions in https://pimylifeup.com/raspberry-pi-dns-settings/.