Pi3b keeps losing connection

What is the problem?

Every few hours my octopi is unreachable via the octopi browser infterface (using both ip and local addresses). The unit also stopped in the middle of a print once.

What did you already try to solve it?

I discovered that I had two regions commented in the wifi settings by mistake. I was already installing a new flash of octopi on a different SD card so I double checked that my wifi settings were correct on the new SD card and moved forward. This time the unit seemed to work for a longer period, but the next day I came back and the ocotpi was once again unresponsive.

Have you tried running in safe_mode?

Yes.

Did running in safe_mode solve the problem?

No. The unit was unresponsive after a couple hours.

Complete_Logs

octoprint.log, serial.log or output on terminal tab at a minimum, browser error console if UI issue ... no_logs, no support! Not log excerpts, complete_logs.)

octoprint log (the latest portion, it won't all fit)

Prefix legend: ! = disabled, # = blacklisted, * = incompatible
2021-01-14 19:59:21,845 - octoprint.environment - INFO - Detected environment is Python 2.7.16 under Linux (linux2). Details:
|  hardware:
|      cores: 4
|      freq: 1200.0
|      ram: 917016576
|  os:
|      bits: 32
|      id: linux
|      platform: linux2
|  plugins:
|      pi_support:
|          model: Raspberry Pi 3 Model B Rev 1.2
|          octopi_version: 0.17.0
|          throttle_state: '0x0'
|  python:
|      pip: 19.3.1
|      version: 2.7.16
|      virtualenv: /home/pi/oprint
2021-01-14 19:59:21,861 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2021-01-14 19:59:21,887 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2021-01-14 19:59:23,049 - octoprint.server - INFO - Shutting down intermediary server...
2021-01-14 19:59:23,527 - octoprint.server - INFO - Intermediary server shut down
2021-01-14 19:59:23,530 - octoprint.events - INFO - Processing startup event, this is our first event
2021-01-14 19:59:23,531 - octoprint.events - INFO - Adding 2 events to queue that were held back before startup event
2021-01-14 19:59:23,544 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2021-01-14 19:59:23,545 - octoprint.server - INFO - Autoconnect on startup is configured, trying to connect to the printer...
2021-01-14 19:59:23,552 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2021-01-14 19:59:23,628 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2021-01-14 19:59:23,648 - octoprint.plugins.softwareupdate - INFO - Fetching check overlays from ttps://plugins.octoprint.org/update_check_overlay.json
2021-01-14 19:59:25,532 - octoprint.plugins.tracking - INFO - Sent tracking event system_unthrottled, payload: {u'throttled_mask': 0, u'throttled_voltage_now': False, u'throttled_voltage_past': False, u'throttled_overheat_now': False, u'throttled_now': False, u'throttled_past': False, u'throttled_overheat_past': False}
2021-01-14 19:59:25,850 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid
2021-01-14 19:59:25,876 - octoprint.server - INFO - Trying to connect to configured serial port None
2021-01-14 19:59:25,942 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial connection"
2021-01-14 19:59:25,953 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder...
2021-01-14 19:59:25,954 - octoprint.server.util.watchdog - INFO - ... initial scan done.
2021-01-14 19:59:25,973 - 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-01-14 19:59:25,973 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyUSB0, baudrate 115200
2021-01-14 19:59:25,976 - octoprint.util.comm - INFO - Connecting to port /dev/ttyUSB0, baudrate 115200
2021-01-14 19:59:25,996 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #1 with timeout 2.0s
2021-01-14 19:59:26,000 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2021-01-14 19:59:26,791 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi._http._tcp.local.' for _http._tcp.local.
2021-01-14 19:59:27,611 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi._octoprint._tcp.local.' for _octoprint._tcp.local.
2021-01-14 19:59:27,628 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2021-01-14 19:59:27,682 - octoprint.server - INFO - Listening on ttp://127.0.0.1:5000
2021-01-14 19:59:27,684 - octoprint.server - INFO - Server started successfully in safe_mode as requested from config, removing flag
2021-01-14 19:59:27,777 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial connection" to "Operational"
2021-01-14 19:59:27,938 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2021-01-14 19:59:28,185 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2021-01-14 19:59:28,221 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.113
2021-01-14 19:59:28,653 - octoprint.server.util.flask - INFO - Passively logging in user enderpi from ::ffff:192.168.2.113
2021-01-14 19:59:28,657 - octoprint.access.users - INFO - Logged in user: enderpi
2021-01-14 19:59:28,803 - octoprint.server.util.sockjs - INFO - User enderpi logged in on the socket from client ::ffff:192.168.2.113
2021-01-14 19:59:29,417 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip
2021-01-14 19:59:29,419 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2021-01-14 19:59:29,419 - octoprint.util.pip - INFO - ==> pip ok -> yes
2021-01-14 19:59:29,581 - octoprint.plugins.softwareupdate - INFO - Minimum free storage across all update relevant locations is 5.0GB. That is considered sufficient for updating.
2021-01-14 19:59:30,509 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid
2021-01-14 19:59:30,975 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'ttp://192.168.2.34/'}
2021-01-14 19:59:31,580 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 12}
2021-01-14 19:59:32,279 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {u'python': '2.7.16', u'os': u'linux', u'ram': 917016576, u'octopi_version': u'0.17.0', u'version': u'1.5.2', u'plugins': u'', u'pip': '19.3.1', u'cores': 4, u'freq': 1200.0, u'pi_model': u'Raspberry Pi 3 Model B Rev 1.2', u'bits': 32}
2021-01-14 19:59:33,180 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {u'python': '2.7.16', u'os': u'linux', u'ram': 917016576, u'octopi_version': u'0.17.0', u'version': u'1.5.2', u'pip': '19.3.1', u'cores': 4, u'freq': 1200.0, u'pi_model': u'Raspberry Pi 3 Model B Rev 1.2', u'bits': 32}
2021-01-14 19:59:35,090 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin TH3D U1.R2.A2"
2021-01-14 19:59:36,600 - octoprint.plugins.tracking - INFO - Sent tracking event printer_connected, payload: {u'printer_baudrate': 0, u'printer_port': None, u'firmware_name': u'Marlin TH3D U1.R2.A2'}
2021-01-14 19:59:43,739 - octoprint.server.preemptive_cache - INFO - ... done in 12.76s
2021-01-14 20:00:02,395 - octoprint.server.util.flask - INFO - Passively logging in user enderpi from ::ffff:192.168.2.113
2021-01-14 20:00:02,398 - octoprint.access.users - INFO - Logged in user: enderpi
2021-01-14 20:00:02,573 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.113
2021-01-14 20:00:04,016 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.113
2021-01-14 20:00:04,106 - octoprint.server.util.flask - INFO - Passively logging in user enderpi from ::ffff:192.168.2.113
2021-01-14 20:00:04,108 - octoprint.access.users - INFO - Logged in user: enderpi
2021-01-14 20:00:07,613 - octoprint.server.util.sockjs - INFO - User enderpi logged in on the socket from client ::ffff:192.168.2.113
2021-01-14 20:03:13,571 - octoprint.util.comm - ERROR - Unexpected error while reading from serial port
Traceback (most recent call last):
  File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/util/comm.py", line 3831, in _readline
    ret = self._serial.readline()
  File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/util/comm.py", line 6455, in readline
    c = self.read(1)
  File "/home/pi/oprint/local/lib/python2.7/site-packages/serial/serialposix.py", line 501, in read
    'device reports readiness to read but returned no data '
SerialException: device reports readiness to read but returned no data (device disconnected or multiple access on port?)
2021-01-14 20:03:13,608 - octoprint.util.comm - ERROR - Please see ttps://faq.octoprint.org/serialerror for possible reasons of this.
2021-01-14 20:03:13,619 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Offline (Error: Serial_Exception: 'device reports readiness to read but returned no data (device disconnected or multiple access on port?)' @ comm.py:_readline:3831)"
2021-01-14 20:03:13,637 - octoprint.plugins.action_command_notification - INFO - Notifications cleared
2021-01-14 20:14:18,781 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2021-01-14 20:14:31,510 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 912}
2021-01-14 20:29:18,784 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2021-01-14 20:29:31,552 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 1812}
2021-01-14 20:33:19,403 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.113
2021-01-14 20:44:18,787 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2021-01-14 20:44:31,707 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 2712}
2021-01-14 20:59:18,790 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2021-01-14 20:59:31,495 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 3612}
2021-01-14 20:57:30,772 - octoprint.startup - INFO - ******************************************************************************
2021-01-14 20:57:30,776 - octoprint.startup - INFO - Starting OctoPrint 1.5.2
2021-01-14 20:57:30,777 - octoprint.startup - INFO - ******************************************************************************
2021-01-14 20:57:36,575 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity changed from offline to online
2021-01-14 20:57:36,576 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: online
2021-01-14 20:57:36,577 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 8.8.8.8:53 is working
2021-01-14 20:57:36,578 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprintorg is working
2021-01-14 21:02:23,489 - octoprint.startup - INFO - Blacklist processing done, adding 12 blacklisted plugin versions: roomtemp (any), GcodeEditor (0.1.1), GcodeEditor (0.2.0), GcodeEditor (0.2.1), GcodeEditor (0.2.2), GcodeEditor (0.2.3), GcodeEditor (0.2.4), GcodeEditor (0.2.5), GcodeEditor (0.2.6), GcodeEditor (0.2.8), gcodeleveling (0.1.0), gcodeleveling (0.1.1)
2021-01-14 21:02:23,624 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2021-01-14 21:02:26,188 - octoprint.plugin.core - INFO - Found 18 plugin(s) providing 18 mixin implementations, 36 hook handlers
2021-01-14 21:02:26,476 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval
2021-01-14 21:02:26,552 - octoprint.server - INFO - Intermediary server started
2021-01-14 21:02:26,591 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2021-01-14 21:02:27,090 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2021-01-14 21:02:27,095 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_SHOW (needs: u"Need(method='role', value=u'plugin_action_command_notification_show')")
2021-01-14 21:02:27,096 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_CLEAR (needs: u"Need(method='role', value=u'plugin_action_command_notification_clear')")
2021-01-14 21:02:27,098 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: u"Need(method='role', value=u'plugin_action_command_prompt_interact')")
2021-01-14 21:02:27,100 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: u"Need(method='role', value=u'plugin_announcements_read')")
2021-01-14 21:02:27,101 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: u"Need(method='role', value=u'plugin_announcements_manage'), Need(method='role', value=u'plugin_announcements_read')")
2021-01-14 21:02:27,104 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: u"Need(method='role', value=u'plugin_appkeys_admin')")
2021-01-14 21:02:27,105 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: u"Need(method='role', value=u'plugin_backup_access')")
2021-01-14 21:02:27,107 - octoprint.server - INFO - Added new permission from plugin firmware_check: PLUGIN_FIRMWARE_CHECK_DISPLAY (needs: u"Need(method='role', value=u'plugin_firmware_check_display')")
2021-01-14 21:02:27,109 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: u"Need(method='role', value=u'plugin_logging_manage')")
2021-01-14 21:02:27,111 - octoprint.server - INFO - Added new permission from plugin pi_support: PLUGIN_PI_SUPPORT_STATUS (needs: u"Need(method='role', value=u'plugin_pi_support_check')")
2021-01-14 21:02:27,113 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: u"Need(method='role', value=u'plugin_pluginmanager_manage')")
2021-01-14 21:02:27,115 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: u"Need(method='role', value=u'plugin_pluginmanager_install'), Need(method='role', value=u'plugin_pluginmanager_manage')")
2021-01-14 21:02:27,117 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: u"Need(method='role', value=u'plugin_softwareupdate_check')")
2021-01-14 21:02:27,118 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: u"Need(method='role', value=u'plugin_softwareupdate_update')")
2021-01-14 21:02:27,120 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CONFIGURE (needs: u"Need(method='role', value=u'plugin_softwareupdate_configure')")
2021-01-14 21:02:27,337 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2021-01-14 21:02:28,916 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip
2021-01-14 21:02:30,000 - octoprint.util.pip - INFO - Version of pip is 19.3.1
2021-01-14 21:02:30,002 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2021-01-14 21:02:30,003 - octoprint.util.pip - INFO - ==> pip ok -> yes
2021-01-14 21:02:30,038 - octoprint.plugin.core - INFO - Initialized 18 plugin implementation(s)
2021-01-14 21:02:30,059 - octoprint.plugin.core - INFO - 18 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
|  Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking
|  File Check (2020.8.7) (bundled) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_file_check
|  Firmware Check (2020.9.23) (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
|  Preheat Button (0.5.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_preheat
|  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-01-14 21:02:30,101 - octoprint.environment - INFO - Detected environment is Python 2.7.16 under Linux (linux2). Details:
|  hardware:
|      cores: 4
|      freq: 1200.0
|      ram: 917016576
|  os:
|      bits: 32
|      id: linux
|      platform: linux2
|  plugins:
|      pi_support:
|          model: Raspberry Pi 3 Model B Rev 1.2
|          octopi_version: 0.17.0
|          throttle_state: '0x0'
|  python:
|      pip: 19.3.1
|      version: 2.7.16
|      virtualenv: /home/pi/oprint
2021-01-14 21:02:30,114 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2021-01-14 21:02:30,136 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2021-01-14 21:02:31,512 - octoprint.server - INFO - Shutting down intermediary server...
2021-01-14 21:02:31,889 - octoprint.server - INFO - Intermediary server shut down
2021-01-14 21:02:31,893 - octoprint.events - INFO - Processing startup event, this is our first event
2021-01-14 21:02:31,896 - octoprint.events - INFO - Adding 2 events to queue that were held back before startup event
2021-01-14 21:02:31,909 - octoprint.plugins.softwareupdate - INFO - Fetching check overlays from ttps://plugins.octoprint.org/update_check_overlay.json
2021-01-14 21:02:31,921 - octoprint.server - INFO - Autoconnect on startup is configured, trying to connect to the printer...
2021-01-14 21:02:31,925 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2021-01-14 21:02:32,059 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2021-01-14 21:02:32,003 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2021-01-14 21:02:33,915 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid
2021-01-14 21:02:34,117 - octoprint.plugins.tracking - INFO - Sent tracking event system_unthrottled, payload: {u'throttled_mask': 0, u'throttled_voltage_now': False, u'throttled_voltage_past': False, u'throttled_overheat_now': False, u'throttled_now': False, u'throttled_past': False, u'throttled_overheat_past': False}
2021-01-14 21:02:34,193 - octoprint.plugins.softwareupdate - ERROR - Could not fetch check overlay from ttps://plugins.octoprint.org/update_check_overlay.json: 502 Server Error: Bad Gateway for url: ttps://plugins.octoprint.org/update_check_overlay.json
2021-01-14 21:02:34,217 - octoprint.server - INFO - Trying to connect to configured serial port None
2021-01-14 21:02:34,284 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial connection"
2021-01-14 21:02:34,293 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder...
2021-01-14 21:02:34,296 - octoprint.server.util.watchdog - INFO - ... initial scan done.
2021-01-14 21:02:34,313 - octoprint.util.comm - INFO - Serial detection: Performing autodetection with 0 port/baudrate candidates: 
2021-01-14 21:02:34,314 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial connection" to "Error: No more candidates to test, and no working port/baudrate combination detected."
2021-01-14 21:02:34,317 - octoprint.util.comm - INFO - Changing monitoring state from "Error: No more candidates to test, and no working port/baudrate combination detected." to "Offline (Error: No more candidates to test, and no working port/baudrate combination detected.)"
2021-01-14 21:02:34,339 - octoprint.plugins.action_command_notification - INFO - Notifications cleared
2021-01-14 21:02:35,144 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi._http._tcp.local.' for _http._tcp.local.
2021-01-14 21:02:35,614 - octoprint.plugins.tracking - INFO - Sent tracking event commerror_autodetect, payload: {u'commerror_text': u'No more candidates to test, and no working port/baudrate combination detected.'}
2021-01-14 21:02:35,964 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi._octoprint._tcp.local.' for _octoprint._tcp.local.
2021-01-14 21:02:35,972 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2021-01-14 21:02:36,003 - octoprint.server - INFO - Listening on ttp://127.0.0.1:5000
2021-01-14 21:02:36,049 - tornado.access - WARNING - 404 GET /intermediary.gif?_=1610670754012 (::ffff:192.168.2.113) 35.62ms
2021-01-14 21:02:36,128 - tornado.access - WARNING - 404 GET /intermediary.gif?_=1610670756515 (::ffff:192.168.2.113) 71.20ms
2021-01-14 21:02:36,211 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2021-01-14 21:02:36,683 - tornado.access - WARNING - 404 GET /cached.gif?_=1610670757886 (::ffff:192.168.2.113) 149.93ms
2021-01-14 21:02:37,456 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip
2021-01-14 21:02:37,793 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2021-01-14 21:02:37,794 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip
2021-01-14 21:02:37,794 - octoprint.util.pip - INFO - ==> pip ok -> yes
2021-01-14 21:02:37,945 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2021-01-14 21:02:38,413 - octoprint.util.pip - INFO - ==> pip ok -> yes
2021-01-14 21:02:38,542 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
2021-01-14 21:02:38,545 - tornado.access - WARNING - 404 GET /intermediary.gif?_=1610670758854 (::ffff:192.168.2.113) 1404.41ms
2021-01-14 21:02:38,551 - octoprint.plugins.softwareupdate - INFO - Minimum free storage across all update relevant locations is 5.0GB. That is considered sufficient for updating.
2021-01-14 21:02:38,552 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid
2021-01-14 21:02:38,587 - tornado.access - WARNING - 404 GET /cached.gif?_=1610670759414 (::ffff:192.168.2.113) 33.06ms
2021-01-14 21:02:39,075 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'ttp://192.168.2.34/'}
2021-01-14 21:02:39,733 - tornado.access - WARNING - 404 GET /cached.gif?_=1610670761334 (::ffff:192.168.2.113) 28.79ms
2021-01-14 21:02:39,846 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 13}
2021-01-14 21:02:40,629 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {u'python': '2.7.16', u'os': u'linux', u'ram': 917016576, u'octopi_version': u'0.17.0', u'version': u'1.5.2', u'plugins': u'preheat:0.5.1', u'pip': '19.3.1', u'cores': 4, u'freq': 1200.0, u'pi_model': u'Raspberry Pi 3 Model B Rev 1.2', u'bits': 32}
2021-01-14 21:02:40,857 - tornado.access - WARNING - 404 GET /cached.gif?_=1610670762479 (::ffff:192.168.2.113) 29.60ms
2021-01-14 21:02:41,363 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {u'python': '2.7.16', u'os': u'linux', u'ram': 917016576, u'octopi_version': u'0.17.0', u'version': u'1.5.2', u'pip': '19.3.1', u'cores': 4, u'freq': 1200.0, u'pi_model': u'Raspberry Pi 3 Model B Rev 1.2', u'bits': 32}
2021-01-14 21:02:43,302 - tornado.access - WARNING - 404 GET /cached.gif?_=1610670763603 (::ffff:192.168.2.113) 654.78ms
2021-01-14 21:02:44,534 - tornado.access - WARNING - 404 GET /cached.gif?_=1610670766048 (::ffff:192.168.2.113) 28.13ms
2021-01-14 21:02:46,734 - tornado.access - WARNING - 404 GET /cached.gif?_=1610670767282 (::ffff:192.168.2.113) 1093.34ms
2021-01-14 21:02:47,945 - tornado.access - WARNING - 404 GET /cached.gif?_=1610670769478 (::ffff:192.168.2.113) 128.41ms
2021-01-14 21:02:49,074 - tornado.access - WARNING - 404 GET /cached.gif?_=1610670770692 (::ffff:192.168.2.113) 34.28ms
2021-01-14 21:02:50,603 - tornado.access - WARNING - 404 GET /cached.gif?_=1610670771823 (::ffff:192.168.2.113) 179.62ms
2021-01-14 21:02:51,750 - tornado.access - WARNING - 404 GET /cached.gif?_=1610670773353 (::ffff:192.168.2.113) 26.16ms
2021-01-14 21:02:52,347 - octoprint.server.preemptive_cache - INFO - ... done in 13.27s
2021-01-14 21:02:53,151 - octoprint.server.views - INFO - Found path / in cache (key: ui:_default:ttp://192.168.2.34/:en), signaling as cached
2021-01-14 21:02:53,245 - octoprint.server.util.flask - INFO - Passively logging in user enderpi from ::ffff:192.168.2.113
2021-01-14 21:02:53,248 - octoprint.access.users - INFO - Logged in user: enderpi
2021-01-14 21:02:54,966 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.113
2021-01-14 21:02:55,074 - octoprint.server.util.flask - INFO - Passively logging in user enderpi from ::ffff:192.168.2.113
2021-01-14 21:02:55,075 - octoprint.access.users - INFO - Logged in user: enderpi
2021-01-14 21:02:58,535 - octoprint.server.util.sockjs - INFO - User enderpi logged in on the socket from client ::ffff:192.168.2.113

Additional information about your setup

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

browser.user_agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36
connectivity.connection_check: 8.8.8.8:53
connectivity.connection_ok: true
connectivity.enabled: true
connectivity.online: true
connectivity.resolution_check: octoprintorg
connectivity.resolution_ok: true
env.hardware.cores: 4
env.hardware.freq: 1200
env.hardware.ram: 917016576
env.os.bits: 32
env.os.id: linux
env.os.platform: linux2
env.plugins.pi_support.model: Raspberry Pi 3 Model B Rev 1.2
env.plugins.pi_support.octopi_version: 0.17.0
env.plugins.pi_support.throttle_state: 0x0
env.python.pip: 19.3.1
env.python.version: 2.7.16
env.python.virtualenv: true
octoprint.safe_mode: false
octoprint.version: 1.5.2

Summary

This text will be hidden

Hello @gznoble!

I took the liberty and moved the thread to -Get Help -Networking

Could you please format the log with the </> (you can find that in the editor top bar). It is more easy to read then. Thank you.

To you issue you have: Some routers disconnect WiFi connections after a certain time. It depends on your router where you can find that menu point.

2 Likes

Thanks! This was my first post.