Update says complete but not?

What is the problem?

When trying to update from 1.5.3 to 1.6.1 It says it has updated but it has not. Even restarted and have done hard reboots.

What did you already try to solve it?
I have tried running in safe mode. Have tired restarts and hard reboots. Have tried the force check button as well says its up to date.

Have you tried running in safe mode?
Yes

Did running in safe mode solve the problem?
No

Systeminfo Bundle
Ender 3
Raspberry Pi 3 B+

Additional information about your setup

OctoPrint version, OctoPi version, printer, firmware, browser, operating system, ... as much data as possible

Using Chrome 93.0.4577.63 Ender 3 has stock firmware,

Most recent log

2021-09-19 01:30:36,972 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2021-09-19 01:30:36,978 - octoprint.server - INFO - --- Log roll over detected ---------------------------------------------------
2021-09-19 01:30:36,979 - octoprint.server - INFO - OctoPrint 1.5.3
2021-09-19 01:30:36,985 - octoprint.plugin.core - INFO - 16 plugin(s) registered with the system:
|  Action Command Notification Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_notification
|  Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt
|  Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements
|  Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking
|  Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys
|  Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup
|  Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard
|  Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery
|  File Check (2021.2.23) (bundled) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_file_check
|  Firmware Check (2021.2.4) (bundled) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_firmware_check
|  GCode Viewer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/gcodeviewer
|  Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging
|  Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support
|  Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager
|  Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate
|  Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer
Prefix legend: ! = disabled, # = blacklisted, * = incompatible
2021-09-19 01:30:37,017 - octoprint.environment - INFO - Detected environment is Python 2.7.13 under Linux (linux2). Details:
|  hardware:
|      cores: 4
|      freq: 1400.0
|      ram: 918188032
|  os:
|      bits: 32
|      id: linux
|      platform: linux2
|  plugins:
|      pi_support:
|          model: Raspberry Pi 3 Model B Plus Rev 1.3
|          octopi_version: 0.16.0
|          throttle_state: '0xA0008'
|  python:
|      pip: 19.0.1
|      version: 2.7.13
|      virtualenv: /home/pi/oprint
2021-09-19 01:30:37,018 - octoprint.server - INFO - ------------------------------------------------------------------------------
2021-09-19 01:34:46,323 - octoprint.plugins.softwareupdate - INFO - Fetching check overlays from https://plugins.octoprint.org/update_check_overlay.json
2021-09-19 01:34:46,324 - octoprint.plugins.softwareupdate - ERROR - Could not fetch check overlay from https://plugins.octoprint.org/update_check_overlay.json: 'module' object has no attribute 'get'
2021-09-19 01:34:46,447 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
2021-09-19 01:38:25,243 - octoprint.plugins.softwareupdate - ERROR - Could not check firmware_check for updates
Traceback (most recent call last):
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/__init__.py", line 1496, in _get_current_version
    target, check, online=online, credentials=credentials
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/version_checks/github_release.py", line 348, in get_latest
    apikey=apikey,
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/version_checks/github_release.py", line 124, in _get_latest_release
    except requests.ConnectionError as exc:
AttributeError: 'module' object has no attribute 'ConnectionError'
2021-09-19 01:38:25,253 - octoprint.plugins.softwareupdate - ERROR - Could not check pip for updates
Traceback (most recent call last):
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/__init__.py", line 1496, in _get_current_version
    target, check, online=online, credentials=credentials
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/version_checks/pypi_release.py", line 117, in get_latest
    package, include_prerelease=check.get("prerelease", False)
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/version_checks/pypi_release.py", line 75, in _get_latest_release
    except requests.ConnectionError as exc:
AttributeError: 'module' object has no attribute 'ConnectionError'
2021-09-19 01:38:25,259 - octoprint.plugins.softwareupdate - ERROR - Could not check octoprint for updates
Traceback (most recent call last):
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/__init__.py", line 1496, in _get_current_version
    target, check, online=online, credentials=credentials
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/version_checks/github_release.py", line 348, in get_latest
    apikey=apikey,
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/version_checks/github_release.py", line 124, in _get_latest_release
    except requests.ConnectionError as exc:
AttributeError: 'module' object has no attribute 'ConnectionError'
2021-09-19 01:38:25,260 - octoprint.plugins.softwareupdate - ERROR - Could not check file_check for updates
Traceback (most recent call last):
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/__init__.py", line 1496, in _get_current_version
    target, check, online=online, credentials=credentials
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/version_checks/github_release.py", line 348, in get_latest
    apikey=apikey,
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/version_checks/github_release.py", line 124, in _get_latest_release
    except requests.ConnectionError as exc:
AttributeError: 'module' object has no attribute 'ConnectionError'
2021-09-19 01:38:25,314 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
2021-09-19 01:42:00,331 - octoprint.plugins.softwareupdate - ERROR - Could not check firmware_check for updates
Traceback (most recent call last):
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/__init__.py", line 1496, in _get_current_version
    target, check, online=online, credentials=credentials
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/version_checks/github_release.py", line 348, in get_latest
    apikey=apikey,
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/version_checks/github_release.py", line 124, in _get_latest_release
    except requests.ConnectionError as exc:
AttributeError: 'module' object has no attribute 'ConnectionError'
2021-09-19 01:42:00,393 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
2021-09-19 01:42:07,462 - octoprint.plugins.softwareupdate - INFO - Fetching check overlays from https://plugins.octoprint.org/update_check_overlay.json
2021-09-19 01:42:07,465 - octoprint.plugins.softwareupdate - ERROR - Could not fetch check overlay from https://plugins.octoprint.org/update_check_overlay.json: 'module' object has no attribute 'get'
2021-09-19 01:42:07,546 - octoprint.plugins.softwareupdate - ERROR - Could not check firmware_check for updates
Traceback (most recent call last):
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/__init__.py", line 1496, in _get_current_version
    target, check, online=online, credentials=credentials
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/version_checks/github_release.py", line 348, in get_latest
    apikey=apikey,
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/version_checks/github_release.py", line 124, in _get_latest_release
    except requests.ConnectionError as exc:
AttributeError: 'module' object has no attribute 'ConnectionError'
2021-09-19 01:42:07,572 - octoprint.plugins.softwareupdate - ERROR - Could not check pip for updates
Traceback (most recent call last):
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/__init__.py", line 1496, in _get_current_version
    target, check, online=online, credentials=credentials
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/version_checks/pypi_release.py", line 117, in get_latest
    package, include_prerelease=check.get("prerelease", False)
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/version_checks/pypi_release.py", line 75, in _get_latest_release
    except requests.ConnectionError as exc:
AttributeError: 'module' object has no attribute 'ConnectionError'
2021-09-19 01:42:07,575 - octoprint.plugins.softwareupdate - ERROR - Could not check octoprint for updates
Traceback (most recent call last):
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/__init__.py", line 1496, in _get_current_version
    target, check, online=online, credentials=credentials
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/version_checks/github_release.py", line 348, in get_latest
    apikey=apikey,
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/version_checks/github_release.py", line 124, in _get_latest_release
    except requests.ConnectionError as exc:
AttributeError: 'module' object has no attribute 'ConnectionError'
2021-09-19 01:42:07,590 - octoprint.plugins.softwareupdate - ERROR - Could not check file_check for updates
Traceback (most recent call last):
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/__init__.py", line 1496, in _get_current_version
    target, check, online=online, credentials=credentials
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/version_checks/github_release.py", line 348, in get_latest
    apikey=apikey,
  File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/version_checks/github_release.py", line 124, in _get_latest_release
    except requests.ConnectionError as exc:
AttributeError: 'module' object has no attribute 'ConnectionError'
2021-09-19 01:42:07,665 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk

Hello @SirWhiteword !

Could you please share the octoprint.log?

All we can do now is just guessing... :wink:

Thank you I just updated it with the most recent log

Try this :slight_smile: