All Changes Wiped on Reboot

What is the problem?

I have a fresh Octoprint SD Card on Raspberry PI 3 B+. When I open octopi.local, I run system updates and install plugins. I restart and everything is fine. But when I REBOOT or power off I lose all updates and plugins.

What did you already try to solve it?

WRITE HERE

Have you tried running in safe mode?

Yeah, but restarting in safe mode works but so does just restarting. It's rebooting that is the problem

Did running in safe mode solve the problem?

No

Complete Logs

<small>2021-02-08 03:06:33,089 - octoprint.startup - INFO - ******************************************************************************
2021-02-08 03:06:33,093 - octoprint.startup - INFO - Starting OctoPrint 1.5.2
2021-02-08 03:06:33,093 - octoprint.startup - INFO - ******************************************************************************
2021-02-08 03:06:33,117 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: online
2021-02-08 03:06:33,118 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 8.8.8.8:53 is working
2021-02-08 03:06:33,118 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprint.org is working
2021-02-08 03:06:33,316 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2021-02-08 03:06:37,026 - octoprint.plugin.core - INFO - Found 17 plugin(s) providing 17 mixin implementations, 34 hook handlers
2021-02-08 03:06:37,271 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval
2021-02-08 03:06:37,401 - octoprint.server - INFO - Intermediary server started
2021-02-08 03:06:37,405 - octoprint.printer.profile - ERROR - Profile _default does not exist, creating _default again and setting it as default
2021-02-08 03:06:37,648 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2021-02-08 03:06:37,652 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2021-02-08 03:06:37,677 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_SHOW (needs: "Need(method='role', value='plugin_action_command_notification_show')")
2021-02-08 03:06:37,678 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_CLEAR (needs: "Need(method='role', value='plugin_action_command_notification_clear')")
2021-02-08 03:06:37,679 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: "Need(method='role', value='plugin_action_command_prompt_interact')")
2021-02-08 03:06:37,681 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: "Need(method='role', value='plugin_announcements_read')")
2021-02-08 03:06:37,685 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: "Need(method='role', value='plugin_announcements_manage'), Need(method='role', value='plugin_announcements_read')")
2021-02-08 03:06:37,687 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: "Need(method='role', value='plugin_appkeys_admin')")
2021-02-08 03:06:37,689 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: "Need(method='role', value='plugin_backup_access')")
2021-02-08 03:06:37,690 - octoprint.server - INFO - Added new permission from plugin firmware_check: PLUGIN_FIRMWARE_CHECK_DISPLAY (needs: "Need(method='role', value='plugin_firmware_check_display')")
2021-02-08 03:06:37,694 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: "Need(method='role', value='plugin_logging_manage')")
2021-02-08 03:06:37,698 - octoprint.server - INFO - Added new permission from plugin pi_support: PLUGIN_PI_SUPPORT_STATUS (needs: "Need(method='role', value='plugin_pi_support_check')")
2021-02-08 03:06:37,699 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: "Need(method='role', value='plugin_pluginmanager_manage')")
2021-02-08 03:06:37,701 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: "Need(method='role', value='plugin_pluginmanager_install'), Need(method='role', value='plugin_pluginmanager_manage')")
2021-02-08 03:06:37,706 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: "Need(method='role', value='plugin_softwareupdate_check')")
2021-02-08 03:06:37,708 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: "Need(method='role', value='plugin_softwareupdate_update')")
2021-02-08 03:06:37,708 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CONFIGURE (needs: "Need(method='role', value='plugin_softwareupdate_configure')")
2021-02-08 03:06:39,994 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python3 -m pip" as command to invoke pip
2021-02-08 03:06:41,944 - octoprint.util.pip - INFO - Version of pip is 20.3.3
2021-02-08 03:06:41,950 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python3.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2021-02-08 03:06:41,950 - octoprint.util.pip - INFO - ==> pip ok -> yes
2021-02-08 03:06:42,199 - octoprint.plugin.core - INFO - Initialized 17 plugin implementation(s)
2021-02-08 03:06:42,762 - octoprint.plugin.core - INFO - 17 plugin(s) registered with the system:
|  Action Command Notification Support (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/action_command_notification
|  Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/action_command_prompt
|  Announcement Plugin (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/announcements
|  Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/tracking
|  Application Keys Plugin (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/appkeys
|  Backup & Restore (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/backup
|  Core Wizard (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/corewizard
|  Discovery (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/discovery
|  Error Tracking (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/errortracking
|  File Check (2020.8.7) (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_file_check
|  Firmware Check (2020.9.23) (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_firmware_check
|  GCode Viewer (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/gcodeviewer
|  Logging (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/logging
|  Pi Support Plugin (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/pi_support
|  Plugin Manager (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/pluginmanager
|  Software Update (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/softwareupdate
|  Virtual Printer (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/virtual_printer
Prefix legend: ! = disabled, # = blacklisted, * = incompatible
2021-02-08 03:06:42,803 - octoprint.plugins.pi_support - WARNING - This Raspberry Pi is reporting problems that might lead to bad performance or errors caused by overheating or insufficient power.
!!! UNDERVOLTAGE REPORTED !!! Make sure that the power supply and power cable are capable of supplying enough voltage and current to your Pi.
2021-02-08 03:06:42,835 - octoprint.environment - INFO - Detected environment is Python 3.7.3 under Linux (linux). Details:
|  hardware:
|      cores: 4
|      freq: 1400.0
|      ram: 915718144
|  os:
|      bits: 32
|      id: linux
|      platform: linux
|  plugins:
|      pi_support:
|          model: Raspberry Pi 3 Model B Plus Rev 1.3
|          octopi_version: 0.18.0
|          throttle_state: '0x50005'
|  python:
|      pip: 20.3.3
|      version: 3.7.3
|      virtualenv: /home/pi/oprint
2021-02-08 03:06:42,858 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2021-02-08 03:06:42,861 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2021-02-08 03:06:44,653 - octoprint.server - INFO - Shutting down intermediary server...
2021-02-08 03:06:44,940 - octoprint.server - INFO - Intermediary server shut down
2021-02-08 03:06:44,945 - octoprint.events - INFO - Processing startup event, this is our first event
2021-02-08 03:06:44,946 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event
2021-02-08 03:06:44,955 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2021-02-08 03:06:44,960 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2021-02-08 03:06:44,963 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder...
2021-02-08 03:06:44,982 - octoprint.server.util.watchdog - INFO - ... initial scan done.
2021-02-08 03:06:45,792 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi._http._tcp.local.' for _http._tcp.local.
2021-02-08 03:06:46,801 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi._octoprint._tcp.local.' for _octoprint._tcp.local.
2021-02-08 03:06:46,810 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2021-02-08 03:06:46,859 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2021-02-08 03:06:47,485 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 0.58s
2021-02-08 03:06:47,829 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from https://plugins.octoprint.org/plugins.json
2021-02-08 03:06:48,342 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 0.65s
2021-02-08 03:06:48,871 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python3 -m pip" as command to invoke pip
2021-02-08 03:06:48,880 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python3.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2021-02-08 03:06:48,891 - octoprint.util.pip - INFO - ==> pip ok -> yes
2021-02-08 03:06:48,971 - octoprint.plugins.softwareupdate - INFO - Minimum free storage across all update relevant locations is 11.9GB. That is considered sufficient for updating.
2021-02-08 03:06:48,972 - octoprint.plugins.softwareupdate - INFO - Fetching check overlays from https://plugins.octoprint.org/update_check_overlay.json
2021-02-08 03:06:49,238 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 0.66s
2021-02-08 03:06:50,074 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 0.62s
2021-02-08 03:06:52,224 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python3 -m pip" as command to invoke pip
2021-02-08 03:06:52,238 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python3.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2021-02-08 03:06:52,246 - octoprint.util.pip - INFO - ==> pip ok -> yes
2021-02-08 03:06:52,778 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
2021-02-08 03:06:53,968 - octoprint.plugins.pluginmanager - INFO - Loaded plugin notices data from https://plugins.octoprint.org/notices.json
2021-02-08 03:06:54,015 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 0.55s
2021-02-08 03:08:14,808 - octoprint.server.util.flask.PreemptiveCache - INFO - Adding entry for / and {'path': '/', 'base_url': 'http://octopi.local/', 'query_string': 'l10n=en', '_timestamp': 1612753694.8079746, '_count': 1}
2021-02-08 03:08:38,144 - octoprint.server.util.sockjs - INFO - New connection from client: fe80::f0c4:e7c2:738f:b8c3
2021-02-08 03:08:39,785 - tornado.access - WARNING - 403 GET /api/printerprofiles/_default (fe80::f0c4:e7c2:738f:b8c3) 25.93ms
2021-02-08 03:11:41,674 - octoprint.access.users - INFO - Logged in user: adam
2021-02-08 03:11:41,678 - octoprint.server.api - INFO - Actively logging in user adam from fe80::f0c4:e7c2:738f:b8c3
2021-02-08 03:11:46,040 - octoprint.server.util.sockjs - INFO - User adam logged in on the socket from client fe80::f0c4:e7c2:738f:b8c3
2021-02-08 03:16:54,996 - octoprint.server.api.system - INFO - Performing command for core:shutdown: sudo shutdown -h now
2021-02-08 03:16:55,391 - octoprint.server - INFO - Shutting down...
2021-02-08 03:16:55,417 - octoprint.server.api.system - WARNING - Command for core:shutdown failed with return code -15:
! STDOUT: 
! STDERR: 
2021-02-08 03:16:55,438 - octoprint.server - INFO - Calling on_shutdown on plugins
2021-02-08 03:16:55,448 - octoprint.events - INFO - Processing shutdown event, this will be our last event
2021-02-08 03:16:55,455 - octoprint.events - INFO - Event loop shut down
2021-02-08 03:16:56,008 - octoprint.server - INFO - Goodbye!
2021-02-08 03:17:04,492 - octoprint.startup - INFO - ******************************************************************************
2021-02-08 03:17:04,495 - octoprint.startup - INFO - Starting OctoPrint 1.5.2
2021-02-08 03:17:04,496 - octoprint.startup - INFO - ******************************************************************************
2021-02-08 03:17:11,072 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: offline
2021-02-08 03:17:11,073 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 8.8.8.8:53 is not working
2021-02-08 03:17:11,073 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprint.org is not working
2021-02-08 03:17:11,084 - octoprint.startup - INFO - We don't appear to be online, not fetching plugin blacklist
2021-02-08 03:17:11,189 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2021-02-08 03:17:13,170 - octoprint.plugin.core - INFO - Found 17 plugin(s) providing 17 mixin implementations, 34 hook handlers
2021-02-08 03:17:13,366 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval
2021-02-08 03:17:13,394 - octoprint.server - INFO - Intermediary server started
2021-02-08 03:17:13,424 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2021-02-08 03:17:13,426 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2021-02-08 03:17:13,429 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_SHOW (needs: "Need(method='role', value='plugin_action_command_notification_show')")
2021-02-08 03:17:13,430 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_CLEAR (needs: "Need(method='role', value='plugin_action_command_notification_clear')")
2021-02-08 03:17:13,430 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: "Need(method='role', value='plugin_action_command_prompt_interact')")
2021-02-08 03:17:13,431 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: "Need(method='role', value='plugin_announcements_read')")
2021-02-08 03:17:13,432 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: "Need(method='role', value='plugin_announcements_manage'), Need(method='role', value='plugin_announcements_read')")
2021-02-08 03:17:13,432 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: "Need(method='role', value='plugin_appkeys_admin')")
2021-02-08 03:17:13,433 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: "Need(method='role', value='plugin_backup_access')")
2021-02-08 03:17:13,433 - octoprint.server - INFO - Added new permission from plugin firmware_check: PLUGIN_FIRMWARE_CHECK_DISPLAY (needs: "Need(method='role', value='plugin_firmware_check_display')")
2021-02-08 03:17:13,434 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: "Need(method='role', value='plugin_logging_manage')")
2021-02-08 03:17:13,434 - octoprint.server - INFO - Added new permission from plugin pi_support: PLUGIN_PI_SUPPORT_STATUS (needs: "Need(method='role', value='plugin_pi_support_check')")
2021-02-08 03:17:13,436 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: "Need(method='role', value='plugin_pluginmanager_manage')")
2021-02-08 03:17:13,439 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: "Need(method='role', value='plugin_pluginmanager_install'), Need(method='role', value='plugin_pluginmanager_manage')")
2021-02-08 03:17:13,443 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: "Need(method='role', value='plugin_softwareupdate_check')")
2021-02-08 03:17:13,443 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: "Need(method='role', value='plugin_softwareupdate_update')")
2021-02-08 03:17:13,443 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CONFIGURE (needs: "Need(method='role', value='plugin_softwareupdate_configure')")
2021-02-08 03:17:14,567 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python3 -m pip" as command to invoke pip
2021-02-08 03:17:15,446 - octoprint.util.pip - INFO - Version of pip is 20.3.3
2021-02-08 03:17:15,448 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python3.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2021-02-08 03:17:15,449 - octoprint.util.pip - INFO - ==> pip ok -> yes
2021-02-08 03:17:15,517 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2021-02-08 03:17:15,546 - octoprint.plugin.core - INFO - Initialized 17 plugin implementation(s)
2021-02-08 03:17:15,569 - octoprint.plugin.core - INFO - 17 plugin(s) registered with the system:
|  Action Command Notification Support (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/action_command_notification
|  Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/action_command_prompt
|  Announcement Plugin (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/announcements
|  Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/tracking
|  Application Keys Plugin (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/appkeys
|  Backup & Restore (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/backup
|  Core Wizard (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/corewizard
|  Discovery (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/discovery
|  Error Tracking (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/errortracking
|  File Check (2020.8.7) (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_file_check
|  Firmware Check (2020.9.23) (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_firmware_check
|  GCode Viewer (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/gcodeviewer
|  Logging (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/logging
|  Pi Support Plugin (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/pi_support
|  Plugin Manager (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/pluginmanager
|  Software Update (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/softwareupdate
|  Virtual Printer (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/virtual_printer
Prefix legend: ! = disabled, # = blacklisted, * = incompatible
2021-02-08 03:17:15,612 - octoprint.environment - INFO - Detected environment is Python 3.7.3 under Linux (linux). Details:
|  hardware:
|      cores: 4
|      freq: 1400.0
|      ram: 915718144
|  os:
|      bits: 32
|      id: linux
|      platform: linux
|  plugins:
|      pi_support:
|          model: Raspberry Pi 3 Model B Plus Rev 1.3
|          octopi_version: 0.18.0
|          throttle_state: '0x0'
|  python:
|      pip: 20.3.3
|      version: 3.7.3
|      virtualenv: /home/pi/oprint
2021-02-08 03:17:15,636 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2021-02-08 03:17:15,657 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2021-02-08 03:17:16,430 - octoprint.server - INFO - Shutting down intermediary server...
2021-02-08 03:17:16,904 - octoprint.server - INFO - Intermediary server shut down
2021-02-08 03:17:16,907 - octoprint.events - INFO - Processing startup event, this is our first event
2021-02-08 03:17:16,907 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event
2021-02-08 03:17:16,908 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2021-02-08 03:17:16,914 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2021-02-08 03:17:16,915 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder...
2021-02-08 03:17:16,919 - octoprint.server.util.watchdog - INFO - ... initial scan done.
2021-02-08 03:17:17,738 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi._http._tcp.local.' for _http._tcp.local.
2021-02-08 03:17:18,562 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi._octoprint._tcp.local.' for _octoprint._tcp.local.
2021-02-08 03:17:18,581 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2021-02-08 03:17:18,604 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2021-02-08 03:17:18,675 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2021-02-08 03:17:19,618 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python3 -m pip" as command to invoke pip
2021-02-08 03:17:19,625 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python3.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2021-02-08 03:17:19,626 - octoprint.util.pip - INFO - ==> pip ok -> yes
2021-02-08 03:17:19,664 - octoprint.plugins.softwareupdate - INFO - Minimum free storage across all update relevant locations is 11.9GB. That is considered sufficient for updating.
2021-02-08 03:17:19,664 - octoprint.plugins.softwareupdate - INFO - Not fetching check overlays, we are offline
2021-02-08 03:17:19,879 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity changed from offline to online
2021-02-08 03:17:19,953 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2021-02-08 03:17:21,104 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid
2021-02-08 03:17:22,203 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid
2021-02-08 03:17:22,258 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python3 -m pip" as command to invoke pip
2021-02-08 03:17:22,260 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python3.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2021-02-08 03:17:22,260 - octoprint.util.pip - INFO - ==> pip ok -> yes
2021-02-08 03:17:22,289 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
2021-02-08 03:17:22,422 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'base_url': 'http://octopi.local/', 'path': '/', 'query_string': 'l10n=en'}
2021-02-08 20:05:48,674 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2021-02-08 20:05:49,473 - octoprint.server.preemptive_cache - INFO - ... done in 9.35s
2021-02-08 20:08:00,282 - octoprint.server.util.flask - INFO - Passively logging in user adam from fe80::f0c4:e7c2:738f:b8c3
2021-02-08 20:08:00,283 - octoprint.access.users - INFO - Logged in user: adam
2021-02-08 20:08:01,025 - octoprint.server.util.flask - INFO - Passively logging in user adam from fe80::f0c4:e7c2:738f:b8c3
2021-02-08 20:08:01,025 - octoprint.access.users - INFO - Logged in user: adam
2021-02-08 20:08:02,293 - octoprint.server.util.sockjs - INFO - New connection from client: fe80::f0c4:e7c2:738f:b8c3
2021-02-08 20:08:02,402 - octoprint.server.util.sockjs - INFO - New connection from client: fe80::f0c4:e7c2:738f:b8c3
2021-02-08 20:08:02,590 - octoprint.server.util.sockjs - INFO - Client connection closed: fe80::f0c4:e7c2:738f:b8c3
2021-02-08 20:08:02,602 - octoprint.server.util.flask - INFO - Passively logging in user adam from fe80::f0c4:e7c2:738f:b8c3
2021-02-08 20:08:02,603 - octoprint.access.users - INFO - Logged in user: adam
2021-02-08 20:08:02,814 - octoprint.plugins.softwareupdate - INFO - Fetching check overlays from https://plugins.octoprint.org/update_check_overlay.json
2021-02-08 20:08:04,756 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 0.46s
2021-02-08 20:08:05,336 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 0.51s
2021-02-08 20:08:05,845 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 0.44s
2021-02-08 20:08:06,340 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 0.46s
2021-02-08 20:08:07,449 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 0.45s
2021-02-08 20:08:08,318 - octoprint.plugins.pluginmanager - INFO - Loaded plugin notices data from https://plugins.octoprint.org/notices.json
2021-02-08 20:08:08,908 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
2021-02-08 20:08:08,953 - octoprint.server.util.sockjs - INFO - User adam logged in on the socket from client fe80::f0c4:e7c2:738f:b8c3
2021-02-08 20:08:13,758 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial connection"
2021-02-08 20:08:13,788 - octoprint.util.comm - INFO - Serial detection: Performing autodetection with 7 port/baudrate candidates: /dev/ttyUSB0@115200, /dev/ttyUSB0@250000, /dev/ttyUSB0@230400, /dev/ttyUSB0@57600, /dev/ttyUSB0@38400, /dev/ttyUSB0@19200, /dev/ttyUSB0@9600
2021-02-08 20:08:13,788 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyUSB0, baudrate 115200
2021-02-08 20:08:13,790 - octoprint.util.comm - INFO - Connecting to port /dev/ttyUSB0, baudrate 115200
2021-02-08 20:08:13,807 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #1 with timeout 2.0s
2021-02-08 20:08:13,810 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2021-02-08 20:08:13,838 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial connection" to "Operational"
2021-02-08 20:08:13,865 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2021-02-08 20:08:13,935 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin Ver 1.0.2"
2021-02-08 20:08:13,975 - octoprint.util.comm - INFO - Firmware states that it supports temperature autoreporting
2021-02-08 20:11:29,398 - octoprint.plugins.pluginmanager - INFO - Installing plugin from https://github.com/SimplyPrint/OctoPrint-Creality2xTemperatureReportingFix/archive/master.zip
2021-02-08 20:11:38,527 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2021-02-08 20:11:38,600 - octoprint.plugin.core - INFO - Found 18 plugin(s) providing 18 mixin implementations, 36 hook handlers
2021-02-08 20:11:38,604 - octoprint.plugin.core - INFO - 18 plugin(s) registered with the system:
|  Action Command Notification Support (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/action_command_notification
|  Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/action_command_prompt
|  Announcement Plugin (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/announcements
|  Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/tracking
|  Application Keys Plugin (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/appkeys
|  Backup & Restore (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/backup
|  Core Wizard (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/corewizard
|  Creality-2x-temperature-reporting-fix (0.0.4) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_ender3v2tempfix
|  Discovery (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/discovery
|  Error Tracking (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/errortracking
|  File Check (2020.8.7) (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_file_check
|  Firmware Check (2020.9.23) (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_firmware_check
|  GCode Viewer (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/gcodeviewer
|  Logging (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/logging
|  Pi Support Plugin (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/pi_support
|  Plugin Manager (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/pluginmanager
|  Software Update (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/softwareupdate
|  Virtual Printer (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/virtual_printer
Prefix legend: ! = disabled, # = blacklisted, * = incompatible
2021-02-08 20:11:38,604 - octoprint.plugins.pluginmanager - INFO - The plugin was installed successfully: Creality-2x-temperature-reporting-fix, version 0.0.4
2021-02-08 20:20:48,677 - octoprint.server.heartbeat - INFO - Server heartbeat <3
</small>

Additional information about your setup

Octoprint 1.5.2; Ender 3 v2

There were no error messages during installing?

On the other hand, you had this issue:

!!! UNDERVOLTAGE REPORTED !!! Make sure that the power supply and power cable are capable of supplying enough voltage and current to your Pi.
2021-02-08 03:06:42,835 - octoprint.environment - INFO - Detected environment is Python 3.7.3 under Linux (linux). Details:

Try again with no undervoltage issue.

Also, the installations I make via Putty are uninstalled as well. Like gphoto2

Installations of plugins and OctoPrint update have to be made from OctoPrint and it's Plugin Manager.

That's where I'm installing them. But I'm also installing gphoto2 for use with a dslr

Thanks - trying that now with new cables and box that I just got

Tried it, but same issue..
I installed a Plugin (Creality 2x..) and rebooted, and it's no longer there

latest octoprint.log

2021-02-08 03:06:33,089 - octoprint.startup - INFO - ******************************************************************************
2021-02-08 03:06:33,093 - octoprint.startup - INFO - Starting OctoPrint 1.5.2
2021-02-08 03:06:33,093 - octoprint.startup - INFO - ******************************************************************************
2021-02-08 03:06:33,117 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: online
2021-02-08 03:06:33,118 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 8.8.8.8:53 is working
2021-02-08 03:06:33,118 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprint.org is working
2021-02-08 03:06:33,316 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2021-02-08 03:06:37,026 - octoprint.plugin.core - INFO - Found 17 plugin(s) providing 17 mixin implementations, 34 hook handlers
2021-02-08 03:06:37,271 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval
2021-02-08 03:06:37,401 - octoprint.server - INFO - Intermediary server started
2021-02-08 03:06:37,405 - octoprint.printer.profile - ERROR - Profile _default does not exist, creating _default again and setting it as default
2021-02-08 03:06:37,648 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2021-02-08 03:06:37,652 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2021-02-08 03:06:37,677 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_SHOW (needs: "Need(method='role', value='plugin_action_command_notification_show')")
2021-02-08 03:06:37,678 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_CLEAR (needs: "Need(method='role', value='plugin_action_command_notification_clear')")
2021-02-08 03:06:37,679 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: "Need(method='role', value='plugin_action_command_prompt_interact')")
2021-02-08 03:06:37,681 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: "Need(method='role', value='plugin_announcements_read')")
2021-02-08 03:06:37,685 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: "Need(method='role', value='plugin_announcements_manage'), Need(method='role', value='plugin_announcements_read')")
2021-02-08 03:06:37,687 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: "Need(method='role', value='plugin_appkeys_admin')")
2021-02-08 03:06:37,689 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: "Need(method='role', value='plugin_backup_access')")
2021-02-08 03:06:37,690 - octoprint.server - INFO - Added new permission from plugin firmware_check: PLUGIN_FIRMWARE_CHECK_DISPLAY (needs: "Need(method='role', value='plugin_firmware_check_display')")
2021-02-08 03:06:37,694 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: "Need(method='role', value='plugin_logging_manage')")
2021-02-08 03:06:37,698 - octoprint.server - INFO - Added new permission from plugin pi_support: PLUGIN_PI_SUPPORT_STATUS (needs: "Need(method='role', value='plugin_pi_support_check')")
2021-02-08 03:06:37,699 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: "Need(method='role', value='plugin_pluginmanager_manage')")
2021-02-08 03:06:37,701 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: "Need(method='role', value='plugin_pluginmanager_install'), Need(method='role', value='plugin_pluginmanager_manage')")
2021-02-08 03:06:37,706 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: "Need(method='role', value='plugin_softwareupdate_check')")
2021-02-08 03:06:37,708 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: "Need(method='role', value='plugin_softwareupdate_update')")
2021-02-08 03:06:37,708 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CONFIGURE (needs: "Need(method='role', value='plugin_softwareupdate_configure')")
2021-02-08 03:06:39,994 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python3 -m pip" as command to invoke pip
2021-02-08 03:06:41,944 - octoprint.util.pip - INFO - Version of pip is 20.3.3
2021-02-08 03:06:41,950 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python3.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2021-02-08 03:06:41,950 - octoprint.util.pip - INFO - ==> pip ok -> yes
2021-02-08 03:06:42,199 - octoprint.plugin.core - INFO - Initialized 17 plugin implementation(s)
2021-02-08 03:06:42,762 - octoprint.plugin.core - INFO - 17 plugin(s) registered with the system:
|  Action Command Notification Support (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/action_command_notification
|  Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/action_command_prompt
|  Announcement Plugin (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/announcements
|  Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/tracking
|  Application Keys Plugin (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/appkeys
|  Backup & Restore (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/backup
|  Core Wizard (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/corewizard
|  Discovery (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/discovery
|  Error Tracking (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/errortracking
|  File Check (2020.8.7) (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_file_check
|  Firmware Check (2020.9.23) (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_firmware_check
|  GCode Viewer (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/gcodeviewer
|  Logging (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/logging
|  Pi Support Plugin (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/pi_support
|  Plugin Manager (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/pluginmanager
|  Software Update (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/softwareupdate
|  Virtual Printer (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/virtual_printer
Prefix legend: ! = disabled, # = blacklisted, * = incompatible
2021-02-08 03:06:42,803 - octoprint.plugins.pi_support - WARNING - This Raspberry Pi is reporting problems that might lead to bad performance or errors caused by overheating or insufficient power.
!!! UNDERVOLTAGE REPORTED !!! Make sure that the power supply and power cable are capable of supplying enough voltage and current to your Pi.
2021-02-08 03:06:42,835 - octoprint.environment - INFO - Detected environment is Python 3.7.3 under Linux (linux). Details:
|  hardware:
|      cores: 4
|      freq: 1400.0
|      ram: 915718144
|  os:
|      bits: 32
|      id: linux
|      platform: linux
|  plugins:
|      pi_support:
|          model: Raspberry Pi 3 Model B Plus Rev 1.3
|          octopi_version: 0.18.0
|          throttle_state: '0x50005'
|  python:
|      pip: 20.3.3
|      version: 3.7.3
|      virtualenv: /home/pi/oprint
2021-02-08 03:06:42,858 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2021-02-08 03:06:42,861 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2021-02-08 03:06:44,653 - octoprint.server - INFO - Shutting down intermediary server...
2021-02-08 03:06:44,940 - octoprint.server - INFO - Intermediary server shut down
2021-02-08 03:06:44,945 - octoprint.events - INFO - Processing startup event, this is our first event
2021-02-08 03:06:44,946 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event
2021-02-08 03:06:44,955 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2021-02-08 03:06:44,960 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2021-02-08 03:06:44,963 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder...
2021-02-08 03:06:44,982 - octoprint.server.util.watchdog - INFO - ... initial scan done.
2021-02-08 03:06:45,792 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi._http._tcp.local.' for _http._tcp.local.
2021-02-08 03:06:46,801 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi._octoprint._tcp.local.' for _octoprint._tcp.local.
2021-02-08 03:06:46,810 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2021-02-08 03:06:46,859 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2021-02-08 03:06:47,485 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 0.58s
2021-02-08 03:06:47,829 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from https://plugins.octoprint.org/plugins.json
2021-02-08 03:06:48,342 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 0.65s
2021-02-08 03:06:48,871 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python3 -m pip" as command to invoke pip
2021-02-08 03:06:48,880 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python3.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2021-02-08 03:06:48,891 - octoprint.util.pip - INFO - ==> pip ok -> yes
2021-02-08 03:06:48,971 - octoprint.plugins.softwareupdate - INFO - Minimum free storage across all update relevant locations is 11.9GB. That is considered sufficient for updating.
2021-02-08 03:06:48,972 - octoprint.plugins.softwareupdate - INFO - Fetching check overlays from https://plugins.octoprint.org/update_check_overlay.json
2021-02-08 03:06:49,238 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 0.66s
2021-02-08 03:06:50,074 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 0.62s
2021-02-08 03:06:52,224 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python3 -m pip" as command to invoke pip
2021-02-08 03:06:52,238 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python3.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2021-02-08 03:06:52,246 - octoprint.util.pip - INFO - ==> pip ok -> yes
2021-02-08 03:06:52,778 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
2021-02-08 03:06:53,968 - octoprint.plugins.pluginmanager - INFO - Loaded plugin notices data from https://plugins.octoprint.org/notices.json
2021-02-08 03:06:54,015 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 0.55s
2021-02-08 03:08:14,808 - octoprint.server.util.flask.PreemptiveCache - INFO - Adding entry for / and {'path': '/', 'base_url': 'http://octopi.local/', 'query_string': 'l10n=en', '_timestamp': 1612753694.8079746, '_count': 1}
2021-02-08 03:08:38,144 - octoprint.server.util.sockjs - INFO - New connection from client: fe80::f0c4:e7c2:738f:b8c3
2021-02-08 03:08:39,785 - tornado.access - WARNING - 403 GET /api/printerprofiles/_default (fe80::f0c4:e7c2:738f:b8c3) 25.93ms
2021-02-08 03:11:41,674 - octoprint.access.users - INFO - Logged in user: adam
2021-02-08 03:11:41,678 - octoprint.server.api - INFO - Actively logging in user adam from fe80::f0c4:e7c2:738f:b8c3
2021-02-08 03:11:46,040 - octoprint.server.util.sockjs - INFO - User adam logged in on the socket from client fe80::f0c4:e7c2:738f:b8c3
2021-02-08 03:16:54,996 - octoprint.server.api.system - INFO - Performing command for core:shutdown: sudo shutdown -h now
2021-02-08 03:16:55,391 - octoprint.server - INFO - Shutting down...
2021-02-08 03:16:55,417 - octoprint.server.api.system - WARNING - Command for core:shutdown failed with return code -15:
! STDOUT: 
! STDERR: 
2021-02-08 03:16:55,438 - octoprint.server - INFO - Calling on_shutdown on plugins
2021-02-08 03:16:55,448 - octoprint.events - INFO - Processing shutdown event, this will be our last event
2021-02-08 03:16:55,455 - octoprint.events - INFO - Event loop shut down
2021-02-08 03:16:56,008 - octoprint.server - INFO - Goodbye!
2021-02-08 03:17:04,646 - octoprint.startup - INFO - ******************************************************************************
2021-02-08 03:17:04,648 - octoprint.startup - INFO - Starting OctoPrint 1.5.2
2021-02-08 03:17:04,650 - octoprint.startup - INFO - ******************************************************************************
2021-02-08 03:17:11,217 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: offline
2021-02-08 03:17:11,217 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 8.8.8.8:53 is not working
2021-02-08 03:17:11,217 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprint.org is not working
2021-02-08 03:17:11,226 - octoprint.startup - INFO - We don't appear to be online, not fetching plugin blacklist
2021-02-08 03:17:11,339 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2021-02-08 03:17:13,109 - octoprint.plugin.core - INFO - Found 17 plugin(s) providing 17 mixin implementations, 34 hook handlers
2021-02-08 03:17:13,279 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval
2021-02-08 03:17:13,308 - octoprint.server - INFO - Intermediary server started
2021-02-08 03:17:13,337 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2021-02-08 03:17:13,339 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2021-02-08 03:17:13,342 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_SHOW (needs: "Need(method='role', value='plugin_action_command_notification_show')")
2021-02-08 03:17:13,343 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_CLEAR (needs: "Need(method='role', value='plugin_action_command_notification_clear')")
2021-02-08 03:17:13,344 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: "Need(method='role', value='plugin_action_command_prompt_interact')")
2021-02-08 03:17:13,344 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: "Need(method='role', value='plugin_announcements_read')")
2021-02-08 03:17:13,345 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: "Need(method='role', value='plugin_announcements_manage'), Need(method='role', value='plugin_announcements_read')")
2021-02-08 03:17:13,345 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: "Need(method='role', value='plugin_appkeys_admin')")
2021-02-08 03:17:13,346 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: "Need(method='role', value='plugin_backup_access')")
2021-02-08 03:17:13,346 - octoprint.server - INFO - Added new permission from plugin firmware_check: PLUGIN_FIRMWARE_CHECK_DISPLAY (needs: "Need(method='role', value='plugin_firmware_check_display')")
2021-02-08 03:17:13,347 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: "Need(method='role', value='plugin_logging_manage')")
2021-02-08 03:17:13,347 - octoprint.server - INFO - Added new permission from plugin pi_support: PLUGIN_PI_SUPPORT_STATUS (needs: "Need(method='role', value='plugin_pi_support_check')")
2021-02-08 03:17:13,348 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: "Need(method='role', value='plugin_pluginmanager_manage')")
2021-02-08 03:17:13,350 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: "Need(method='role', value='plugin_pluginmanager_install'), Need(method='role', value='plugin_pluginmanager_manage')")
2021-02-08 03:17:13,351 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: "Need(method='role', value='plugin_softwareupdate_check')")
2021-02-08 03:17:13,352 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: "Need(method='role', value='plugin_softwareupdate_update')")
2021-02-08 03:17:13,354 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CONFIGURE (needs: "Need(method='role', value='plugin_softwareupdate_configure')")
2021-02-08 03:17:14,516 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python3 -m pip" as command to invoke pip
2021-02-08 03:17:15,364 - octoprint.util.pip - INFO - Version of pip is 20.3.3
2021-02-08 03:17:15,365 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python3.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2021-02-08 03:17:15,366 - octoprint.util.pip - INFO - ==> pip ok -> yes
2021-02-08 03:17:15,435 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2021-02-08 03:17:15,457 - octoprint.plugin.core - INFO - Initialized 17 plugin implementation(s)
2021-02-08 03:17:15,472 - octoprint.plugin.core - INFO - 17 plugin(s) registered with the system:
|  Action Command Notification Support (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/action_command_notification
|  Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/action_command_prompt
|  Announcement Plugin (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/announcements
|  Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/tracking
|  Application Keys Plugin (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/appkeys
|  Backup & Restore (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/backup
|  Core Wizard (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/corewizard
|  Discovery (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/discovery
|  Error Tracking (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/errortracking
|  File Check (2020.8.7) (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_file_check
|  Firmware Check (2020.9.23) (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_firmware_check
|  GCode Viewer (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/gcodeviewer
|  Logging (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/logging
|  Pi Support Plugin (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/pi_support
|  Plugin Manager (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/pluginmanager
|  Software Update (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/softwareupdate
|  Virtual Printer (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/virtual_printer
Prefix legend: ! = disabled, # = blacklisted, * = incompatible
2021-02-08 03:17:15,504 - octoprint.environment - INFO - Detected environment is Python 3.7.3 under Linux (linux). Details:
|  hardware:
|      cores: 4
|      freq: 1400.0
|      ram: 915718144
|  os:
|      bits: 32
|      id: linux
|      platform: linux
|  plugins:
|      pi_support:
|          model: Raspberry Pi 3 Model B Plus Rev 1.3
|          octopi_version: 0.18.0
|          throttle_state: '0x0'
|  python:
|      pip: 20.3.3
|      version: 3.7.3
|      virtualenv: /home/pi/oprint
2021-02-08 03:17:15,516 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2021-02-08 03:17:15,535 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2021-02-08 03:17:16,346 - octoprint.server - INFO - Shutting down intermediary server...
2021-02-08 03:17:16,818 - octoprint.server - INFO - Intermediary server shut down
2021-02-08 03:17:16,821 - octoprint.events - INFO - Processing startup event, this is our first event
2021-02-08 03:17:16,821 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event
2021-02-08 03:17:16,825 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2021-02-08 03:17:16,829 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder...
2021-02-08 03:17:16,830 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2021-02-08 03:17:16,831 - octoprint.server.util.watchdog - INFO - ... initial scan done.
2021-02-08 03:17:17,646 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi._http._tcp.local.' for _http._tcp.local.
2021-02-08 03:17:18,459 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi._octoprint._tcp.local.' for _octoprint._tcp.local.
2021-02-08 03:17:18,473 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2021-02-08 03:17:18,492 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2021-02-08 03:17:18,588 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2021-02-08 03:17:19,540 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python3 -m pip" as command to invoke pip
2021-02-08 03:17:19,552 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python3.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2021-02-08 03:17:19,563 - octoprint.util.pip - INFO - ==> pip ok -> yes
2021-02-08 03:17:19,637 - octoprint.plugins.softwareupdate - INFO - Minimum free storage across all update relevant locations is 11.9GB. That is considered sufficient for updating.
2021-02-08 03:17:19,637 - octoprint.plugins.softwareupdate - INFO - Not fetching check overlays, we are offline
2021-02-08 03:17:19,886 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity changed from offline to online
2021-02-08 03:17:20,051 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2021-02-08 03:17:20,205 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.129
2021-02-08 03:17:20,644 - octoprint.server.util.flask - INFO - Passively logging in user adam from ::ffff:192.168.0.129
2021-02-08 03:17:20,644 - octoprint.access.users - INFO - Logged in user: adam
2021-02-08 03:17:20,929 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid
2021-02-08 03:17:22,338 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python3 -m pip" as command to invoke pip
2021-02-08 03:17:22,350 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python3.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2021-02-08 03:17:22,361 - octoprint.util.pip - INFO - ==> pip ok -> yes
2021-02-08 03:17:22,428 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
2021-02-08 03:17:22,555 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid
2021-02-08 03:17:22,652 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'base_url': 'http://octopi.local/', 'path': '/', 'query_string': 'l10n=en'}
2021-02-08 03:17:24,013 - octoprint.server.util.sockjs - INFO - User adam logged in on the socket from client ::ffff:192.168.0.129
2021-02-08 03:17:24,031 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.129
2021-02-08 03:17:24,516 - octoprint.server.util.flask - INFO - Passively logging in user adam from fe80::f0c4:e7c2:738f:b8c3
2021-02-08 03:17:24,517 - octoprint.access.users - INFO - Logged in user: adam
2021-02-08 21:02:51,402 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2021-02-08 21:03:01,497 - octoprint.server.preemptive_cache - INFO - ... done in 18.75s
2021-02-08 21:03:02,438 - octoprint.plugins.softwareupdate - INFO - Fetching check overlays from https://plugins.octoprint.org/update_check_overlay.json
2021-02-08 21:03:03,171 - octoprint.server.util.flask - INFO - Passively logging in user adam from fe80::f0c4:e7c2:738f:b8c3
2021-02-08 21:03:03,171 - octoprint.access.users - INFO - Logged in user: adam
2021-02-08 21:03:03,775 - octoprint.server.util.sockjs - INFO - New connection from client: fe80::f0c4:e7c2:738f:b8c3
2021-02-08 21:03:03,891 - octoprint.server.util.flask - INFO - Passively logging in user adam from fe80::f0c4:e7c2:738f:b8c3
2021-02-08 21:03:03,892 - octoprint.access.users - INFO - Logged in user: adam
2021-02-08 21:03:05,455 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 0.47s
2021-02-08 21:03:06,008 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 0.48s
2021-02-08 21:03:06,504 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 0.46s
2021-02-08 21:03:07,197 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 0.62s
2021-02-08 21:03:08,323 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 0.45s
2021-02-08 21:03:09,183 - octoprint.plugins.pluginmanager - INFO - Loaded plugin notices data from https://plugins.octoprint.org/notices.json
2021-02-08 21:03:09,709 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
2021-02-08 21:03:09,889 - octoprint.server.util.sockjs - INFO - User adam logged in on the socket from client fe80::f0c4:e7c2:738f:b8c3

I still see the low voltage warning..

I also think this only shows after rebooting, but not before?

Using these:
https://www.amazon.com/gp/product/B07V6GZ5GM
https://www.amazon.com/gp/product/B07TK6MPNB

Google seems to think it's an SD card issue, which would make sense bc its an old card. Will pick up a new one and follow up

This is a charger and not sufficient to run a RPi 3B+ that needs 2.5A and 5.1V.
Chargers have less quality electronics than proper power supplies and often can not level out changes in the mains and can not deliver enough power on a peak situation.

As long you have that undervoltage issue, OctoPrint will deny any plugin installation and updates.

Got ya, thanks - just ordered this one
https://www.amazon.com/dp/B00MARDJZ4

Looks decent. :+1: