Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Plugin not visible after install #5

Closed
SoarVermont opened this issue Jan 7, 2023 · 4 comments
Closed

Plugin not visible after install #5

SoarVermont opened this issue Jan 7, 2023 · 4 comments

Comments

@SoarVermont
Copy link

Awesome plugin idea, and I'm excited to use it to keep files synchronized between multiple Octoprint instances.
I'm having problems installing it though - it doesn't appear in the list of Plugins of the Octoprint settings page, which is where I'd expect to find the configuration options for it. Are these options stored somewhere else, or is there something wrong with my installation? I've tried installing it on both a RPi4 and a RPi Zero 2 W, with similar behavior.

@cp2004
Copy link
Owner

cp2004 commented Jan 7, 2023

Please share the octoprint.log file, there will likely be an error report.

In future please use the bug report template as it asks you for all the relevant information straight from the beginning.

@WegnerDan
Copy link

I have the same problem. I've tried installation with the Plugin Manager twice.

truncated octoprint.log
2023-01-08 00:32:16,620 - octoprint.plugins.octoeverywhere - INFO - Gadget has stopped watching!
2023-01-08 00:32:16,622 - octoprint.plugins.octoeverywhere - INFO - Found hostname localhost in url http://localhost:8080/?action=snapshot
2023-01-08 00:32:16,622 - octoprint.plugins.octoeverywhere - INFO - No local domain found in http://localhost:8080/?action=snapshot
2023-01-08 00:32:16,626 - octoprint.plugins.octoeverywhere - INFO - RepeatTimer thread exit
2023-01-08 00:32:16,628 - octoprint.plugins.octoeverywhere - INFO - RepeatTimer thread exit
2023-01-08 00:32:17,370 - octoprint.plugins.octoeverywhere - INFO - NotificationsHandler successfully sent 'done'
2023-01-08 00:32:30,582 - octoprint.util.comm - INFO - Changing monitoring state from "Finishing" to "Operational"
2023-01-08 00:33:21,622 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2023-01-08 00:33:43,929 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 0.2s
2023-01-08 00:33:44,182 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 0.2s
2023-01-08 00:33:44,422 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 0.2s
2023-01-08 00:33:44,641 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 0.19s
2023-01-08 00:33:44,876 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 0.19s
2023-01-08 00:33:49,024 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from https://plugins.octoprint.org/plugins.json
2023-01-08 00:34:03,846 - octoprint.plugins.pluginmanager - INFO - Installing plugin from https://github.com/cp2004/OctoPrint-OneDriveFileSync/releases/latest/download/release.zip
2023-01-08 00:34:04,508 - octoprint.plugin.core - INFO - Plugin Bed Visualizer (1.1.1) is disabled.
2023-01-08 00:34:13,838 - octoprint.plugin.core - ERROR - Error loading plugin onedrive_files
Traceback (most recent call last):
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/plugin/core.py", line 1274, in _import_plugin
    module = _load_module(module_name, spec)
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/plugin/core.py", line 52, in _load_module
    return imp.load_module(name, f, filename, details)
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/vendor/imp.py", line 238, in load_module
    return load_package(name, filename)
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/vendor/imp.py", line 212, in load_package
    return _load(spec)
  File "<frozen importlib._bootstrap>", line 696, in _load
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_onedrive_files/__init__.py", line 3, in <module>
    import octo_onedrive.onedrive
  File "/home/pi/oprint/lib/python3.7/site-packages/octo_onedrive/__init__.py", line 5, in <module>
    from .onedrive import OneDriveComm
  File "/home/pi/oprint/lib/python3.7/site-packages/octo_onedrive/onedrive.py", line 10, in <module>
    from dateutil.parser import parse
ModuleNotFoundError: No module named 'dateutil'
2023-01-08 00:34:14,068 - octoprint.plugin.core - INFO - Plugin Bed Visualizer (1.1.1) is disabled.
2023-01-08 00:34:14,073 - octoprint.plugins.pluginmanager - WARNING - The plugin was installed successfully, but couldn't be found afterwards to initialize properly during runtime. Please restart OctoPrint.
2023-01-08 00:34:14,320 - octoprint.plugins.pluginmanager - INFO - Loaded plugin notices data from https://plugins.octoprint.org/notices.json
2023-01-08 00:34:18,169 - octoprint.server.api.system - INFO - Performing command for core:restart: sudo service octoprint restart
2023-01-08 00:34:18,283 - octoprint.server - INFO - Shutting down...
2023-01-08 00:34:18,314 - octoprint.server - INFO - Calling on_shutdown on plugins
2023-01-08 00:34:18,315 - octoprint.events - INFO - Processing shutdown event, this will be our last event
2023-01-08 00:34:18,328 - octoprint.events - INFO - Event loop shut down
2023-01-08 00:34:18,377 - octoprint.plugins.homeassistant - INFO - Received MQTT message from octoPrint/mqtt
2023-01-08 00:34:18,377 - octoprint.plugins.homeassistant - INFO - disconnected
2023-01-08 00:34:18,701 - octoprint.server.api.system - WARNING - Command for core:restart failed with return code -15:
! 
! STDOUT:
! 
! 
! STDERR:
2023-01-08 00:34:19,399 - octoprint.server - INFO - Goodbye!
2023-01-08 00:34:20,912 - octoprint.startup - INFO - ******************************************************************************
2023-01-08 00:34:20,915 - octoprint.startup - INFO - Starting OctoPrint 1.8.6
2023-01-08 00:34:20,916 - octoprint.startup - INFO - ******************************************************************************
2023-01-08 00:34:21,358 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity changed from offline to online
2023-01-08 00:34:21,545 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: online
2023-01-08 00:34:21,546 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 1.1.1.1:53 is working
2023-01-08 00:34:21,546 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprint.org is working
2023-01-08 00:34:21,772 - octoprint.startup - INFO - Blacklist processing done, adding 3 blacklisted plugin versions: roomtemp (any), GcodeEditor (>=0.1.1,<=0.2.8), gcodeleveling (>=0.1.0,<=0.1.1)
2023-01-08 00:34:21,781 - 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...
2023-01-08 00:34:24,281 - octoprint.plugin.core - ERROR - Error loading plugin onedrive_files
Traceback (most recent call last):
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/plugin/core.py", line 1274, in _import_plugin
    module = _load_module(module_name, spec)
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/plugin/core.py", line 52, in _load_module
    return imp.load_module(name, f, filename, details)
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/vendor/imp.py", line 238, in load_module
    return load_package(name, filename)
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/vendor/imp.py", line 212, in load_package
    return _load(spec)
  File "<frozen importlib._bootstrap>", line 696, in _load
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_onedrive_files/__init__.py", line 3, in <module>
    import octo_onedrive.onedrive
  File "/home/pi/oprint/lib/python3.7/site-packages/octo_onedrive/__init__.py", line 5, in <module>
    from .onedrive import OneDriveComm
  File "/home/pi/oprint/lib/python3.7/site-packages/octo_onedrive/onedrive.py", line 10, in <module>
    from dateutil.parser import parse
ModuleNotFoundError: No module named 'dateutil'
2023-01-08 00:34:24,649 - octoprint.plugin.core - INFO - Plugin Bed Visualizer (1.1.1) is disabled.
2023-01-08 00:34:24,739 - octoprint.plugin.core - INFO - Found 26 plugin(s) providing 25 mixin implementations, 53 hook handlers
2023-01-08 00:34:24,839 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval
2023-01-08 00:34:24,902 - octoprint.server - INFO - Intermediary server started
2023-01-08 00:34:24,922 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2023-01-08 00:34:25,022 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2023-01-08 00:34:25,030 - 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')")
2023-01-08 00:34:25,031 - 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')")
2023-01-08 00:34:25,031 - 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')")
2023-01-08 00:34:25,032 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: "Need(method='role', value='plugin_announcements_read')")
2023-01-08 00:34:25,032 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: "Need(method='role', value='plugin_announcements_read'), Need(method='role', value='plugin_announcements_manage')")
2023-01-08 00:34:25,032 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: "Need(method='role', value='plugin_appkeys_admin')")
2023-01-08 00:34:25,033 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_GRANT (needs: "Need(method='role', value='plugin_appkeys_user')")
2023-01-08 00:34:25,033 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: "Need(method='role', value='plugin_backup_access')")
2023-01-08 00:34:25,033 - octoprint.server - INFO - Added new permission from plugin firmware_check: PLUGIN_FIRMWARE_CHECK_DISPLAY (needs: "Need(method='role', value='plugin_firmware_check_display')")
2023-01-08 00:34:25,033 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: "Need(method='role', value='plugin_logging_manage')")
2023-01-08 00:34:25,034 - octoprint.server - INFO - Added new permission from plugin pi_support: PLUGIN_PI_SUPPORT_STATUS (needs: "Need(method='role', value='plugin_pi_support_check')")
2023-01-08 00:34:25,034 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_LIST (needs: "Need(method='role', value='plugin_pluginmanager_list')")
2023-01-08 00:34:25,034 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: "Need(method='role', value='plugin_pluginmanager_manage')")
2023-01-08 00:34:25,035 - 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')")
2023-01-08 00:34:25,035 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: "Need(method='role', value='plugin_softwareupdate_check')")
2023-01-08 00:34:25,035 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: "Need(method='role', value='plugin_softwareupdate_update')")
2023-01-08 00:34:25,037 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CONFIGURE (needs: "Need(method='role', value='plugin_softwareupdate_configure')")
2023-01-08 00:34:25,720 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python3 -m pip" as command to invoke pip
2023-01-08 00:34:26,298 - octoprint.util.pip - INFO - Version of pip is 20.3.3
2023-01-08 00:34:26,315 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python3.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2023-01-08 00:34:26,315 - octoprint.util.pip - INFO - ==> pip ok -> yes
2023-01-08 00:34:26,430 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2023-01-08 00:34:26,436 - octoprint.plugins.softwareupdate - INFO - Loaded update log from disk
2023-01-08 00:34:26,980 - octoprint.plugin.core - INFO - Initialized 25 plugin implementation(s)
2023-01-08 00:34:27,007 - octoprint.plugin.core - INFO - 26 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
| !Bed Visualizer (1.1.1) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_bedlevelvisualizer
|  Core Wizard (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/corewizard
|  Creality Temperature (1.2.4) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_CrealityTemperature
|  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
|  Event Manager (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/eventmanager
|  File Check (2021.2.23) (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_file_check
|  Firmware Check (2021.10.11) (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
|  HomeAssistant Discovery (3.6.2) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_homeassistant
|  Logging (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/logging
|  MQTT (0.8.13) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_mqtt
|  OctoEverywhere! (1.11.1) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_octoeverywhere
|  OneDrive Backup (1.0.1) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_onedrive_backup
|  Pi Support Plugin (2022.6.13) (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_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
|  Themeify (1.2.2) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_themeify
|  Virtual Printer (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/virtual_printer
Prefix legend: ! = disabled, # = blacklisted, * = incompatible
2023-01-08 00:34:27,042 - octoprint.environment - INFO - Detected environment is Python 3.7.3 under Linux (linux). Details:
|  hardware:
|    cores: 4
|    freq: 1500.0
|    ram: 3971162112
|  os:
|    bits: 32
|    id: linux
|    platform: linux
|  plugins:
|    pi_support:
|      model: Raspberry Pi 4 Model B Rev 1.4
|      octopi_version: 0.18.0
|      octopiuptodate_build: 0.18.0-1.8.5-20221017150522
|      throttle_check_enabled: true
|      throttle_check_functional: true
|      throttle_state: '0x0'
|  python:
|    pip: 20.3.3
|    version: 3.7.3
|    virtualenv: /home/pi/oprint
2023-01-08 00:34:27,063 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2023-01-08 00:34:27,063 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2023-01-08 00:34:27,065 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-manifest.json...
2023-01-08 00:34:27,075 - octoprint.server.util.flask.collect_plugin_assets - WARNING - Plugin onedrive_backup is referring to non existing css asset dist/onedrive_backup.css
2023-01-08 00:34:27,537 - octoprint.server - INFO - Shutting down intermediary server...
2023-01-08 00:34:27,975 - octoprint.server - INFO - Intermediary server shut down
2023-01-08 00:34:27,978 - octoprint.events - INFO - Processing startup event, this is our first event
2023-01-08 00:34:27,978 - octoprint.events - INFO - Adding 2 events to queue that were held back before startup event
2023-01-08 00:34:27,979 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2023-01-08 00:34:27,992 - octoprint.server - INFO - Autoconnect on startup is configured, trying to connect to the printer...
2023-01-08 00:34:28,030 - octoprint.plugins.softwareupdate - INFO - Fetching check overlays from https://plugins.octoprint.org/update_check_overlay.json
2023-01-08 00:34:28,055 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2023-01-08 00:34:28,112 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2023-01-08 00:34:28,241 - octoprint.server - INFO - Trying to connect to configured serial port None
2023-01-08 00:34:28,513 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial connection"
2023-01-08 00:34:28,566 - 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
2023-01-08 00:34:28,566 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyUSB0, baudrate 115200
2023-01-08 00:34:28,568 - octoprint.util.comm - INFO - Connecting to port /dev/ttyUSB0, baudrate 115200
2023-01-08 00:34:28,572 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder...
2023-01-08 00:34:28,637 - octoprint.server.util.watchdog - INFO - ... initial scan done.
2023-01-08 00:34:28,689 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #1 with timeout 2.0s
2023-01-08 00:34:28,702 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2023-01-08 00:34:28,747 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial connection" to "Operational"
2023-01-08 00:34:28,769 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2023-01-08 00:34:28,986 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin bugfix-JyersUI v2.0.1 (Nov  5 2021 21:19:18)"
2023-01-08 00:34:29,073 - octoprint.plugins.firmware_check - INFO - Your printer's firmware is a development build of Marlin (build date 20211105). It might be more unstable than a release version and should be kept up-to-date.. More information at https://faq.octoprint.org/warning-firmware-development
2023-01-08 00:34:29,102 - octoprint.util.comm - INFO - Firmware states that it supports temperature autoreporting
2023-01-08 00:34:29,123 - octoprint.util.comm - INFO - Firmware states that it supports emergency GCODEs to be sent without waiting for an acknowledgement first
2023-01-08 00:34:29,567 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octoprint2._http._tcp.local.' for _http._tcp.local.
2023-01-08 00:34:29,755 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid
2023-01-08 00:34:30,398 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octoprint2._octoprint._tcp.local.' for _octoprint._tcp.local.
2023-01-08 00:34:30,403 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octoprint2 for SSDP
2023-01-08 00:34:30,482 - octoprint.plugins.octoeverywhere - INFO - OctoPrint host:127.0.0.1 port:5000
2023-01-08 00:34:30,496 - octoprint.plugins.octoeverywhere - INFO - OctoPingPong stats loaded from file.
2023-01-08 00:34:30,499 - octoprint.plugins.octoeverywhere - INFO - mDns Cache file loaded. Cached Entries Found: 0
2023-01-08 00:34:30,505 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2023-01-08 00:34:30,592 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2023-01-08 00:34:30,672 - octoprint.plugins.octoeverywhere - INFO - IPV4 - starport:142.93.161.88 main:104.21.49.248
2023-01-08 00:34:30,680 - octoprint.server.util.sockjs - INFO - New connection from client: 2a02:810d:bc40:1309:3c98:b39c:738e:6e9a
2023-01-08 00:34:30,730 - octoprint.plugins.octoeverywhere - INFO - Failed to resolve host ipv6 name [Errno -2] Name or service not known
2023-01-08 00:34:30,937 - octoprint.server.util.flask - INFO - Passively logging in user thedoginthewok from 2a02:810d:bc40:1309:3c98:b39c:738e:6e9a
2023-01-08 00:34:30,944 - octoprint.access.users - INFO - Logged in user: thedoginthewok
2023-01-08 00:34:31,189 - octoprint.server.util.sockjs - INFO - User thedoginthewok logged in on the socket from client 2a02:810d:bc40:1309:3c98:b39c:738e:6e9a
2023-01-08 00:34:31,189 - octoprint.plugins.mqtt - INFO - Connected to mqtt broker
2023-01-08 00:34:31,240 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python3 -m pip" as command to invoke pip
2023-01-08 00:34:31,268 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python3.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2023-01-08 00:34:31,268 - octoprint.util.pip - INFO - ==> pip ok -> yes
2023-01-08 00:34:31,308 - octoprint.plugins.softwareupdate - INFO - Minimum free storage across all update relevant locations is 25.1GB. That is considered sufficient for updating.
2023-01-08 00:34:31,860 - octoprint.plugins.homeassistant - INFO - PSUControl helpers not found
2023-01-08 00:34:31,935 - octoprint.plugins.homeassistant - INFO - Received MQTT message from octoPrint/mqtt
2023-01-08 00:34:31,935 - octoprint.plugins.homeassistant - INFO - connected
2023-01-08 00:34:32,352 - octoprint.plugins.octoeverywhere - INFO - After startup called. Starting worker thread.
2023-01-08 00:34:32,389 - octoprint.plugins.octoeverywhere - INFO - Main thread starting
2023-01-08 00:34:32,415 - octoprint.plugins.themeify - INFO - Themeify initialized.
2023-01-08 00:34:32,483 - octoprint.plugins.octoeverywhere - INFO - Frontend http port detected as 80, is https? False
2023-01-08 00:34:32,513 - octoprint.plugins.homeassistant - INFO - Received MQTT message from octoPrint/mqtt
2023-01-08 00:34:32,513 - octoprint.plugins.homeassistant - INFO - connected
2023-01-08 00:34:32,529 - octoprint.plugins.octoeverywhere - INFO - Attempting to use lowest latency server: wss://fra.octoeverywhere.com/octoclientws
2023-01-08 00:34:32,551 - octoprint.plugins.octoeverywhere - INFO - Attempting to talk to OctoEverywhere, server con wss://fra.octoeverywhere.com/octoclientws[1]
2023-01-08 00:34:33,043 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'base_url': 'http://octoprint2/', 'path': '/', 'query_string': 'l10n=en'}
2023-01-08 00:34:33,191 - octoprint.plugins.octoeverywhere - INFO - Connected To OctoEverywhere, server con wss://fra.octoeverywhere.com/octoclientws[1]. Starting handshake...
2023-01-08 00:34:33,600 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid
2023-01-08 00:34:34,174 - octoprint.plugins.octoeverywhere - INFO - Handshake complete, server con wss://fra.octoeverywhere.com/octoclientws[1], successfully connected to OctoEverywhere!
2023-01-08 00:34:34,605 - octoprint.server.util.flask - INFO - Passively logging in user thedoginthewok from 127.0.0.1
2023-01-08 00:34:34,611 - octoprint.access.users - INFO - Logged in user: thedoginthewok
2023-01-08 00:34:44,981 - octoprint.server.preemptive_cache - INFO - ... done in 11.94s
2023-01-08 00:34:45,139 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:12.668, compression:0.065] [543354->89941 16.553%] /
2023-01-08 00:34:45,392 - octoprint.server.util.sockjs - INFO - Client connection closed: 2a02:810d:bc40:1309:3c98:b39c:738e:6e9a
2023-01-08 00:34:46,271 - octoprint.server.util.flask - INFO - Passively logging in user thedoginthewok from 2a02:810d:bc40:1309:3c98:b39c:738e:6e9a
2023-01-08 00:34:46,272 - octoprint.access.users - INFO - Logged in user: thedoginthewok
2023-01-08 00:34:47,562 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:1.990, compression:0.403] [1678527->438487 26.123%] /static/webassets/packed_libs.js?7111420c
2023-01-08 00:34:48,076 - octoprint.server.util.flask - INFO - Passively logging in user thedoginthewok from 2a02:810d:bc40:1309:3c98:b39c:738e:6e9a
2023-01-08 00:34:48,077 - octoprint.access.users - INFO - Logged in user: thedoginthewok
2023-01-08 00:34:48,770 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:1.199, compression:0.009] [63889->10856 16.992%] /static/webassets/packed_client.js?e6252517
2023-01-08 00:34:48,831 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.028, compression:0.033] [221305->65278 29.497%] /static/webassets/packed_plugins.js?6e5e4ad5
2023-01-08 00:34:48,853 - octoprint.server.util.sockjs - INFO - New connection from client: 2a02:810d:bc40:1309:3c98:b39c:738e:6e9a
2023-01-08 00:34:48,938 - octoprint.server.util.flask - INFO - Passively logging in user thedoginthewok from 2a02:810d:bc40:1309:3c98:b39c:738e:6e9a
2023-01-08 00:34:48,939 - octoprint.access.users - INFO - Logged in user: thedoginthewok
2023-01-08 00:34:48,944 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.016, compression:0.096] [542722->126876 23.378%] /static/webassets/packed_core.js?389582e5
2023-01-08 00:34:49,047 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.051, compression:0.052] [224449->40084 17.859%] /static/webassets/packed_libs.css?e7ff56b9
2023-01-08 00:34:49,738 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.683, compression:0.008] [98319->13135 13.360%] /static/webassets/packed_plugins.css?2eade2b1
2023-01-08 00:34:49,764 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.013, compression:0.011] [109799->13414 12.217%] /static/webassets/packed_core.css?512e0870
2023-01-08 00:34:49,786 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.015, compression:0.007] [78460->78491 100.040%] /static/vendor/font-awesome-5.15.1/webfonts/fa-brands-400.woff2
2023-01-08 00:34:49,810 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.017, compression:0.007] [78460->78491 100.040%] /static/vendor/font-awesome-5.15.1/webfonts/fa-brands-400.woff2
2023-01-08 00:34:49,826 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.015, compression:0.001] [13548->13559 100.081%] /static/vendor/font-awesome-5.15.1/webfonts/fa-regular-400.woff2
2023-01-08 00:34:49,843 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.015, compression:0.001] [13548->13559 100.081%] /static/vendor/font-awesome-5.15.1/webfonts/fa-regular-400.woff2
2023-01-08 00:34:49,865 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.015, compression:0.007] [80300->80263 99.954%] /static/vendor/font-awesome-5.15.1/webfonts/fa-solid-900.woff2
2023-01-08 00:34:49,892 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.016, compression:0.010] [80300->80263 99.954%] /static/vendor/font-awesome-5.15.1/webfonts/fa-solid-900.woff2
2023-01-08 00:34:49,910 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.015, compression:0.003] [43572->43565 99.984%] /static/vendor/font-awesome-3.2.1/fonts/fontawesome-webfont.woff
2023-01-08 00:34:49,911 - octoprint.plugins.octoeverywhere - INFO - Slipstream took 17.504883766174316 to fully update the cache
2023-01-08 00:34:50,079 - octoprint.server.util.sockjs - INFO - User thedoginthewok logged in on the socket from client 2a02:810d:bc40:1309:3c98:b39c:738e:6e9a
2023-01-08 00:37:08,236 - octoprint.plugins.pluginmanager - INFO - Installing plugin from https://github.com/cp2004/OctoPrint-OneDriveFileSync/releases/latest/download/release.zip
2023-01-08 00:37:08,646 - octoprint.plugin.core - ERROR - Error loading plugin onedrive_files
Traceback (most recent call last):
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/plugin/core.py", line 1274, in _import_plugin
    module = _load_module(module_name, spec)
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/plugin/core.py", line 52, in _load_module
    return imp.load_module(name, f, filename, details)
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/vendor/imp.py", line 238, in load_module
    return load_package(name, filename)
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/vendor/imp.py", line 212, in load_package
    return _load(spec)
  File "<frozen importlib._bootstrap>", line 696, in _load
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_onedrive_files/__init__.py", line 3, in <module>
    import octo_onedrive.onedrive
  File "/home/pi/oprint/lib/python3.7/site-packages/octo_onedrive/__init__.py", line 5, in <module>
    from .onedrive import OneDriveComm
  File "/home/pi/oprint/lib/python3.7/site-packages/octo_onedrive/onedrive.py", line 10, in <module>
    from dateutil.parser import parse
ModuleNotFoundError: No module named 'dateutil'
2023-01-08 00:37:08,757 - octoprint.plugin.core - INFO - Plugin Bed Visualizer (1.1.1) is disabled.
2023-01-08 00:37:16,633 - octoprint.plugin.core - ERROR - Error loading plugin onedrive_files
Traceback (most recent call last):
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/plugin/core.py", line 1274, in _import_plugin
    module = _load_module(module_name, spec)
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/plugin/core.py", line 52, in _load_module
    return imp.load_module(name, f, filename, details)
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/vendor/imp.py", line 238, in load_module
    return load_package(name, filename)
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/vendor/imp.py", line 212, in load_package
    return _load(spec)
  File "<frozen importlib._bootstrap>", line 696, in _load
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_onedrive_files/__init__.py", line 3, in <module>
    import octo_onedrive.onedrive
  File "/home/pi/oprint/lib/python3.7/site-packages/octo_onedrive/__init__.py", line 5, in <module>
    from .onedrive import OneDriveComm
  File "/home/pi/oprint/lib/python3.7/site-packages/octo_onedrive/onedrive.py", line 10, in <module>
    from dateutil.parser import parse
ModuleNotFoundError: No module named 'dateutil'
2023-01-08 00:37:16,745 - octoprint.plugin.core - INFO - Plugin Bed Visualizer (1.1.1) is disabled.
2023-01-08 00:37:16,750 - octoprint.plugins.pluginmanager - WARNING - The plugin was installed successfully, but couldn't be found afterwards to initialize properly during runtime. Please restart OctoPrint.
2023-01-08 00:37:38,125 - octoprint.server.api.system - INFO - Performing command for core:restart: sudo service octoprint restart
2023-01-08 00:37:38,248 - octoprint.server - INFO - Shutting down...
2023-01-08 00:37:38,669 - octoprint.server.api.system - WARNING - Command for core:restart failed with return code -15:
! 
! STDOUT:
! 
! 
! STDERR:
2023-01-08 00:37:38,807 - octoprint.server - INFO - Calling on_shutdown on plugins
2023-01-08 00:37:38,808 - octoprint.events - INFO - Processing shutdown event, this will be our last event
2023-01-08 00:37:38,818 - octoprint.events - INFO - Event loop shut down
2023-01-08 00:37:38,913 - octoprint.plugins.homeassistant - INFO - Received MQTT message from octoPrint/mqtt
2023-01-08 00:37:38,914 - octoprint.plugins.homeassistant - INFO - disconnected
2023-01-08 00:37:39,935 - octoprint.server - INFO - Goodbye!
2023-01-08 00:37:41,419 - octoprint.startup - INFO - ******************************************************************************
2023-01-08 00:37:41,423 - octoprint.startup - INFO - Starting OctoPrint 1.8.6
2023-01-08 00:37:41,424 - octoprint.startup - INFO - ******************************************************************************
2023-01-08 00:37:41,878 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity changed from offline to online
2023-01-08 00:37:42,061 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: online
2023-01-08 00:37:42,061 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 1.1.1.1:53 is working
2023-01-08 00:37:42,061 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprint.org is working
2023-01-08 00:37:42,070 - octoprint.startup - INFO - Blacklist processing done, adding 3 blacklisted plugin versions: roomtemp (any), GcodeEditor (>=0.1.1,<=0.2.8), gcodeleveling (>=0.1.0,<=0.1.1)
2023-01-08 00:37:42,082 - 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...
2023-01-08 00:37:44,525 - octoprint.plugin.core - ERROR - Error loading plugin onedrive_files
Traceback (most recent call last):
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/plugin/core.py", line 1274, in _import_plugin
    module = _load_module(module_name, spec)
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/plugin/core.py", line 52, in _load_module
    return imp.load_module(name, f, filename, details)
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/vendor/imp.py", line 238, in load_module
    return load_package(name, filename)
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/vendor/imp.py", line 212, in load_package
    return _load(spec)
  File "<frozen importlib._bootstrap>", line 696, in _load
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_onedrive_files/__init__.py", line 3, in <module>
    import octo_onedrive.onedrive
  File "/home/pi/oprint/lib/python3.7/site-packages/octo_onedrive/__init__.py", line 5, in <module>
    from .onedrive import OneDriveComm
  File "/home/pi/oprint/lib/python3.7/site-packages/octo_onedrive/onedrive.py", line 10, in <module>
    from dateutil.parser import parse
ModuleNotFoundError: No module named 'dateutil'
2023-01-08 00:37:44,883 - octoprint.plugin.core - INFO - Plugin Bed Visualizer (1.1.1) is disabled.
2023-01-08 00:37:44,968 - octoprint.plugin.core - INFO - Found 26 plugin(s) providing 25 mixin implementations, 53 hook handlers
2023-01-08 00:37:45,063 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval
2023-01-08 00:37:45,127 - octoprint.server - INFO - Intermediary server started
2023-01-08 00:37:45,147 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2023-01-08 00:37:45,232 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2023-01-08 00:37:45,237 - 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')")
2023-01-08 00:37:45,237 - 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')")
2023-01-08 00:37:45,238 - 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')")
2023-01-08 00:37:45,238 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: "Need(method='role', value='plugin_announcements_read')")
2023-01-08 00:37:45,238 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: "Need(method='role', value='plugin_announcements_read'), Need(method='role', value='plugin_announcements_manage')")
2023-01-08 00:37:45,239 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: "Need(method='role', value='plugin_appkeys_admin')")
2023-01-08 00:37:45,239 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_GRANT (needs: "Need(method='role', value='plugin_appkeys_user')")
2023-01-08 00:37:45,240 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: "Need(method='role', value='plugin_backup_access')")
2023-01-08 00:37:45,240 - octoprint.server - INFO - Added new permission from plugin firmware_check: PLUGIN_FIRMWARE_CHECK_DISPLAY (needs: "Need(method='role', value='plugin_firmware_check_display')")
2023-01-08 00:37:45,240 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: "Need(method='role', value='plugin_logging_manage')")
2023-01-08 00:37:45,241 - octoprint.server - INFO - Added new permission from plugin pi_support: PLUGIN_PI_SUPPORT_STATUS (needs: "Need(method='role', value='plugin_pi_support_check')")
2023-01-08 00:37:45,241 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_LIST (needs: "Need(method='role', value='plugin_pluginmanager_list')")
2023-01-08 00:37:45,241 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: "Need(method='role', value='plugin_pluginmanager_manage')")
2023-01-08 00:37:45,242 - 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')")
2023-01-08 00:37:45,242 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: "Need(method='role', value='plugin_softwareupdate_check')")
2023-01-08 00:37:45,248 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: "Need(method='role', value='plugin_softwareupdate_update')")
2023-01-08 00:37:45,249 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CONFIGURE (needs: "Need(method='role', value='plugin_softwareupdate_configure')")
2023-01-08 00:37:45,965 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python3 -m pip" as command to invoke pip
2023-01-08 00:37:46,555 - octoprint.util.pip - INFO - Version of pip is 20.3.3
2023-01-08 00:37:46,573 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python3.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2023-01-08 00:37:46,573 - octoprint.util.pip - INFO - ==> pip ok -> yes
2023-01-08 00:37:46,680 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2023-01-08 00:37:46,686 - octoprint.plugins.softwareupdate - INFO - Loaded update log from disk
2023-01-08 00:37:47,203 - octoprint.plugin.core - INFO - Initialized 25 plugin implementation(s)
2023-01-08 00:37:47,224 - octoprint.plugin.core - INFO - 26 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
| !Bed Visualizer (1.1.1) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_bedlevelvisualizer
|  Core Wizard (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/corewizard
|  Creality Temperature (1.2.4) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_CrealityTemperature
|  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
|  Event Manager (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/eventmanager
|  File Check (2021.2.23) (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_file_check
|  Firmware Check (2021.10.11) (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
|  HomeAssistant Discovery (3.6.2) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_homeassistant
|  Logging (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/logging
|  MQTT (0.8.13) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_mqtt
|  OctoEverywhere! (1.11.1) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_octoeverywhere
|  OneDrive Backup (1.0.1) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_onedrive_backup
|  Pi Support Plugin (2022.6.13) (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_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
|  Themeify (1.2.2) = /home/pi/oprint/lib/python3.7/site-packages/octoprint_themeify
|  Virtual Printer (bundled) = /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins/virtual_printer
Prefix legend: ! = disabled, # = blacklisted, * = incompatible
2023-01-08 00:37:47,254 - octoprint.environment - INFO - Detected environment is Python 3.7.3 under Linux (linux). Details:
|  hardware:
|    cores: 4
|    freq: 1500.0
|    ram: 3971162112
|  os:
|    bits: 32
|    id: linux
|    platform: linux
|  plugins:
|    pi_support:
|      model: Raspberry Pi 4 Model B Rev 1.4
|      octopi_version: 0.18.0
|      octopiuptodate_build: 0.18.0-1.8.5-20221017150522
|      throttle_check_enabled: true
|      throttle_check_functional: true
|      throttle_state: '0x0'
|  python:
|    pip: 20.3.3
|    version: 3.7.3
|    virtualenv: /home/pi/oprint
2023-01-08 00:37:47,271 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2023-01-08 00:37:47,272 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2023-01-08 00:37:47,273 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-manifest.json...
2023-01-08 00:37:47,283 - octoprint.server.util.flask.collect_plugin_assets - WARNING - Plugin onedrive_backup is referring to non existing css asset dist/onedrive_backup.css
2023-01-08 00:37:47,693 - octoprint.server - INFO - Shutting down intermediary server...
2023-01-08 00:37:47,968 - octoprint.server - INFO - Intermediary server shut down
2023-01-08 00:37:47,971 - octoprint.events - INFO - Processing startup event, this is our first event
2023-01-08 00:37:47,972 - octoprint.events - INFO - Adding 2 events to queue that were held back before startup event
2023-01-08 00:37:47,978 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2023-01-08 00:37:47,979 - octoprint.server - INFO - Autoconnect on startup is configured, trying to connect to the printer...
2023-01-08 00:37:47,989 - octoprint.plugins.softwareupdate - INFO - Fetching check overlays from https://plugins.octoprint.org/update_check_overlay.json
2023-01-08 00:37:48,018 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2023-01-08 00:37:48,080 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2023-01-08 00:37:48,125 - octoprint.server - INFO - Trying to connect to configured serial port None
2023-01-08 00:37:48,421 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial connection"
2023-01-08 00:37:48,454 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder...
2023-01-08 00:37:48,462 - octoprint.server.util.watchdog - INFO - ... initial scan done.
2023-01-08 00:37:48,511 - 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
2023-01-08 00:37:48,534 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyUSB0, baudrate 115200
2023-01-08 00:37:48,562 - octoprint.util.comm - INFO - Connecting to port /dev/ttyUSB0, baudrate 115200
2023-01-08 00:37:48,668 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #1 with timeout 2.0s
2023-01-08 00:37:48,682 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2023-01-08 00:37:48,738 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial connection" to "Operational"
2023-01-08 00:37:48,757 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2023-01-08 00:37:48,943 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin bugfix-JyersUI v2.0.1 (Nov  5 2021 21:19:18)"
2023-01-08 00:37:49,005 - octoprint.plugins.firmware_check - INFO - Your printer's firmware is a development build of Marlin (build date 20211105). It might be more unstable than a release version and should be kept up-to-date.. More information at https://faq.octoprint.org/warning-firmware-development
2023-01-08 00:37:49,020 - octoprint.util.comm - INFO - Firmware states that it supports temperature autoreporting
2023-01-08 00:37:49,049 - octoprint.util.comm - INFO - Firmware states that it supports emergency GCODEs to be sent without waiting for an acknowledgement first
2023-01-08 00:37:49,462 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octoprint2._http._tcp.local.' for _http._tcp.local.
2023-01-08 00:37:49,742 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid
2023-01-08 00:37:50,290 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octoprint2._octoprint._tcp.local.' for _octoprint._tcp.local.
2023-01-08 00:37:50,293 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octoprint2 for SSDP
2023-01-08 00:37:50,347 - octoprint.plugins.octoeverywhere - INFO - OctoPrint host:127.0.0.1 port:5000
2023-01-08 00:37:50,357 - octoprint.plugins.octoeverywhere - INFO - OctoPingPong stats loaded from file.
2023-01-08 00:37:50,359 - octoprint.plugins.octoeverywhere - INFO - mDns Cache file loaded. Cached Entries Found: 0
2023-01-08 00:37:50,362 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2023-01-08 00:37:50,461 - octoprint.plugins.mqtt - INFO - Connected to mqtt broker
2023-01-08 00:37:50,468 - octoprint.plugins.octoeverywhere - INFO - IPV4 - starport:142.93.161.88 main:104.21.49.248
2023-01-08 00:37:50,472 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2023-01-08 00:37:50,521 - octoprint.plugins.octoeverywhere - INFO - Failed to resolve host ipv6 name [Errno -2] Name or service not known
2023-01-08 00:37:50,579 - octoprint.server.util.sockjs - INFO - New connection from client: 2a02:810d:bc40:1309:3c98:b39c:738e:6e9a
2023-01-08 00:37:50,769 - octoprint.server.util.flask - INFO - Passively logging in user thedoginthewok from 2a02:810d:bc40:1309:3c98:b39c:738e:6e9a
2023-01-08 00:37:50,769 - octoprint.access.users - INFO - Logged in user: thedoginthewok
2023-01-08 00:37:50,924 - octoprint.server.util.sockjs - INFO - User thedoginthewok logged in on the socket from client 2a02:810d:bc40:1309:3c98:b39c:738e:6e9a
2023-01-08 00:37:51,063 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python3 -m pip" as command to invoke pip
2023-01-08 00:37:51,069 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python3.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2023-01-08 00:37:51,070 - octoprint.util.pip - INFO - ==> pip ok -> yes
2023-01-08 00:37:51,132 - octoprint.plugins.softwareupdate - INFO - Minimum free storage across all update relevant locations is 25.1GB. That is considered sufficient for updating.
2023-01-08 00:37:51,733 - octoprint.plugins.homeassistant - INFO - PSUControl helpers not found
2023-01-08 00:37:51,849 - octoprint.plugins.homeassistant - INFO - Received MQTT message from octoPrint/mqtt
2023-01-08 00:37:51,850 - octoprint.plugins.homeassistant - INFO - connected
2023-01-08 00:37:52,339 - octoprint.plugins.octoeverywhere - INFO - After startup called. Starting worker thread.
2023-01-08 00:37:52,356 - octoprint.plugins.octoeverywhere - INFO - Main thread starting
2023-01-08 00:37:52,383 - octoprint.plugins.themeify - INFO - Themeify initialized.
2023-01-08 00:37:52,401 - octoprint.plugins.octoeverywhere - INFO - Frontend http port detected as 80, is https? False
2023-01-08 00:37:52,420 - octoprint.plugins.octoeverywhere - INFO - Attempting to use lowest latency server: wss://fra.octoeverywhere.com/octoclientws
2023-01-08 00:37:52,431 - octoprint.plugins.octoeverywhere - INFO - Attempting to talk to OctoEverywhere, server con wss://fra.octoeverywhere.com/octoclientws[1]
2023-01-08 00:37:52,667 - octoprint.plugins.homeassistant - INFO - Received MQTT message from octoPrint/mqtt
2023-01-08 00:37:52,667 - octoprint.plugins.homeassistant - INFO - connected
2023-01-08 00:37:52,927 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'base_url': 'http://octoprint2/', 'path': '/', 'query_string': 'l10n=en'}
2023-01-08 00:37:52,970 - octoprint.plugins.octoeverywhere - INFO - Connected To OctoEverywhere, server con wss://fra.octoeverywhere.com/octoclientws[1]. Starting handshake...
2023-01-08 00:37:53,154 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid
2023-01-08 00:37:54,313 - octoprint.plugins.octoeverywhere - INFO - Handshake complete, server con wss://fra.octoeverywhere.com/octoclientws[1], successfully connected to OctoEverywhere!
2023-01-08 00:37:54,428 - octoprint.server.util.flask - INFO - Passively logging in user thedoginthewok from 127.0.0.1
2023-01-08 00:37:54,429 - octoprint.access.users - INFO - Logged in user: thedoginthewok
2023-01-08 00:38:05,033 - octoprint.server.preemptive_cache - INFO - ... done in 12.11s
2023-01-08 00:38:05,198 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:12.764, compression:0.067] [543354->89947 16.554%] /
2023-01-08 00:38:06,109 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.581, compression:0.301] [1678527->438487 26.123%] /static/webassets/packed_libs.js?7111420c
2023-01-08 00:38:06,131 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.015, compression:0.007] [63889->10856 16.992%] /static/webassets/packed_client.js?e6252517
2023-01-08 00:38:06,182 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.013, compression:0.037] [221305->65278 29.497%] /static/webassets/packed_plugins.js?6e5e4ad5
2023-01-08 00:38:06,270 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.017, compression:0.071] [542722->126876 23.378%] /static/webassets/packed_core.js?389582e5
2023-01-08 00:38:06,306 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.013, compression:0.022] [224449->40084 17.859%] /static/webassets/packed_libs.css?e7ff56b9
2023-01-08 00:38:06,326 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.013, compression:0.007] [98319->13135 13.360%] /static/webassets/packed_plugins.css?2eade2b1
2023-01-08 00:38:06,345 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.011, compression:0.007] [109799->13414 12.217%] /static/webassets/packed_core.css?512e0870
2023-01-08 00:38:06,368 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.016, compression:0.007] [78460->78491 100.040%] /static/vendor/font-awesome-5.15.1/webfonts/fa-brands-400.woff2
2023-01-08 00:38:06,389 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.014, compression:0.007] [78460->78491 100.040%] /static/vendor/font-awesome-5.15.1/webfonts/fa-brands-400.woff2
2023-01-08 00:38:06,405 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.015, compression:0.001] [13548->13559 100.081%] /static/vendor/font-awesome-5.15.1/webfonts/fa-regular-400.woff2
2023-01-08 00:38:06,422 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.016, compression:0.001] [13548->13559 100.081%] /static/vendor/font-awesome-5.15.1/webfonts/fa-regular-400.woff2
2023-01-08 00:38:06,445 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.016, compression:0.007] [80300->80263 99.954%] /static/vendor/font-awesome-5.15.1/webfonts/fa-solid-900.woff2
2023-01-08 00:38:06,467 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.014, compression:0.008] [80300->80263 99.954%] /static/vendor/font-awesome-5.15.1/webfonts/fa-solid-900.woff2
2023-01-08 00:38:06,485 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.014, compression:0.003] [43572->43565 99.984%] /static/vendor/font-awesome-3.2.1/fonts/fontawesome-webfont.woff
2023-01-08 00:38:06,485 - octoprint.plugins.octoeverywhere - INFO - Slipstream took 14.117920637130737 to fully update the cache
2023-01-08 00:38:14,242 - octoprint.server.util.sockjs - INFO - Client connection closed: 2a02:810d:bc40:1309:3c98:b39c:738e:6e9a
2023-01-08 00:38:14,861 - octoprint.server.util.flask - INFO - Passively logging in user thedoginthewok from 2a02:810d:bc40:1309:3c98:b39c:738e:6e9a
2023-01-08 00:38:14,861 - octoprint.access.users - INFO - Logged in user: thedoginthewok
2023-01-08 00:38:16,283 - octoprint.server.util.flask - INFO - Passively logging in user thedoginthewok from 2a02:810d:bc40:1309:3c98:b39c:738e:6e9a
2023-01-08 00:38:16,283 - octoprint.access.users - INFO - Logged in user: thedoginthewok
2023-01-08 00:38:17,037 - octoprint.server.util.sockjs - INFO - New connection from client: 2a02:810d:bc40:1309:3c98:b39c:738e:6e9a
2023-01-08 00:38:17,114 - octoprint.server.util.flask - INFO - Passively logging in user thedoginthewok from 2a02:810d:bc40:1309:3c98:b39c:738e:6e9a
2023-01-08 00:38:17,114 - octoprint.access.users - INFO - Logged in user: thedoginthewok
2023-01-08 00:38:18,135 - octoprint.server.util.sockjs - INFO - User thedoginthewok logged in on the socket from client 2a02:810d:bc40:1309:3c98:b39c:738e:6e9a
2023-01-08 00:38:39,307 - octoprint.server.util.sockjs - INFO - Client connection closed: 2a02:810d:bc40:1309:3c98:b39c:738e:6e9a
2023-01-08 00:38:39,444 - octoprint.server.util.sockjs - INFO - New connection from client: 2a02:810d:bc40:1309:3c98:b39c:738e:6e9a
2023-01-08 00:38:39,484 - octoprint.server.util.flask - INFO - Passively logging in user thedoginthewok from 2a02:810d:bc40:1309:3c98:b39c:738e:6e9a
2023-01-08 00:38:39,484 - octoprint.access.users - INFO - Logged in user: thedoginthewok
2023-01-08 00:38:39,581 - octoprint.server.util.sockjs - INFO - User thedoginthewok logged in on the socket from client 2a02:810d:bc40:1309:3c98:b39c:738e:6e9a
2023-01-08 00:39:18,062 - octoprint.server.util.sockjs - INFO - Client connection closed: 2a02:810d:bc40:1309:3c98:b39c:738e:6e9a
plugin_pluginmanager_console.log
2023-01-08 00:34:04,515   /home/pi/oprint/bin/python3 -m pip --disable-pip-version-check install file:///tmp/tmpaw5q9vec/release.zip --no-cache-dir
2023-01-08 00:34:06,582 > Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
2023-01-08 00:34:06,582 > Processing /tmp/tmpaw5q9vec/release.zip
2023-01-08 00:34:08,061 > Requirement already satisfied: OctoPrint in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint-OneDriveFileSync==1.0.1) (1.8.6)
2023-01-08 00:34:11,479 > Collecting octo-onedrive==0.0.4
2023-01-08 00:34:11,479 > Downloading https://www.piwheels.org/simple/octo-onedrive/octo_onedrive-0.0.4-py3-none-any.whl (19 kB)
2023-01-08 00:34:11,479 > Requirement already satisfied: cryptography in /home/pi/oprint/lib/python3.7/site-packages (from octo-onedrive==0.0.4->OctoPrint-OneDriveFileSync==1.0.1) (36.0.0)
2023-01-08 00:34:11,480 > Requirement already satisfied: msal<2,>=1.18.0 in /home/pi/oprint/lib/python3.7/site-packages (from octo-onedrive==0.0.4->OctoPrint-OneDriveFileSync==1.0.1) (1.20.0)
2023-01-08 00:34:11,480 > Requirement already satisfied: requests<3,>=2.0.0 in /home/pi/oprint/lib/python3.7/site-packages (from msal<2,>=1.18.0->octo-onedrive==0.0.4->OctoPrint-OneDriveFileSync==1.0.1) (2.28.1)
2023-01-08 00:34:11,480 > Requirement already satisfied: PyJWT[crypto]<3,>=1.0.0 in /home/pi/oprint/lib/python3.7/site-packages (from msal<2,>=1.18.0->octo-onedrive==0.0.4->OctoPrint-OneDriveFileSync==1.0.1) (2.5.0)
2023-01-08 00:34:11,481 > Requirement already satisfied: cffi>=1.12 in /home/pi/oprint/lib/python3.7/site-packages (from cryptography->octo-onedrive==0.0.4->OctoPrint-OneDriveFileSync==1.0.1) (1.15.1)
2023-01-08 00:34:11,481 > Requirement already satisfied: pycparser in /home/pi/oprint/lib/python3.7/site-packages (from cffi>=1.12->cryptography->octo-onedrive==0.0.4->OctoPrint-OneDriveFileSync==1.0.1) (2.21)
2023-01-08 00:34:11,481 > Requirement already satisfied: types-cryptography>=3.3.21 in /home/pi/oprint/lib/python3.7/site-packages (from PyJWT[crypto]<3,>=1.0.0->msal<2,>=1.18.0->octo-onedrive==0.0.4->OctoPrint-OneDriveFileSync==1.0.1) (3.3.23.1)
2023-01-08 00:34:11,481 > Requirement already satisfied: charset-normalizer<3,>=2 in /home/pi/oprint/lib/python3.7/site-packages (from requests<3,>=2.0.0->msal<2,>=1.18.0->octo-onedrive==0.0.4->OctoPrint-OneDriveFileSync==1.0.1) (2.1.1)
2023-01-08 00:34:11,481 > Requirement already satisfied: idna<4,>=2.5 in /home/pi/oprint/lib/python3.7/site-packages (from requests<3,>=2.0.0->msal<2,>=1.18.0->octo-onedrive==0.0.4->OctoPrint-OneDriveFileSync==1.0.1) (2.10)
2023-01-08 00:34:11,482 > Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/pi/oprint/lib/python3.7/site-packages (from requests<3,>=2.0.0->msal<2,>=1.18.0->octo-onedrive==0.0.4->OctoPrint-OneDriveFileSync==1.0.1) (1.26.12)
2023-01-08 00:34:11,482 > Requirement already satisfied: certifi>=2017.4.17 in /home/pi/oprint/lib/python3.7/site-packages (from requests<3,>=2.0.0->msal<2,>=1.18.0->octo-onedrive==0.0.4->OctoPrint-OneDriveFileSync==1.0.1) (2020.12.5)
2023-01-08 00:34:11,482 > Requirement already satisfied: OctoPrint-PiSupport>=2022.3.28 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2022.6.13)
2023-01-08 00:34:11,482 > Requirement already satisfied: semantic-version<3,>=2.8.5 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.8.5)
2023-01-08 00:34:11,482 > Requirement already satisfied: OctoPrint-FirmwareCheck>=2021.10.11 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2021.10.11)
2023-01-08 00:34:11,482 > Requirement already satisfied: pkginfo<2,>=1.7.1 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.8.3)
2023-01-08 00:34:11,482 > Requirement already satisfied: psutil<6,>=5.8 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (5.8.0)
2023-01-08 00:34:11,482 > Requirement already satisfied: netaddr<0.9,>=0.8 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (0.8.0)
2023-01-08 00:34:11,483 > Requirement already satisfied: regex in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2020.11.13)
2023-01-08 00:34:11,483 > Requirement already satisfied: future<1,>=0.18.2 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (0.18.2)
2023-01-08 00:34:11,483 > Requirement already satisfied: websocket-client<2,>=1.2.1 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.3.3)
2023-01-08 00:34:11,483 > Requirement already satisfied: pylru<2,>=1.2 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.2.0)
2023-01-08 00:34:11,483 > Requirement already satisfied: werkzeug<2.1,>=2.0 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.0.3)
2023-01-08 00:34:11,483 > Requirement already satisfied: cachelib<0.3,>=0.2 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (0.2.0)
2023-01-08 00:34:11,483 > Requirement already satisfied: unidecode in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (0.4.21)
2023-01-08 00:34:11,484 > Requirement already satisfied: sentry-sdk<2,>=1.5.7 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.9.10)
2023-01-08 00:34:11,484 > Requirement already satisfied: netifaces<1,>=0.11 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (0.11.0)
2023-01-08 00:34:11,484 > Requirement already satisfied: zipstream-ng<2.0.0,>=1.3.4 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.3.4)
2023-01-08 00:34:11,484 > Requirement already satisfied: argon2-cffi<22,>=21.3.0 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (21.3.0)
2023-01-08 00:34:11,484 > Requirement already satisfied: Flask-Assets<3,>=2.0 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.0)
2023-01-08 00:34:11,484 > Requirement already satisfied: frozendict<3,>=2.0 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.3.4)
2023-01-08 00:34:11,484 > Requirement already satisfied: passlib<2,>=1.7.4 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.7.4)
2023-01-08 00:34:11,484 > Requirement already satisfied: watchdog<2,>=1 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.0.2)
2023-01-08 00:34:11,484 > Requirement already satisfied: wrapt<1.14,>=1.13.3 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.13.3)
2023-01-08 00:34:11,485 > Requirement already satisfied: markdown<4,>=3.2.2 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (3.4.1)
2023-01-08 00:34:11,485 > Requirement already satisfied: OctoPrint-FileCheck>=2021.2.23 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2021.2.23)
2023-01-08 00:34:11,485 > Requirement already satisfied: emoji<2,>=1.4.2 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.7.0)
2023-01-08 00:34:11,485 > Requirement already satisfied: pathvalidate<3,>=2.4.1 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.5.2)
2023-01-08 00:34:11,485 > Requirement already satisfied: pyserial<4,>=3.4 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (3.5)
2023-01-08 00:34:11,485 > Requirement already satisfied: zeroconf<0.34,>=0.33 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (0.33.4)
2023-01-08 00:34:11,485 > Requirement already satisfied: Flask-Babel<3,>=2.0 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.0.0)
2023-01-08 00:34:11,485 > Requirement already satisfied: flask<2.2,>=2.1 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.1.3)
2023-01-08 00:34:11,486 > Requirement already satisfied: Flask-Limiter<3,>=2.6 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.6.3)
2023-01-08 00:34:11,486 > Requirement already satisfied: tornado<7,>=6.0.4 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (6.2)
2023-01-08 00:34:11,486 > Requirement already satisfied: colorlog<7,>=6 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (6.7.0)
2023-01-08 00:34:11,486 > Requirement already satisfied: sarge==0.1.6 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (0.1.6)
2023-01-08 00:34:11,486 > Requirement already satisfied: feedparser<7,>=6.0.8 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (6.0.10)
2023-01-08 00:34:11,486 > Requirement already satisfied: PyYAML<6,>=5.4.1 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (5.4.1)
2023-01-08 00:34:11,486 > Requirement already satisfied: Flask-Login<0.6,>=0.5 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (0.5.0)
2023-01-08 00:34:11,486 > Requirement already satisfied: filetype<2,>=1.0.7 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.0.7)
2023-01-08 00:34:11,487 > Requirement already satisfied: Click<9,>=8.0.3 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (8.1.3)
2023-01-08 00:34:11,487 > Requirement already satisfied: blinker<2,>=1.4 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.4)
2023-01-08 00:34:11,487 > Requirement already satisfied: argon2-cffi-bindings in /home/pi/oprint/lib/python3.7/site-packages (from argon2-cffi<22,>=21.3.0->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (21.2.0)
2023-01-08 00:34:11,487 > Requirement already satisfied: typing-extensions in /home/pi/oprint/lib/python3.7/site-packages (from argon2-cffi<22,>=21.3.0->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (4.4.0)
2023-01-08 00:34:11,488 > Requirement already satisfied: importlib-metadata in /home/pi/oprint/lib/python3.7/site-packages (from Click<9,>=8.0.3->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (5.0.0)
2023-01-08 00:34:11,488 > Requirement already satisfied: sgmllib3k in /home/pi/oprint/lib/python3.7/site-packages (from feedparser<7,>=6.0.8->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.0.0)
2023-01-08 00:34:11,488 > Requirement already satisfied: Jinja2>=3.0 in /home/pi/oprint/lib/python3.7/site-packages (from flask<2.2,>=2.1->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (3.1.2)
2023-01-08 00:34:11,488 > Requirement already satisfied: itsdangerous>=2.0 in /home/pi/oprint/lib/python3.7/site-packages (from flask<2.2,>=2.1->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.1.2)
2023-01-08 00:34:11,488 > Requirement already satisfied: webassets>=2.0 in /home/pi/oprint/lib/python3.7/site-packages (from Flask-Assets<3,>=2.0->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.0)
2023-01-08 00:34:11,488 > Requirement already satisfied: Babel>=2.3 in /home/pi/oprint/lib/python3.7/site-packages (from Flask-Babel<3,>=2.0->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.9.0)
2023-01-08 00:34:11,488 > Requirement already satisfied: pytz in /home/pi/oprint/lib/python3.7/site-packages (from Flask-Babel<3,>=2.0->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2020.5)
2023-01-08 00:34:11,488 > Requirement already satisfied: rich<13,>=12 in /home/pi/oprint/lib/python3.7/site-packages (from Flask-Limiter<3,>=2.6->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (12.6.0)
2023-01-08 00:34:11,489 > Requirement already satisfied: limits>=2.3 in /home/pi/oprint/lib/python3.7/site-packages (from Flask-Limiter<3,>=2.6->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.7.0)
2023-01-08 00:34:11,489 > Requirement already satisfied: zipp>=0.5 in /home/pi/oprint/lib/python3.7/site-packages (from importlib-metadata->Click<9,>=8.0.3->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (3.9.0)
2023-01-08 00:34:11,489 > Requirement already satisfied: MarkupSafe>=2.0 in /home/pi/oprint/lib/python3.7/site-packages (from Jinja2>=3.0->flask<2.2,>=2.1->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.1.1)
2023-01-08 00:34:11,489 > Requirement already satisfied: packaging<22,>=21 in /home/pi/oprint/lib/python3.7/site-packages (from limits>=2.3->Flask-Limiter<3,>=2.6->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (21.3)
2023-01-08 00:34:11,489 > Requirement already satisfied: deprecated>=1.2 in /home/pi/oprint/lib/python3.7/site-packages (from limits>=2.3->Flask-Limiter<3,>=2.6->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.2.13)
2023-01-08 00:34:11,489 > Requirement already satisfied: setuptools in /home/pi/oprint/lib/python3.7/site-packages (from limits>=2.3->Flask-Limiter<3,>=2.6->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (51.1.2)
2023-01-08 00:34:11,489 > Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /home/pi/oprint/lib/python3.7/site-packages (from packaging<22,>=21->limits>=2.3->Flask-Limiter<3,>=2.6->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (3.0.9)
2023-01-08 00:34:11,489 > Requirement already satisfied: commonmark<0.10.0,>=0.9.0 in /home/pi/oprint/lib/python3.7/site-packages (from rich<13,>=12->Flask-Limiter<3,>=2.6->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (0.9.1)
2023-01-08 00:34:11,490 > Requirement already satisfied: pygments<3.0.0,>=2.6.0 in /home/pi/oprint/lib/python3.7/site-packages (from rich<13,>=12->Flask-Limiter<3,>=2.6->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.13.0)
2023-01-08 00:34:11,490 > Requirement already satisfied: ifaddr>=0.1.7 in /home/pi/oprint/lib/python3.7/site-packages (from zeroconf<0.34,>=0.33->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (0.1.7)
2023-01-08 00:34:11,490 > Building wheels for collected packages: OctoPrint-OneDriveFileSync
2023-01-08 00:34:11,490 > Building wheel for OctoPrint-OneDriveFileSync (setup.py): started
2023-01-08 00:34:13,549 > Building wheel for OctoPrint-OneDriveFileSync (setup.py): finished with status 'done'
2023-01-08 00:34:13,549 > Created wheel for OctoPrint-OneDriveFileSync: filename=OctoPrint_OneDriveFileSync-1.0.1-py2.py3-none-any.whl size=232769 sha256=bcdb128ef804343c0c2fdc66e1baeede2b912fc31cc72ca8246a7293940894fd
2023-01-08 00:34:13,549 > Stored in directory: /tmp/pip-ephem-wheel-cache-rc8djhmo/wheels/29/60/24/ed09bfcce2456ddd3b36cfbbe5c28e5a659e8f4e4c544eae96
2023-01-08 00:34:13,549 > Successfully built OctoPrint-OneDriveFileSync
2023-01-08 00:34:13,550 > Installing collected packages: octo-onedrive, OctoPrint-OneDriveFileSync
2023-01-08 00:34:13,550 > Successfully installed OctoPrint-OneDriveFileSync-1.0.1 octo-onedrive-0.0.4
2023-01-08 00:37:08,764   /home/pi/oprint/bin/python3 -m pip --disable-pip-version-check install file:///tmp/tmps2rgcuzn/release.zip --no-cache-dir
2023-01-08 00:37:10,787 > Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
2023-01-08 00:37:10,788 > Processing /tmp/tmps2rgcuzn/release.zip
2023-01-08 00:37:14,233 > Requirement already satisfied: OctoPrint in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint-OneDriveFileSync==1.0.1) (1.8.6)
2023-01-08 00:37:14,234 > Requirement already satisfied: octo-onedrive==0.0.4 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint-OneDriveFileSync==1.0.1) (0.0.4)
2023-01-08 00:37:14,234 > Requirement already satisfied: cryptography in /home/pi/oprint/lib/python3.7/site-packages (from octo-onedrive==0.0.4->OctoPrint-OneDriveFileSync==1.0.1) (36.0.0)
2023-01-08 00:37:14,234 > Requirement already satisfied: msal<2,>=1.18.0 in /home/pi/oprint/lib/python3.7/site-packages (from octo-onedrive==0.0.4->OctoPrint-OneDriveFileSync==1.0.1) (1.20.0)
2023-01-08 00:37:14,234 > Requirement already satisfied: requests<3,>=2.0.0 in /home/pi/oprint/lib/python3.7/site-packages (from msal<2,>=1.18.0->octo-onedrive==0.0.4->OctoPrint-OneDriveFileSync==1.0.1) (2.28.1)
2023-01-08 00:37:14,234 > Requirement already satisfied: PyJWT[crypto]<3,>=1.0.0 in /home/pi/oprint/lib/python3.7/site-packages (from msal<2,>=1.18.0->octo-onedrive==0.0.4->OctoPrint-OneDriveFileSync==1.0.1) (2.5.0)
2023-01-08 00:37:14,234 > Requirement already satisfied: cffi>=1.12 in /home/pi/oprint/lib/python3.7/site-packages (from cryptography->octo-onedrive==0.0.4->OctoPrint-OneDriveFileSync==1.0.1) (1.15.1)
2023-01-08 00:37:14,235 > Requirement already satisfied: pycparser in /home/pi/oprint/lib/python3.7/site-packages (from cffi>=1.12->cryptography->octo-onedrive==0.0.4->OctoPrint-OneDriveFileSync==1.0.1) (2.21)
2023-01-08 00:37:14,235 > Requirement already satisfied: types-cryptography>=3.3.21 in /home/pi/oprint/lib/python3.7/site-packages (from PyJWT[crypto]<3,>=1.0.0->msal<2,>=1.18.0->octo-onedrive==0.0.4->OctoPrint-OneDriveFileSync==1.0.1) (3.3.23.1)
2023-01-08 00:37:14,235 > Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/pi/oprint/lib/python3.7/site-packages (from requests<3,>=2.0.0->msal<2,>=1.18.0->octo-onedrive==0.0.4->OctoPrint-OneDriveFileSync==1.0.1) (1.26.12)
2023-01-08 00:37:14,235 > Requirement already satisfied: charset-normalizer<3,>=2 in /home/pi/oprint/lib/python3.7/site-packages (from requests<3,>=2.0.0->msal<2,>=1.18.0->octo-onedrive==0.0.4->OctoPrint-OneDriveFileSync==1.0.1) (2.1.1)
2023-01-08 00:37:14,236 > Requirement already satisfied: certifi>=2017.4.17 in /home/pi/oprint/lib/python3.7/site-packages (from requests<3,>=2.0.0->msal<2,>=1.18.0->octo-onedrive==0.0.4->OctoPrint-OneDriveFileSync==1.0.1) (2020.12.5)
2023-01-08 00:37:14,236 > Requirement already satisfied: idna<4,>=2.5 in /home/pi/oprint/lib/python3.7/site-packages (from requests<3,>=2.0.0->msal<2,>=1.18.0->octo-onedrive==0.0.4->OctoPrint-OneDriveFileSync==1.0.1) (2.10)
2023-01-08 00:37:14,236 > Requirement already satisfied: unidecode in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (0.4.21)
2023-01-08 00:37:14,236 > Requirement already satisfied: colorlog<7,>=6 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (6.7.0)
2023-01-08 00:37:14,236 > Requirement already satisfied: feedparser<7,>=6.0.8 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (6.0.10)
2023-01-08 00:37:14,236 > Requirement already satisfied: filetype<2,>=1.0.7 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.0.7)
2023-01-08 00:37:14,236 > Requirement already satisfied: emoji<2,>=1.4.2 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.7.0)
2023-01-08 00:37:14,237 > Requirement already satisfied: markdown<4,>=3.2.2 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (3.4.1)
2023-01-08 00:37:14,237 > Requirement already satisfied: Flask-Assets<3,>=2.0 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.0)
2023-01-08 00:37:14,237 > Requirement already satisfied: watchdog<2,>=1 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.0.2)
2023-01-08 00:37:14,237 > Requirement already satisfied: future<1,>=0.18.2 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (0.18.2)
2023-01-08 00:37:14,237 > Requirement already satisfied: PyYAML<6,>=5.4.1 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (5.4.1)
2023-01-08 00:37:14,237 > Requirement already satisfied: werkzeug<2.1,>=2.0 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.0.3)
2023-01-08 00:37:14,237 > Requirement already satisfied: pylru<2,>=1.2 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.2.0)
2023-01-08 00:37:14,238 > Requirement already satisfied: Click<9,>=8.0.3 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (8.1.3)
2023-01-08 00:37:14,238 > Requirement already satisfied: Flask-Login<0.6,>=0.5 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (0.5.0)
2023-01-08 00:37:14,238 > Requirement already satisfied: zipstream-ng<2.0.0,>=1.3.4 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.3.4)
2023-01-08 00:37:14,238 > Requirement already satisfied: netifaces<1,>=0.11 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (0.11.0)
2023-01-08 00:37:14,238 > Requirement already satisfied: Flask-Limiter<3,>=2.6 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.6.3)
2023-01-08 00:37:14,238 > Requirement already satisfied: pyserial<4,>=3.4 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (3.5)
2023-01-08 00:37:14,238 > Requirement already satisfied: cachelib<0.3,>=0.2 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (0.2.0)
2023-01-08 00:37:14,238 > Requirement already satisfied: websocket-client<2,>=1.2.1 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.3.3)
2023-01-08 00:37:14,239 > Requirement already satisfied: sentry-sdk<2,>=1.5.7 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.9.10)
2023-01-08 00:37:14,239 > Requirement already satisfied: zeroconf<0.34,>=0.33 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (0.33.4)
2023-01-08 00:37:14,239 > Requirement already satisfied: pkginfo<2,>=1.7.1 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.8.3)
2023-01-08 00:37:14,239 > Requirement already satisfied: frozendict<3,>=2.0 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.3.4)
2023-01-08 00:37:14,239 > Requirement already satisfied: argon2-cffi<22,>=21.3.0 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (21.3.0)
2023-01-08 00:37:14,239 > Requirement already satisfied: passlib<2,>=1.7.4 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.7.4)
2023-01-08 00:37:14,239 > Requirement already satisfied: semantic-version<3,>=2.8.5 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.8.5)
2023-01-08 00:37:14,239 > Requirement already satisfied: OctoPrint-FileCheck>=2021.2.23 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2021.2.23)
2023-01-08 00:37:14,240 > Requirement already satisfied: flask<2.2,>=2.1 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.1.3)
2023-01-08 00:37:14,240 > Requirement already satisfied: regex in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2020.11.13)
2023-01-08 00:37:14,240 > Requirement already satisfied: Flask-Babel<3,>=2.0 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.0.0)
2023-01-08 00:37:14,240 > Requirement already satisfied: wrapt<1.14,>=1.13.3 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.13.3)
2023-01-08 00:37:14,240 > Requirement already satisfied: pathvalidate<3,>=2.4.1 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.5.2)
2023-01-08 00:37:14,240 > Requirement already satisfied: tornado<7,>=6.0.4 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (6.2)
2023-01-08 00:37:14,240 > Requirement already satisfied: netaddr<0.9,>=0.8 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (0.8.0)
2023-01-08 00:37:14,240 > Requirement already satisfied: blinker<2,>=1.4 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.4)
2023-01-08 00:37:14,241 > Requirement already satisfied: OctoPrint-FirmwareCheck>=2021.10.11 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2021.10.11)
2023-01-08 00:37:14,241 > Requirement already satisfied: psutil<6,>=5.8 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (5.8.0)
2023-01-08 00:37:14,241 > Requirement already satisfied: sarge==0.1.6 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (0.1.6)
2023-01-08 00:37:14,241 > Requirement already satisfied: OctoPrint-PiSupport>=2022.3.28 in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2022.6.13)
2023-01-08 00:37:14,241 > Requirement already satisfied: argon2-cffi-bindings in /home/pi/oprint/lib/python3.7/site-packages (from argon2-cffi<22,>=21.3.0->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (21.2.0)
2023-01-08 00:37:14,241 > Requirement already satisfied: typing-extensions in /home/pi/oprint/lib/python3.7/site-packages (from argon2-cffi<22,>=21.3.0->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (4.4.0)
2023-01-08 00:37:14,241 > Requirement already satisfied: importlib-metadata in /home/pi/oprint/lib/python3.7/site-packages (from Click<9,>=8.0.3->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (5.0.0)
2023-01-08 00:37:14,241 > Requirement already satisfied: sgmllib3k in /home/pi/oprint/lib/python3.7/site-packages (from feedparser<7,>=6.0.8->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.0.0)
2023-01-08 00:37:14,242 > Requirement already satisfied: Jinja2>=3.0 in /home/pi/oprint/lib/python3.7/site-packages (from flask<2.2,>=2.1->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (3.1.2)
2023-01-08 00:37:14,242 > Requirement already satisfied: itsdangerous>=2.0 in /home/pi/oprint/lib/python3.7/site-packages (from flask<2.2,>=2.1->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.1.2)
2023-01-08 00:37:14,242 > Requirement already satisfied: webassets>=2.0 in /home/pi/oprint/lib/python3.7/site-packages (from Flask-Assets<3,>=2.0->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.0)
2023-01-08 00:37:14,242 > Requirement already satisfied: pytz in /home/pi/oprint/lib/python3.7/site-packages (from Flask-Babel<3,>=2.0->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2020.5)
2023-01-08 00:37:14,242 > Requirement already satisfied: Babel>=2.3 in /home/pi/oprint/lib/python3.7/site-packages (from Flask-Babel<3,>=2.0->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.9.0)
2023-01-08 00:37:14,242 > Requirement already satisfied: rich<13,>=12 in /home/pi/oprint/lib/python3.7/site-packages (from Flask-Limiter<3,>=2.6->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (12.6.0)
2023-01-08 00:37:14,242 > Requirement already satisfied: limits>=2.3 in /home/pi/oprint/lib/python3.7/site-packages (from Flask-Limiter<3,>=2.6->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.7.0)
2023-01-08 00:37:14,242 > Requirement already satisfied: zipp>=0.5 in /home/pi/oprint/lib/python3.7/site-packages (from importlib-metadata->Click<9,>=8.0.3->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (3.9.0)
2023-01-08 00:37:14,242 > Requirement already satisfied: MarkupSafe>=2.0 in /home/pi/oprint/lib/python3.7/site-packages (from Jinja2>=3.0->flask<2.2,>=2.1->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.1.1)
2023-01-08 00:37:14,243 > Requirement already satisfied: packaging<22,>=21 in /home/pi/oprint/lib/python3.7/site-packages (from limits>=2.3->Flask-Limiter<3,>=2.6->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (21.3)
2023-01-08 00:37:14,243 > Requirement already satisfied: setuptools in /home/pi/oprint/lib/python3.7/site-packages (from limits>=2.3->Flask-Limiter<3,>=2.6->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (51.1.2)
2023-01-08 00:37:14,243 > Requirement already satisfied: deprecated>=1.2 in /home/pi/oprint/lib/python3.7/site-packages (from limits>=2.3->Flask-Limiter<3,>=2.6->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (1.2.13)
2023-01-08 00:37:14,243 > Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /home/pi/oprint/lib/python3.7/site-packages (from packaging<22,>=21->limits>=2.3->Flask-Limiter<3,>=2.6->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (3.0.9)
2023-01-08 00:37:14,243 > Requirement already satisfied: pygments<3.0.0,>=2.6.0 in /home/pi/oprint/lib/python3.7/site-packages (from rich<13,>=12->Flask-Limiter<3,>=2.6->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (2.13.0)
2023-01-08 00:37:14,243 > Requirement already satisfied: commonmark<0.10.0,>=0.9.0 in /home/pi/oprint/lib/python3.7/site-packages (from rich<13,>=12->Flask-Limiter<3,>=2.6->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (0.9.1)
2023-01-08 00:37:14,243 > Requirement already satisfied: ifaddr>=0.1.7 in /home/pi/oprint/lib/python3.7/site-packages (from zeroconf<0.34,>=0.33->OctoPrint->OctoPrint-OneDriveFileSync==1.0.1) (0.1.7)
2023-01-08 00:37:14,243 > Building wheels for collected packages: OctoPrint-OneDriveFileSync
2023-01-08 00:37:14,244 > Building wheel for OctoPrint-OneDriveFileSync (setup.py): started
2023-01-08 00:37:16,246 > Building wheel for OctoPrint-OneDriveFileSync (setup.py): finished with status 'done'
2023-01-08 00:37:16,246 > Created wheel for OctoPrint-OneDriveFileSync: filename=OctoPrint_OneDriveFileSync-1.0.1-py2.py3-none-any.whl size=232769 sha256=9b7e85710d7c84ec601c842c1fecc55f3534ce115f0edb6e1273a79211a5d6be
2023-01-08 00:37:16,247 > Stored in directory: /tmp/pip-ephem-wheel-cache-q399xe_q/wheels/16/a1/2c/d1c0a7dbf5268a42680430945790245840461e8b66a2f53819
2023-01-08 00:37:16,247 > Successfully built OctoPrint-OneDriveFileSync
2023-01-08 00:37:16,247 > Installing collected packages: OctoPrint-OneDriveFileSync
2023-01-08 00:37:16,248 > Attempting uninstall: OctoPrint-OneDriveFileSync
2023-01-08 00:37:16,248 > Found existing installation: OctoPrint-OneDriveFileSync 1.0.1
2023-01-08 00:37:16,248 > Uninstalling OctoPrint-OneDriveFileSync-1.0.1:
2023-01-08 00:37:16,248 > Successfully uninstalled OctoPrint-OneDriveFileSync-1.0.1
2023-01-08 00:37:16,249 > Successfully installed OctoPrint-OneDriveFileSync-1.0.1

@cp2004
Copy link
Owner

cp2004 commented Jan 8, 2023

Apologies for that, I have just released a new version 1.0.2 that addresses the install issues. It worked fine for me but I must already have the missing dependency installed. Spun up a completely fresh install to test and all seem well. Please let me know if you have any more issues!

@cp2004 cp2004 added the bug label Jan 8, 2023
@WegnerDan
Copy link

Thanks man, the new release worked!

@cp2004 cp2004 closed this as completed Jan 8, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants