Cannot Update Raspberry Pi 2 Model B Rev 1.1

What is the problem?
OctoPrint : 1.3.12
Installed: ?
Available: ?
Network error while checking for update

What did you already try to solve it?
Checked /etc/dhcpcd.conf for correct network settings that are working AOK on my other Raspberry Pi setups

Logs (syslog, dmesg, ... no logs, no support)
octoprint.log (63.3 KB)

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, ...)

I have screenshots if it helps? :slight_smile:

Your server does not appear to be able to reach the internet, whether this is incorrect configuration, firewalls, restrictions or what on the network, something is wrong.

Head to the connectivity check (under settings > server) and see if all is well there. If it is not, then try and manually ping things:

  • SSH connect (or keyboard, mouse, HDMI monitor) to the Raspberry Pi
  • Try and ping github.com (ping github.com) since this is the server that it will use to check for updates (Github API).

Maybe it provides more detail about what is going wrong with the update check.

1 Like

Thanks Charlie :slight_smile:

I did as you suggested and ping did not connect.

I then looked again very closely at my /etc/dhcpcd.conf

#DOH ! Me :frowning:

I had........
static domain_name_servers=8.8.8.8,8.8.4.4
instead of
static domain_name_servers=8.8.8.8 8.8.4.4

Too much time doing Mac networking and rarely visiting my OCTOpi's over ssh.

It all works now √

Kind regards & thanks.

James,

2 Likes