malnvenshorn / OctoPrint-FilamentManager

OctoPrint plugin to manage your filament inventory
GNU Affero General Public License v3.0
131 stars 59 forks source link

Plugin Not Working Properly with Multiple Toolheads #141

Closed kietcallies closed 5 years ago

kietcallies commented 5 years ago

Before opening a new ticket please take a look if there is already an existing one addressing the same concern.

Also read the FAQ: https://github.com/malnvenshorn/OctoPrint-FilamentManager/wiki#faq

If you have a request or question mark them with a "[Request]" respectively "[Question]" prefix in the title.

For bug reports use the template below and provide ALL required information. Do NOT delete ANY lines from the template but those enclosed in [ and ]. Also make sure you are using the latest version and that you have read the release notes.

(Before submitting your ticket, please delete this text up to and including the line too - it's only here for your information)


What were you doing?

I own a 4-head Stacker 500 which I control via OctoPi. I am able to set up the profiles and spools. I load the spool into the toolhead without any issues. However, when the print is completed, the toolheads are blank and the spools show no filament usage.

[Be as specific as possible. Providing a step by step guide will help me to reproduce the issue. This is needed in order to fix the problem. I cannot help you if I don't know what exactly you did to trigger the issue.]

What did you expect to happen?

The toolheads to display the spools assigned to them with the appropriate amount of filament subtracted from the spool for the toolhead that was used.

What happened instead?

Link to octoprint.log

[Always include the log file.]

Link to gcode file

[If you encounter issues with the odometer feature provide a small gcode file which produces the problem.]

Link to contents of Javascript console in the browser

[If you're reporting UI issues always include the output of the javascript console of your browser. Always include if unsure.]

Further information

[If you have more information which could help me to understand/fix the issue feel free to add them here.]

I have read the FAQ and provided all required information.

I own a 4-head Stacker 500 printer controlled by OctoPi. I am able to load profiles and spools with no issue. However, after finishing a print, the spool assignments to the toolheads go blank and not filament is subtracted from the spool. Looking octoprint.log at the last print, I am seeing this error:

2019-02-03 10:46:56,331 - octoprint.plugins.filamentmanager - INFO - Filament used: 67439.62 mm (tool0) 2019-02-03 10:46:56,355 - octoprint.plugins.filamentmanager - ERROR - Failed to update filament on tool0: (sqlite3.OperationalError) no such column: selections.client_id [SQL: u'SELECT selections.tool, selections.client_id, selections.spool_id, spools.id, spools.profile_id, spools.name, spools.cost, spools.weight, spools.used, spools.temp_offset, profiles.id, profiles.vendor, profiles.material, profiles.density, profiles.diameter \nFROM selections JOIN spools ON selections.spool_id = spools.id JOIN profiles ON spools.profile_id = profiles.id \nWHERE selections.tool = ? AND selections.client_id = ?'] [parameters: (0, '9e2b4870-df96-11e7-8a76-b827eb362dfe')] 2019-02-03 10:46:56,388 - octoprint.plugins.filamentmanager - ERROR - Failed to fetch selected spools, pause feature will not be available: (sqlite3.OperationalError) no such column: selections.client_id [SQL: u'SELECT selections.tool, selections.client_id, selections.spool_id, spools.id, spools.profile_id, spools.name, spools.cost, spools.weight, spools.used, spools.temp_offset, profiles.id, profiles.vendor, profiles.material, profiles.density, profiles.diameter \nFROM selections JOIN spools ON selections.spool_id = spools.id JOIN profiles ON spools.profile_id = profiles.id \nWHERE selections.client_id = ? ORDER BY selections.tool'] [parameters: ('9e2b4870-df96-11e7-8a76-b827eb362dfe',)]

malnvenshorn commented 5 years ago

Is this a fresh installation of this plugin or have you upgraded from a previous version?

no such column: selections.client_id

This sounds like the database wasn't properly created/updated.

kietcallies commented 5 years ago

I deleted the plugin and reinstalled it.

Here is the error I have getting in the octoprint.log:

2019-02-05 20:05:41,649 - octoprint.plugins.filamentmanager - ERROR - Failed to fetch profiles lastmodified timestamp: Couldn't parse datetime string '1513122926' - value is not a string. 2019-02-05 20:05:41,891 - octoprint.plugins.filamentmanager - ERROR - Failed to fetch spools lastmodified timestamp: Couldn't parse datetime string '1548526211' - value is not a string. 2019-02-05 20:05:42,124 - octoprint.plugins.filamentmanager - ERROR - Failed to fetch selected spools: (sqlite3.OperationalError) no such column: selections.client_id [SQL: u'SELECT selections.tool, selections.client_id, selections.spool_id, spools.id, spools.profile_id, spools.name, spools.cost, spools.weight, spools.used, spools.temp_offset, profiles.id, profiles.vendor, profiles.material, profiles.density, profiles.diameter \nFROM selections JOIN spools ON selections.spool_id = spools.id JOIN profiles ON spools.profile_id = profiles.id \nWHERE selections.client_id = ? ORDER BY selections.tool'] [parameters: ('9e2b4870-df96-11e7-8a76-b827eb362dfe',)] 2019-02-05 20:05:42,139 - tornado.access - ERROR - 500 GET /plugin/filamentmanager/selections (70.91.187.57) 44.61ms

Kiet Callies Homewaters Web Design

On Feb 4, 2019, at 2:13 PM, Sven Lohrmann notifications@github.com wrote:

Is this a fresh installation of this plugin or have you upgraded from a previous version?

no such column: selections.client_id

This sounds like the database wasn't properly created/updated.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/malnvenshorn/OctoPrint-FilamentManager/issues/141#issuecomment-460434324, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJeVCc_IV781CQOK-kFH39-II2RS6g1ks5vKLCTgaJpZM4agPJC.

kietcallies commented 5 years ago

Also:

2019-02-05 19:15:19,388 - octoprint.plugins.filamentmanager - ERROR - Failed to fetch selected spools, pause feature will not be available: (sqlite3.OperationalError) no such column: selections.client_id [SQL: u'SELECT selections.tool, selections.client_id, selections.spool_id, spools.id, spools.profile_id, spools.name, spools.cost, spools.weight, spools.used, spools.temp_offset, profiles.id, profiles.vendor, profiles.material, profiles.density, profiles.diameter \nFROM selections JOIN spools ON selections.spool_id = spools.id JOIN profiles ON spools.profile_id = profiles.id \nWHERE selections.client_id = ? ORDER BY selections.tool'] [parameters: ('9e2b4870-df96-11e7-8a76-b827eb362dfe',)] 2019-02-05 19:15:19,407 - octoprint.plugins.filamentmanager - ERROR - Failed to set temperature offsets: (sqlite3.OperationalError) no such column: selections.client_id [SQL: u'SELECT selections.tool, selections.client_id, selections.spool_id, spools.id, spools.profile_id, spools.name, spools.cost, spools.weight, spools.used, spools.temp_offset, profiles.id, profiles.vendor, profiles.material, profiles.density, profiles.diameter \nFROM selections JOIN spools ON selections.spool_id = spools.id JOIN profiles ON spools.profile_id = profiles.id \nWHERE selections.client_id = ? ORDER BY selections.tool'] [parameters: ('9e2b4870-df96-11e7-8a76-b827eb362dfe',)]

Kiet Callies Homewaters Web Design

On Feb 5, 2019, at 12:17 PM, Minh-Kiet Callies kiet.callies@homewaterswebdesign.com wrote:

I deleted the plugin and reinstalled it.

Here is the error I have getting in the octoprint.log:

2019-02-05 20:05:41,649 - octoprint.plugins.filamentmanager - ERROR - Failed to fetch profiles lastmodified timestamp: Couldn't parse datetime string '1513122926' - value is not a string. 2019-02-05 20:05:41,891 - octoprint.plugins.filamentmanager - ERROR - Failed to fetch spools lastmodified timestamp: Couldn't parse datetime string '1548526211' - value is not a string. 2019-02-05 20:05:42,124 - octoprint.plugins.filamentmanager - ERROR - Failed to fetch selected spools: (sqlite3.OperationalError) no such column: selections.client_id [SQL: u'SELECT selections.tool, selections.client_id, selections.spool_id, spools.id http://spools.id/, spools.profile_id, spools.name, spools.cost, spools.weight, spools.used, spools.temp_offset, profiles.id http://profiles.id/, profiles.vendor, profiles.material, profiles.density, profiles.diameter \nFROM selections JOIN spools ON selections.spool_id = spools.id http://spools.id/ JOIN profiles ON spools.profile_id = profiles.id http://profiles.id/ \nWHERE selections.client_id = ? ORDER BY selections.tool'] [parameters: ('9e2b4870-df96-11e7-8a76-b827eb362dfe',)] 2019-02-05 20:05:42,139 - tornado.access - ERROR - 500 GET /plugin/filamentmanager/selections (70.91.187.57) 44.61ms

Kiet Callies Homewaters Web Design

On Feb 4, 2019, at 2:13 PM, Sven Lohrmann <notifications@github.com mailto:notifications@github.com> wrote:

Is this a fresh installation of this plugin or have you upgraded from a previous version?

no such column: selections.client_id

This sounds like the database wasn't properly created/updated.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/malnvenshorn/OctoPrint-FilamentManager/issues/141#issuecomment-460434324, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJeVCc_IV781CQOK-kFH39-II2RS6g1ks5vKLCTgaJpZM4agPJC.

malnvenshorn commented 5 years ago

I deleted the plugin and reinstalled it.

What versions? Also I would need a full log which includes the first start of OctoPrint after you installed the plugin.

The schema of the database doesn't match with the installed version of this plugin. Before version 0.5 the version of the database schema was stored inside the config.yaml. After that it's stored in the database itself. If you upgraded from an old version and the data from the config was some how lost it could result in a unusable state. But that's all speculation without more information.

A solution would be to uninstall the plugin, remove the database and plugin settings from config.yaml. After that you can install it again.

kietcallies commented 5 years ago

Filament Manager (0.5.3)

Octoprint.log:

2019-02-05 19:14:42,587 - octoprint.startup - INFO - ** 2019-02-05 19:14:42,593 - octoprint.startup - INFO - Starting OctoPrint 1.3.10 2019-02-05 19:14:42,594 - octoprint.startup - INFO - ** 2019-02-05 19:14:42,721 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2019-02-05 19:14:43,879 - octoprint.startup - INFO - Blacklist processing done, adding 1 blacklisted plugin versions: roomtemp (any) 2019-02-05 19:14:43,987 - 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... 2019-02-05 19:14:51,964 - octoprint.plugin.core - INFO - Plugin Navbar Temperature Plugin (0.9) is disabled. 2019-02-05 19:14:52,852 - octoprint.plugin.core - INFO - Found 58 plugin(s) providing 57 mixin implementations, 81 hook handlers 2019-02-05 19:14:52,858 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2019-02-05 19:14:52,940 - octoprint.server - INFO - Intermediary server started 2019-02-05 19:14:52,941 - 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... 2019-02-05 19:14:53,663 - octoprint.plugin.core - INFO - Found 58 plugin(s) providing 57 mixin implementations, 81 hook handlers 2019-02-05 19:14:53,761 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2019-02-05 19:14:55,832 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2019-02-05 19:14:55,864 - octoprint.printer.standard - INFO - Using print time estimator provided by PrintTimeGenius 2019-02-05 19:14:55,874 - octoprint.plugins.nautilus - INFO - 0 device(s) will receive notifications... 2019-02-05 19:14:55,875 - octoprint.plugins.nautilus - INFO - Nautilus for OctoPrint, started. 2019-02-05 19:14:55,939 - octoprint.plugins.cancelobject - INFO - No beforegcode defined 2019-02-05 19:14:55,941 - octoprint.plugins.cancelobject - INFO - No aftergcode defined 2019-02-05 19:14:57,630 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2019-02-05 19:14:57,659 - octoprint.plugins.tracking - INFO - Initialized anonymous tracking 2019-02-05 19:14:57,850 - octoprint.plugins.filamentmanager - ERROR - Failed to initialize database: (sqlite3.OperationalError) duplicate column name: temp_offset [SQL: u'ALTER TABLE spools ADD COLUMN temp_offset INTEGER NOT NULL DEFAULT 0'] 2019-02-05 19:15:03,940 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip 2019-02-05 19:15:09,969 - octoprint.util.pip - INFO - Version of pip is 18.0 2019-02-05 19:15:09,972 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2019-02-05 19:15:09,974 - octoprint.util.pip - INFO - ==> pip ok -> yes 2019-02-05 19:15:09,989 - octoprint.plugin.core - INFO - Initialized 57 plugin implementation(s) 2019-02-05 19:15:10,085 - octoprint.plugin.core - INFO - 58 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Action Commands (0.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_actioncommands | Active Filters (0.0.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_active_filters | Active Filters Extended (0.0.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_active_filters_extended | 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 | AstroPrint (1.2.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_astroprint | Auto Collapse Files (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_autocollapse | Autoscroll (0.0.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_autoscroll | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Bed Leveling Wizard (0.2.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_bedlevelingwizard | Bed Visualizer (0.1.7) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_bedlevelvisualizer | Cancel Objects (0.2.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_cancelobject | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/cura | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Display ETA (1.0.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_eta | DisplayZ (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_displayz | Dragon Order (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_dragon_order | EEPROM Repetier Editor Plugin (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_eeprom_repetier | Fan Speed Control (0.2.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_fanspeedslider | Filament Manager (0.5.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager | FileManager (0.1.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filemanager | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | Fullscreen Plugin (0.0.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_fullscreen | Gcodebar Plugin (0.1.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_GCodeBar | GcodeEditor (0.2.6) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_GcodeEditor | Growl (0.1.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_growl | LayerDisplay (0.4.1) = /home/pi/oprint/local/lib/python2.7/site-packages/layerdisplay | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | M117NavBar (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_M117NavBar | MultiCam (0.2.6) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_multicam | Nautilus (1.24) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_nautilus | !Navbar Temperature Plugin (0.9) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp | Octolapse (v0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse | OctoPrint Anywhere (0.9.7) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere | OctoPrint-IFTTT (1.2.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_IFTTT | 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 | PortLister (0.1.8) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_portlister | Print History Plugin (1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_printhistory | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | Printer Stats (1.0.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_stats | PrintTimeGenius Plugin (1.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_PrintTimeGenius | Slic3r (1.1.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_slic3r | Slicer (1.4.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_slicer | SMS Notifier (with Twilio) (0.2.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_smsnotifier | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | STL Viewer (0.3.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_stlviewer | Tab Order (0.5.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_taborder | Tempsgraph Plugin (0.3.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_tempsgraph | Themeify (1.2.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_themeify | Title Status (0.0.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_title_status | Touchtest Plugin (0.1.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchtest | TouchUI (0.3.12) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer | Webcam Tab (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_webcamtab 2019-02-05 19:15:10,121 - octoprint.environment - INFO - Detected environment is Python 2.7.9 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 900.0 | ram: 901689344 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 2 Model B Rev 1.1 | octopi_version: 0.13.0 | python: | pip: '18.0' | version: 2.7.9 | virtualenv: /home/pi/oprint 2019-02-05 19:15:10,169 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2019-02-05 19:15:10,262 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2019-02-05 19:15:10,301 - octoprint.plugins.octolapse - INFO - Octolapse is loading assets. 2019-02-05 19:15:11,711 - octoprint.server - INFO - Shutting down intermediary server... 2019-02-05 19:15:11,729 - octoprint.server - INFO - Intermediary server shut down 2019-02-05 19:15:11,737 - octoprint.events - INFO - Processing startup event, this is our first event 2019-02-05 19:15:11,738 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2019-02-05 19:15:11,772 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2019-02-05 19:15:11,849 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2019-02-05 19:15:12,943 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2019-02-05 19:15:14,244 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2019-02-05 19:15:14,855 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "OctoPrint-MakerCave"' for _http._tcp 2019-02-05 19:15:14,888 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "OctoPrint-MakerCave"' for _octoprint._tcp 2019-02-05 19:15:14,904 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "OctoPrint-MakerCave" for SSDP 2019-02-05 19:15:14,964 - octoprint.plugins.pi_support - WARNING - This Raspberry Pi is reporting problems that might lead to bad performance or errors caused by overheating or insufficient power. !!! UNDERVOLTAGE REPORTED !!! Make sure that the power supply and power cable are capable of supplying enough voltage and current to your Pi. 2019-02-05 19:15:15,020 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2019-02-05 19:15:15,040 - octoprint.plugins.nautilus - INFO - Logging level is INFO. 2019-02-05 19:15:15,051 - octoprint.plugins.octolapse - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2019-02-05 19:15:15,265 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.44.111 2019-02-05 19:15:16,259 - octoprint.server.util.flask - INFO - Passively logging in user kietcallies from 192.168.44.111 2019-02-05 19:15:16,312 - octoprint.plugins.tracking - INFO - Sent tracking event system_throttled, payload: {'throttled_mask': 327685, 'throttled_voltage_now': True, 'throttled_voltage_past': True, 'throttled_overheat_now': False, 'throttled_now': True, 'throttled_past': True, 'throttled_overheat_past': False} 2019-02-05 19:15:18,749 - octoprint.plugins.astroprint - INFO - Connected to astroprint service 2019-02-05 19:15:19,356 - octoprint.plugins.bedlevelvisualizer - INFO - OctoPrint-BedLevelVisualizer loaded! 2019-02-05 19:15:19,388 - octoprint.plugins.filamentmanager - ERROR - Failed to fetch selected spools, pause feature will not be available: (sqlite3.OperationalError) no such column: selections.client_id [SQL: u'SELECT selections.tool, selections.client_id, selections.spool_id, spools.id, spools.profile_id, spools.name, spools.cost, spools.weight, spools.used, spools.temp_offset, profiles.id, profiles.vendor, profiles.material, profiles.density, profiles.diameter \nFROM selections JOIN spools ON selections.spool_id = spools.id JOIN profiles ON spools.profile_id = profiles.id \nWHERE selections.client_id = ? ORDER BY selections.tool'] [parameters: ('9e2b4870-df96-11e7-8a76-b827eb362dfe',)] 2019-02-05 19:15:19,407 - octoprint.plugins.filamentmanager - ERROR - Failed to set temperature offsets: (sqlite3.OperationalError) no such column: selections.client_id [SQL: u'SELECT selections.tool, selections.client_id, selections.spool_id, spools.id, spools.profile_id, spools.name, spools.cost, spools.weight, spools.used, spools.temp_offset, profiles.id, profiles.vendor, profiles.material, profiles.density, profiles.diameter \nFROM selections JOIN spools ON selections.spool_id = spools.id JOIN profiles ON spools.profile_id = profiles.id \nWHERE selections.client_id = ? ORDER BY selections.tool'] [parameters: ('9e2b4870-df96-11e7-8a76-b827eb362dfe',)] 2019-02-05 19:15:19,477 - octoprint.plugins.growl - WARNING - Could not register with Growl at localhost:23053: [Errno 111] Connection refused 2019-02-05 19:15:19,481 - octoprint.plugins.multicam - INFO - MultiCam Loaded! (more: [{'URL': '/webcam/?action=stream', 'isButtonEnabled': False, 'name': 'Default'}]) 2019-02-05 19:15:19,507 - octoprint.plugins.portlister - INFO - Port Lister () {} 2019-02-05 19:15:19,565 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2019-02-05 19:15:19,820 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2019-02-05 19:15:21,854 - octoprint.server.util.sockjs - INFO - User kietcallies logged in on the socket from client 192.168.44.111 2019-02-05 19:15:25,414 - octoprint.server.util.sockjs - INFO - New connection from client: 70.91.187.57 2019-02-05 19:15:26,053 - octoprint.server.util.flask - INFO - Passively logging in user kietcallies from 70.91.187.57 2019-02-05 19:15:26,125 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip 2019-02-05 19:15:26,128 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2019-02-05 19:15:26,131 - octoprint.util.pip - INFO - ==> pip ok -> yes 2019-02-05 19:15:26,162 - octoprint.server.util.sockjs - INFO - User kietcallies logged in on the socket from client 70.91.187.57 2019-02-05 19:15:26,679 - octoprint.plugins.stats - INFO - Printer Stats 2019-02-05 19:15:28,520 - octoprint.plugins.stlviewer - INFO - STL Viewer loaded! 2019-02-05 19:15:28,666 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi-makercave.local/'} 2019-02-05 19:15:29,676 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.9', 'ram': 901689344, 'octopi_version': '0.13.0', 'version': u'1.3.10', 'pip': '18.0', 'cores': 4, 'freq': 900.0, 'pi_model': 'Raspberry Pi 2 Model B Rev 1.1', 'os': 'linux'} 2019-02-05 19:16:22,640 - octoprint.server.preemptive_cache - INFO - ... done in 53.97s 2019-02-05 19:16:22,645 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://pkfzjdpi.p17.rt3.io/'} 2019-02-05 19:16:41,970 - octoprint.server.preemptive_cache - INFO - ... done in 19.32s 2019-02-05 19:29:52,865 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-02-05 19:30:29,587 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {} 2019-02-05 19:44:52,870 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-02-05 19:45:29,650 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {} 2019-02-05 19:59:52,872 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-02-05 20:00:29,664 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {} 2019-02-05 20:04:39,512 - octoprint.server.util.sockjs - INFO - Client connection closed: 70.91.187.57 2019-02-05 20:04:45,771 - octoprint.server.util.flask - INFO - Passively logging in user kietcallies from 70.91.187.57 2019-02-05 20:05:32,739 - octoprint.server.util.sockjs - INFO - New connection from client: 70.91.187.57 2019-02-05 20:05:33,317 - octoprint.server.util.flask - INFO - Passively logging in user kietcallies from 70.91.187.57 2019-02-05 20:05:37,302 - octoprint.server.util.sockjs - INFO - User kietcallies logged in on the socket from client 70.91.187.57 2019-02-05 20:05:41,649 - octoprint.plugins.filamentmanager - ERROR - Failed to fetch profiles lastmodified timestamp: Couldn't parse datetime string '1513122926' - value is not a string. 2019-02-05 20:05:41,891 - octoprint.plugins.filamentmanager - ERROR - Failed to fetch spools lastmodified timestamp: Couldn't parse datetime string '1548526211' - value is not a string. 2019-02-05 20:05:42,124 - octoprint.plugins.filamentmanager - ERROR - Failed to fetch selected spools: (sqlite3.OperationalError) no such column: selections.client_id [SQL: u'SELECT selections.tool, selections.client_id, selections.spool_id, spools.id, spools.profile_id, spools.name, spools.cost, spools.weight, spools.used, spools.temp_offset, profiles.id, profiles.vendor, profiles.material, profiles.density, profiles.diameter \nFROM selections JOIN spools ON selections.spool_id = spools.id JOIN profiles ON spools.profile_id = profiles.id \nWHERE selections.client_id = ? ORDER BY selections.tool'] [parameters: ('9e2b4870-df96-11e7-8a76-b827eb362dfe',)] 2019-02-05 20:05:42,139 - tornado.access - ERROR - 500 GET /plugin/filamentmanager/selections (70.91.187.57) 44.61ms 2019-02-05 20:14:37,591 - octoprint.server.util.sockjs - INFO - Client connection closed: 70.91.187.57 2019-02-05 20:14:37,830 - octoprint.server.util.sockjs - INFO - New connection from client: 70.91.187.57 2019-02-05 20:14:38,434 - octoprint.server.util.flask - INFO - Passively logging in user kietcallies from 70.91.187.57 2019-02-05 20:14:38,541 - octoprint.server.util.sockjs - INFO - User kietcallies logged in on the socket from client 70.91.187.57

Current config.yaml:

accessControl: salt: deleted api: allowCrossOrigin: true key: deleted appearance: components: order: sidebar:

I will try that.

Kiet Callies Homewaters Web Design

On Feb 5, 2019, at 2:17 PM, Sven Lohrmann notifications@github.com wrote:

I deleted the plugin and reinstalled it.

What versions? Also I would need a full log which includes the first start of OctoPrint after you installed the plugin.

The schema of the database doesn't match with the installed version of this plugin. Before version 0.5 the version of the database schema was stored inside the config.yaml. After that it's stored in the database itself. If you upgraded from an old version and the data from the config was some how lost it could result in a unusable state. But that's all speculation without more information.

A solution would be to uninstall the plugin, remove the database and plugin settings from config.yaml. After that you can install it again.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/malnvenshorn/OctoPrint-FilamentManager/issues/141#issuecomment-460826093, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJeVB4JtWbObfCZ1U7p680FKoPjfjv5ks5vKgMFgaJpZM4agPJC.

kietcallies commented 5 years ago

After removal: 2019-02-05 23:25:32,086 - octoprint.startup - INFO - ** 2019-02-05 23:25:32,091 - octoprint.startup - INFO - Starting OctoPrint 1.3.10 2019-02-05 23:25:32,093 - octoprint.startup - INFO - ** 2019-02-05 23:25:32,355 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2019-02-05 23:25:32,365 - octoprint.startup - INFO - Blacklist processing done, adding 1 blacklisted plugin versions: roomtemp (any) 2019-02-05 23:25:32,471 - 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... 2019-02-05 23:25:39,442 - octoprint.plugin.core - INFO - Plugin Navbar Temperature Plugin (0.9) is disabled. 2019-02-05 23:25:40,121 - octoprint.plugin.core - INFO - Found 57 plugin(s) providing 56 mixin implementations, 79 hook handlers 2019-02-05 23:25:40,129 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2019-02-05 23:25:40,211 - octoprint.server - INFO - Intermediary server started 2019-02-05 23:25:40,215 - 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... 2019-02-05 23:25:40,944 - octoprint.plugin.core - INFO - Found 57 plugin(s) providing 56 mixin implementations, 79 hook handlers 2019-02-05 23:25:41,046 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2019-02-05 23:25:43,308 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2019-02-05 23:25:43,343 - octoprint.printer.standard - INFO - Using print time estimator provided by PrintTimeGenius 2019-02-05 23:25:43,353 - octoprint.plugins.nautilus - INFO - 0 device(s) will receive notifications... 2019-02-05 23:25:43,356 - octoprint.plugins.nautilus - INFO - Nautilus for OctoPrint, started. 2019-02-05 23:25:43,422 - octoprint.plugins.cancelobject - INFO - No beforegcode defined 2019-02-05 23:25:43,426 - octoprint.plugins.cancelobject - INFO - No aftergcode defined 2019-02-05 23:25:45,206 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2019-02-05 23:25:45,233 - octoprint.plugins.tracking - INFO - Initialized anonymous tracking 2019-02-05 23:25:51,200 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip 2019-02-05 23:25:57,098 - octoprint.util.pip - INFO - Version of pip is 18.0 2019-02-05 23:25:57,100 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2019-02-05 23:25:57,103 - octoprint.util.pip - INFO - ==> pip ok -> yes 2019-02-05 23:25:57,120 - octoprint.plugin.core - INFO - Initialized 56 plugin implementation(s) 2019-02-05 23:25:57,211 - octoprint.plugin.core - INFO - 57 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Action Commands (0.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_actioncommands | Active Filters (0.0.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_active_filters | Active Filters Extended (0.0.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_active_filters_extended | 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 | AstroPrint (1.2.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_astroprint | Auto Collapse Files (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_autocollapse | Autoscroll (0.0.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_autoscroll | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Bed Leveling Wizard (0.2.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_bedlevelingwizard | Bed Visualizer (0.1.7) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_bedlevelvisualizer | Cancel Objects (0.2.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_cancelobject | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/cura | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Display ETA (1.0.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_eta | DisplayZ (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_displayz | Dragon Order (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_dragon_order | EEPROM Repetier Editor Plugin (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_eeprom_repetier | Fan Speed Control (0.2.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_fanspeedslider | FileManager (0.1.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filemanager | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | Fullscreen Plugin (0.0.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_fullscreen | Gcodebar Plugin (0.1.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_GCodeBar | GcodeEditor (0.2.6) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_GcodeEditor | Growl (0.1.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_growl | LayerDisplay (0.4.1) = /home/pi/oprint/local/lib/python2.7/site-packages/layerdisplay | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | M117NavBar (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_M117NavBar | MultiCam (0.2.6) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_multicam | Nautilus (1.24) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_nautilus | !Navbar Temperature Plugin (0.9) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp | Octolapse (v0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse | OctoPrint Anywhere (0.9.7) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere | OctoPrint-IFTTT (1.2.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_IFTTT | 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 | PortLister (0.1.8) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_portlister | Print History Plugin (1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_printhistory | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | Printer Stats (1.0.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_stats | PrintTimeGenius Plugin (1.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_PrintTimeGenius | Slic3r (1.1.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_slic3r | Slicer (1.4.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_slicer | SMS Notifier (with Twilio) (0.2.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_smsnotifier | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | STL Viewer (0.3.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_stlviewer | Tab Order (0.5.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_taborder | Tempsgraph Plugin (0.3.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_tempsgraph | Themeify (1.2.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_themeify | Title Status (0.0.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_title_status | Touchtest Plugin (0.1.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchtest | TouchUI (0.3.12) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer | Webcam Tab (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_webcamtab 2019-02-05 23:25:57,248 - octoprint.environment - INFO - Detected environment is Python 2.7.9 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 900.0 | ram: 901689344 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 2 Model B Rev 1.1 | octopi_version: 0.13.0 | python: | pip: '18.0' | version: 2.7.9 | virtualenv: /home/pi/oprint 2019-02-05 23:25:57,296 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2019-02-05 23:25:57,388 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2019-02-05 23:25:57,425 - octoprint.plugins.octolapse - INFO - Octolapse is loading assets. 2019-02-05 23:25:58,773 - octoprint.server - INFO - Shutting down intermediary server... 2019-02-05 23:25:59,073 - octoprint.server - INFO - Intermediary server shut down 2019-02-05 23:25:59,080 - octoprint.events - INFO - Processing startup event, this is our first event 2019-02-05 23:25:59,083 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2019-02-05 23:25:59,114 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2019-02-05 23:25:59,180 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2019-02-05 23:25:59,423 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2019-02-05 23:26:01,364 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2019-02-05 23:26:02,120 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "OctoPrint-MakerCave"' for _http._tcp 2019-02-05 23:26:02,155 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "OctoPrint-MakerCave"' for _octoprint._tcp 2019-02-05 23:26:02,170 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "OctoPrint-MakerCave" for SSDP 2019-02-05 23:26:02,224 - octoprint.plugins.pi_support - WARNING - This Raspberry Pi is reporting problems that might lead to bad performance or errors caused by overheating or insufficient power. !!! UNDERVOLTAGE REPORTED !!! Make sure that the power supply and power cable are capable of supplying enough voltage and current to your Pi. 2019-02-05 23:26:02,293 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2019-02-05 23:26:02,300 - octoprint.plugins.nautilus - INFO - Logging level is INFO. 2019-02-05 23:26:02,342 - octoprint.plugins.octolapse - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2019-02-05 23:26:02,615 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.44.111 2019-02-05 23:26:03,382 - octoprint.server.util.sockjs - INFO - New connection from client: 71.238.5.236 2019-02-05 23:26:04,942 - octoprint.server.util.flask - INFO - Passively logging in user kietcallies from 192.168.44.111 2019-02-05 23:26:06,096 - octoprint.plugins.astroprint - INFO - Connected to astroprint service 2019-02-05 23:26:06,899 - octoprint.plugins.bedlevelvisualizer - INFO - OctoPrint-BedLevelVisualizer loaded! 2019-02-05 23:26:07,000 - octoprint.plugins.growl - WARNING - Could not register with Growl at localhost:23053: [Errno 111] Connection refused 2019-02-05 23:26:07,004 - octoprint.plugins.multicam - INFO - MultiCam Loaded! (more: [{'URL': '/webcam/?action=stream', 'isButtonEnabled': False, 'name': 'Default'}]) 2019-02-05 23:26:07,025 - octoprint.plugins.portlister - INFO - Port Lister () {} 2019-02-05 23:26:07,082 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2019-02-05 23:26:07,318 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2019-02-05 23:26:08,639 - octoprint.plugins.tracking - INFO - Sent tracking event system_throttled, payload: {'throttled_mask': 327685, 'throttled_voltage_now': True, 'throttled_voltage_past': True, 'throttled_overheat_now': False, 'throttled_now': True, 'throttled_past': True, 'throttled_overheat_past': False} 2019-02-05 23:26:09,196 - octoprint.server.util.flask - INFO - Passively logging in user kietcallies from 71.238.5.236 2019-02-05 23:26:09,259 - octoprint.server.util.sockjs - INFO - User kietcallies logged in on the socket from client 192.168.44.111 2019-02-05 23:26:09,455 - octoprint.server.util.sockjs - INFO - User kietcallies logged in on the socket from client 71.238.5.236 2019-02-05 23:26:13,763 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip 2019-02-05 23:26:13,766 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2019-02-05 23:26:13,768 - octoprint.util.pip - INFO - ==> pip ok -> yes 2019-02-05 23:26:14,014 - octoprint.plugins.stats - INFO - Printer Stats 2019-02-05 23:26:14,162 - octoprint.plugins.stlviewer - INFO - STL Viewer loaded! 2019-02-05 23:26:14,317 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi-makercave.local/'} 2019-02-05 23:26:15,270 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.9', 'ram': 901689344, 'octopi_version': '0.13.0', 'version': u'1.3.10', 'pip': '18.0', 'cores': 4, 'freq': 900.0, 'pi_model': 'Raspberry Pi 2 Model B Rev 1.1', 'os': 'linux'} 2019-02-05 23:26:49,220 - octoprint.server.util.sockjs - INFO - Client connection closed: 71... 2019-02-05 23:27:09,203 - octoprint.server.preemptive_cache - INFO - ... done in 54.89s 2019-02-05 23:27:09,208 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://ilmnyxaj.p18.rt3.io/'} 2019-02-05 23:27:30,473 - octoprint.server.preemptive_cache - INFO - ... done in 21.26s 2019-02-05 23:27:30,478 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://pkfzjdpi.p17.rt3.io/'} 2019-02-05 23:27:44,044 - octoprint.server.util.flask - INFO - Passively logging in user k from 71...* 2019-02-05 23:27:57,440 - octoprint.server.preemptive_cache - INFO - ... done in 26.97s

After reinstall: 2019-02-05 23:33:06,048 - octoprint.startup - INFO - ** 2019-02-05 23:33:06,054 - octoprint.startup - INFO - Starting OctoPrint 1.3.10 2019-02-05 23:33:06,055 - octoprint.startup - INFO - ** 2019-02-05 23:33:06,191 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2019-02-05 23:33:07,467 - octoprint.startup - INFO - Blacklist processing done, adding 1 blacklisted plugin versions: roomtemp (any) 2019-02-05 23:33:07,573 - 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... 2019-02-05 23:33:15,521 - octoprint.plugin.core - INFO - Plugin Navbar Temperature Plugin (0.9) is disabled. 2019-02-05 23:33:16,405 - octoprint.plugin.core - INFO - Found 58 plugin(s) providing 57 mixin implementations, 81 hook handlers 2019-02-05 23:33:16,413 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2019-02-05 23:33:16,494 - octoprint.server - INFO - Intermediary server started 2019-02-05 23:33:16,495 - 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... 2019-02-05 23:33:17,231 - octoprint.plugin.core - INFO - Found 58 plugin(s) providing 57 mixin implementations, 81 hook handlers 2019-02-05 23:33:17,332 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2019-02-05 23:33:19,433 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2019-02-05 23:33:19,466 - octoprint.printer.standard - INFO - Using print time estimator provided by PrintTimeGenius 2019-02-05 23:33:19,476 - octoprint.plugins.nautilus - INFO - 0 device(s) will receive notifications... 2019-02-05 23:33:19,477 - octoprint.plugins.nautilus - INFO - Nautilus for OctoPrint, started. 2019-02-05 23:33:19,540 - octoprint.plugins.cancelobject - INFO - No beforegcode defined 2019-02-05 23:33:19,542 - octoprint.plugins.cancelobject - INFO - No aftergcode defined 2019-02-05 23:33:21,290 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2019-02-05 23:33:21,317 - octoprint.plugins.tracking - INFO - Initialized anonymous tracking 2019-02-05 23:33:21,498 - octoprint.plugins.filamentmanager - ERROR - Failed to initialize database: (sqlite3.OperationalError) duplicate column name: temp_offset [SQL: u'ALTER TABLE spools ADD COLUMN temp_offset INTEGER NOT NULL DEFAULT 0'] 2019-02-05 23:33:27,477 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip 2019-02-05 23:33:33,461 - octoprint.util.pip - INFO - Version of pip is 18.0 2019-02-05 23:33:33,463 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2019-02-05 23:33:33,465 - octoprint.util.pip - INFO - ==> pip ok -> yes 2019-02-05 23:33:33,483 - octoprint.plugin.core - INFO - Initialized 57 plugin implementation(s) 2019-02-05 23:33:36,083 - octoprint.plugin.core - INFO - 58 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Action Commands (0.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_actioncommands | Active Filters (0.0.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_active_filters | Active Filters Extended (0.0.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_active_filters_extended | 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 | AstroPrint (1.2.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_astroprint | Auto Collapse Files (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_autocollapse | Autoscroll (0.0.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_autoscroll | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Bed Leveling Wizard (0.2.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_bedlevelingwizard | Bed Visualizer (0.1.7) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_bedlevelvisualizer | Cancel Objects (0.2.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_cancelobject | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/cura | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Display ETA (1.0.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_eta | DisplayZ (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_displayz | Dragon Order (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_dragon_order | EEPROM Repetier Editor Plugin (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_eeprom_repetier | Fan Speed Control (0.2.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_fanspeedslider | Filament Manager (0.5.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager | FileManager (0.1.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filemanager | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | Fullscreen Plugin (0.0.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_fullscreen | Gcodebar Plugin (0.1.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_GCodeBar | GcodeEditor (0.2.6) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_GcodeEditor | Growl (0.1.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_growl | LayerDisplay (0.4.1) = /home/pi/oprint/local/lib/python2.7/site-packages/layerdisplay | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | M117NavBar (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_M117NavBar | MultiCam (0.2.6) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_multicam | Nautilus (1.24) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_nautilus | !Navbar Temperature Plugin (0.9) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp | Octolapse (v0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse | OctoPrint Anywhere (0.9.7) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere | OctoPrint-IFTTT (1.2.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_IFTTT | 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 | PortLister (0.1.8) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_portlister | Print History Plugin (1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_printhistory | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | Printer Stats (1.0.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_stats | PrintTimeGenius Plugin (1.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_PrintTimeGenius | Slic3r (1.1.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_slic3r | Slicer (1.4.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_slicer | SMS Notifier (with Twilio) (0.2.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_smsnotifier | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | STL Viewer (0.3.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_stlviewer | Tab Order (0.5.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_taborder | Tempsgraph Plugin (0.3.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_tempsgraph | Themeify (1.2.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_themeify | Title Status (0.0.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_title_status | Touchtest Plugin (0.1.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchtest | TouchUI (0.3.12) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer | Webcam Tab (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_webcamtab 2019-02-05 23:33:36,118 - octoprint.environment - INFO - Detected environment is Python 2.7.9 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 900.0 | ram: 901689344 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 2 Model B Rev 1.1 | octopi_version: 0.13.0 | python: | pip: '18.0' | version: 2.7.9 | virtualenv: /home/pi/oprint 2019-02-05 23:33:36,166 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2019-02-05 23:33:36,260 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2019-02-05 23:33:36,297 - octoprint.plugins.octolapse - INFO - Octolapse is loading assets. 2019-02-05 23:33:37,742 - octoprint.server - INFO - Shutting down intermediary server... 2019-02-05 23:33:38,174 - octoprint.server - INFO - Intermediary server shut down 2019-02-05 23:33:38,183 - octoprint.events - INFO - Processing startup event, this is our first event 2019-02-05 23:33:38,186 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2019-02-05 23:33:38,210 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2019-02-05 23:33:38,412 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2019-02-05 23:33:38,775 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2019-02-05 23:33:40,527 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2019-02-05 23:33:42,903 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "OctoPrint-MakerCave"' for _http._tcp 2019-02-05 23:33:42,936 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "OctoPrint-MakerCave"' for _octoprint._tcp 2019-02-05 23:33:42,950 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "OctoPrint-MakerCave" for SSDP 2019-02-05 23:33:43,015 - octoprint.plugins.pi_support - WARNING - This Raspberry Pi is reporting problems that might lead to bad performance or errors caused by overheating or insufficient power. !!! UNDERVOLTAGE REPORTED !!! Make sure that the power supply and power cable are capable of supplying enough voltage and current to your Pi. 2019-02-05 23:33:43,063 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2019-02-05 23:33:43,082 - octoprint.plugins.nautilus - INFO - Logging level is INFO. 2019-02-05 23:33:43,093 - octoprint.plugins.octolapse - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2019-02-05 23:33:48,044 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.44.111 2019-02-05 23:33:48,953 - octoprint.server.util.flask - INFO - Passively logging in user kietcallies from 192.168.44.111 2019-02-05 23:33:49,689 - octoprint.plugins.tracking - INFO - Sent tracking event system_throttled, payload: {'throttled_mask': 327685, 'throttled_voltage_now': True, 'throttled_voltage_past': True, 'throttled_overheat_now': False, 'throttled_now': True, 'throttled_past': True, 'throttled_overheat_past': False} 2019-02-05 23:33:50,546 - octoprint.plugins.astroprint - INFO - Connected to astroprint service 2019-02-05 23:33:51,531 - octoprint.plugins.bedlevelvisualizer - INFO - OctoPrint-BedLevelVisualizer loaded! 2019-02-05 23:33:51,564 - octoprint.plugins.filamentmanager - ERROR - Failed to fetch selected spools, pause feature will not be available: (sqlite3.OperationalError) no such column: selections.client_id [SQL: u'SELECT selections.tool, selections.client_id, selections.spool_id, spools.id, spools.profile_id, spools.name, spools.cost, spools.weight, spools.used, spools.temp_offset, profiles.id, profiles.vendor, profiles.material, profiles.density, profiles.diameter \nFROM selections JOIN spools ON selections.spool_id = spools.id JOIN profiles ON spools.profile_id = profiles.id \nWHERE selections.client_id = ? ORDER BY selections.tool'] [parameters: ('6c7eb3ea-299e-11e9-af95-b827eb362dfe',)] 2019-02-05 23:33:51,738 - octoprint.plugins.filamentmanager - ERROR - Failed to set temperature offsets: (sqlite3.OperationalError) no such column: selections.client_id [SQL: u'SELECT selections.tool, selections.client_id, selections.spool_id, spools.id, spools.profile_id, spools.name, spools.cost, spools.weight, spools.used, spools.temp_offset, profiles.id, profiles.vendor, profiles.material, profiles.density, profiles.diameter \nFROM selections JOIN spools ON selections.spool_id = spools.id JOIN profiles ON spools.profile_id = profiles.id \nWHERE selections.client_id = ? ORDER BY selections.tool'] [parameters: ('6c7eb3ea-299e-11e9-af95-b827eb362dfe',)] 2019-02-05 23:33:52,560 - octoprint.plugins.growl - WARNING - Could not register with Growl at localhost:23053: [Errno 111] Connection refused 2019-02-05 23:33:52,564 - octoprint.plugins.multicam - INFO - MultiCam Loaded! (more: [{'URL': '/webcam/?action=stream', 'isButtonEnabled': False, 'name': 'Default'}]) 2019-02-05 23:33:52,586 - octoprint.plugins.portlister - INFO - Port Lister () {} 2019-02-05 23:33:52,654 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2019-02-05 23:33:52,722 - octoprint.server.util.sockjs - INFO - User kietcallies logged in on the socket from client 192.168.44.111 2019-02-05 23:33:53,056 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2019-02-05 23:33:53,088 - octoprint.server.util.sockjs - INFO - New connection from client: 71.238.5.236 2019-02-05 23:33:54,007 - octoprint.server.util.flask - INFO - Passively logging in user kietcallies from 71.238.5.236 2019-02-05 23:33:54,266 - octoprint.server.util.sockjs - INFO - User kietcallies logged in on the socket from client 71.238.5.236 2019-02-05 23:33:59,276 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip 2019-02-05 23:33:59,278 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2019-02-05 23:33:59,280 - octoprint.util.pip - INFO - ==> pip ok -> yes 2019-02-05 23:33:59,522 - octoprint.plugins.stats - INFO - Printer Stats 2019-02-05 23:33:59,674 - octoprint.plugins.stlviewer - INFO - STL Viewer loaded! 2019-02-05 23:33:59,807 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi-makercave.local/'} 2019-02-05 23:34:00,929 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.9', 'ram': 901689344, 'octopi_version': '0.13.0', 'version': u'1.3.10', 'pip': '18.0', 'cores': 4, 'freq': 900.0, 'pi_model': 'Raspberry Pi 2 Model B Rev 1.1', 'os': 'linux'} 2019-02-05 23:34:04,927 - octoprint.server.util.sockjs - INFO - Client connection closed: 71.238.5.236 2019-02-05 23:34:16,005 - octoprint.server.util.flask - INFO - Passively logging in user kietcallies from 71.238.5.236 2019-02-05 23:34:54,468 - anywhere.mjpeg_stream - ERROR - timed out 2019-02-05 23:35:39,215 - octoprint.server.preemptive_cache - INFO - ... done in 99.41s 2019-02-05 23:35:39,227 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://ilmnyxaj.p18.rt3.io/'} 2019-02-05 23:35:39,638 - octoprint.server.preemptive_cache - INFO - ... done in 0.41s 2019-02-05 23:35:39,640 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://pkfzjdpi.p17.rt3.io/'} 2019-02-05 23:36:00,716 - octoprint.server.preemptive_cache - INFO - ... done in 21.08s 2019-02-05 23:36:50,152 - octoprint.server.util.sockjs - INFO - New connection from client: 2019-02-05 23:36:50,989 - octoprint.server.util.flask - INFO - Passively logging in user from 2019-02-05 23:36:53,521 - octoprint.server.util.sockjs - INFO - User kietcallies logged in on the socket from client 2019-02-05 23:36:58,049 - octoprint.plugins.filamentmanager - ERROR - Failed to fetch profiles lastmodified timestamp: Couldn't parse datetime string '1549408336' - value is not a string. 2019-02-05 23:36:58,541 - octoprint.plugins.filamentmanager - ERROR - Failed to fetch spools lastmodified timestamp: Couldn't parse datetime string '1549408353' - value is not a string. 2019-02-05 23:37:06,188 - octoprint.plugins.filamentmanager - ERROR - Failed to fetch selected spools: (sqlite3.OperationalError) no such column: selections.client_id [SQL: u'SELECT selections.tool, selections.client_id, selections.spool_id, spools.id, spools.profile_id, spools.name, spools.cost, spools.weight, spools.used, spools.temp_offset, profiles.id, profiles.vendor, profiles.material, profiles.density, profiles.diameter \nFROM selections JOIN spools ON selections.spool_id = spools.id JOIN profiles ON spools.profile_id = profiles.id \nWHERE selections.client_id = ? ORDER BY selections.tool'] [parameters: ('6c7eb3ea-299e-11e9-af95-b827eb362dfe',)] 2019-02-05 23:37:06,207 - tornado.access - ERROR - 500 GET /plugin/filamentmanager/selections (71.238.5.236) 44.64ms 2019-02-05 23:37:48,564 - octoprint.server.util.sockjs - INFO - Client connection closed:

I cleared all mention of filament manager in the config.yaml before reinstalling.

Kiet Callies Homewaters Web Design

On Feb 5, 2019, at 2:31 PM, Minh-Kiet Callies kiet.callies@homewaterswebdesign.com wrote:

Filament Manager (0.5.3)

Octoprint.log:

2019-02-05 19:14:42,587 - octoprint.startup - INFO - ** 2019-02-05 19:14:42,593 - octoprint.startup - INFO - Starting OctoPrint 1.3.10 2019-02-05 19:14:42,594 - octoprint.startup - INFO - ** 2019-02-05 19:14:42,721 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2019-02-05 19:14:43,879 - octoprint.startup - INFO - Blacklist processing done, adding 1 blacklisted plugin versions: roomtemp (any) 2019-02-05 19:14:43,987 - 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... 2019-02-05 19:14:51,964 - octoprint.plugin.core - INFO - Plugin Navbar Temperature Plugin (0.9) is disabled. 2019-02-05 19:14:52,852 - octoprint.plugin.core - INFO - Found 58 plugin(s) providing 57 mixin implementations, 81 hook handlers 2019-02-05 19:14:52,858 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2019-02-05 19:14:52,940 - octoprint.server - INFO - Intermediary server started 2019-02-05 19:14:52,941 - 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... 2019-02-05 19:14:53,663 - octoprint.plugin.core - INFO - Found 58 plugin(s) providing 57 mixin implementations, 81 hook handlers 2019-02-05 19:14:53,761 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2019-02-05 19:14:55,832 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2019-02-05 19:14:55,864 - octoprint.printer.standard - INFO - Using print time estimator provided by PrintTimeGenius 2019-02-05 19:14:55,874 - octoprint.plugins.nautilus - INFO - 0 device(s) will receive notifications... 2019-02-05 19:14:55,875 - octoprint.plugins.nautilus - INFO - Nautilus for OctoPrint, started. 2019-02-05 19:14:55,939 - octoprint.plugins.cancelobject - INFO - No beforegcode defined 2019-02-05 19:14:55,941 - octoprint.plugins.cancelobject - INFO - No aftergcode defined 2019-02-05 19:14:57,630 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2019-02-05 19:14:57,659 - octoprint.plugins.tracking - INFO - Initialized anonymous tracking 2019-02-05 19:14:57,850 - octoprint.plugins.filamentmanager - ERROR - Failed to initialize database: (sqlite3.OperationalError) duplicate column name: temp_offset [SQL: u'ALTER TABLE spools ADD COLUMN temp_offset INTEGER NOT NULL DEFAULT 0'] 2019-02-05 19:15:03,940 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip 2019-02-05 19:15:09,969 - octoprint.util.pip - INFO - Version of pip is 18.0 2019-02-05 19:15:09,972 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2019-02-05 19:15:09,974 - octoprint.util.pip - INFO - ==> pip ok -> yes 2019-02-05 19:15:09,989 - octoprint.plugin.core - INFO - Initialized 57 plugin implementation(s) 2019-02-05 19:15:10,085 - octoprint.plugin.core - INFO - 58 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Action Commands (0.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_actioncommands | Active Filters (0.0.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_active_filters | Active Filters Extended (0.0.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_active_filters_extended | 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 | AstroPrint (1.2.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_astroprint | Auto Collapse Files (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_autocollapse | Autoscroll (0.0.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_autoscroll | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Bed Leveling Wizard (0.2.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_bedlevelingwizard | Bed Visualizer (0.1.7) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_bedlevelvisualizer | Cancel Objects (0.2.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_cancelobject | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/cura | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Display ETA (1.0.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_eta | DisplayZ (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_displayz | Dragon Order (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_dragon_order | EEPROM Repetier Editor Plugin (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_eeprom_repetier | Fan Speed Control (0.2.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_fanspeedslider | Filament Manager (0.5.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager | FileManager (0.1.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filemanager | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | Fullscreen Plugin (0.0.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_fullscreen | Gcodebar Plugin (0.1.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_GCodeBar | GcodeEditor (0.2.6) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_GcodeEditor | Growl (0.1.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_growl | LayerDisplay (0.4.1) = /home/pi/oprint/local/lib/python2.7/site-packages/layerdisplay | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | M117NavBar (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_M117NavBar | MultiCam (0.2.6) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_multicam | Nautilus (1.24) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_nautilus | !Navbar Temperature Plugin (0.9) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp | Octolapse (v0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse | OctoPrint Anywhere (0.9.7) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere | OctoPrint-IFTTT (1.2.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_IFTTT | 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 | PortLister (0.1.8) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_portlister | Print History Plugin (1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_printhistory | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | Printer Stats (1.0.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_stats | PrintTimeGenius Plugin (1.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_PrintTimeGenius | Slic3r (1.1.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_slic3r | Slicer (1.4.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_slicer | SMS Notifier (with Twilio) (0.2.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_smsnotifier | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | STL Viewer (0.3.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_stlviewer | Tab Order (0.5.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_taborder | Tempsgraph Plugin (0.3.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_tempsgraph | Themeify (1.2.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_themeify | Title Status (0.0.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_title_status | Touchtest Plugin (0.1.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchtest | TouchUI (0.3.12) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer | Webcam Tab (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_webcamtab 2019-02-05 19:15:10,121 - octoprint.environment - INFO - Detected environment is Python 2.7.9 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 900.0 | ram: 901689344 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 2 Model B Rev 1.1 | octopi_version: 0.13.0 | python: | pip: '18.0' | version: 2.7.9 | virtualenv: /home/pi/oprint 2019-02-05 19:15:10,169 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2019-02-05 19:15:10,262 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2019-02-05 19:15:10,301 - octoprint.plugins.octolapse - INFO - Octolapse is loading assets. 2019-02-05 19:15:11,711 - octoprint.server - INFO - Shutting down intermediary server... 2019-02-05 19:15:11,729 - octoprint.server - INFO - Intermediary server shut down 2019-02-05 19:15:11,737 - octoprint.events - INFO - Processing startup event, this is our first event 2019-02-05 19:15:11,738 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2019-02-05 19:15:11,772 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2019-02-05 19:15:11,849 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2019-02-05 19:15:12,943 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2019-02-05 19:15:14,244 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2019-02-05 19:15:14,855 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "OctoPrint-MakerCave"' for _http._tcp 2019-02-05 19:15:14,888 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "OctoPrint-MakerCave"' for _octoprint._tcp 2019-02-05 19:15:14,904 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "OctoPrint-MakerCave" for SSDP 2019-02-05 19:15:14,964 - octoprint.plugins.pi_support - WARNING - This Raspberry Pi is reporting problems that might lead to bad performance or errors caused by overheating or insufficient power. !!! UNDERVOLTAGE REPORTED !!! Make sure that the power supply and power cable are capable of supplying enough voltage and current to your Pi. 2019-02-05 19:15:15,020 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 http://127.0.0.1:5000/ 2019-02-05 19:15:15,040 - octoprint.plugins.nautilus - INFO - Logging level is INFO. 2019-02-05 19:15:15,051 - octoprint.plugins.octolapse - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2019-02-05 19:15:15,265 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.44.111 2019-02-05 19:15:16,259 - octoprint.server.util.flask - INFO - Passively logging in user kietcallies from 192.168.44.111 2019-02-05 19:15:16,312 - octoprint.plugins.tracking - INFO - Sent tracking event system_throttled, payload: {'throttled_mask': 327685, 'throttled_voltage_now': True, 'throttled_voltage_past': True, 'throttled_overheat_now': False, 'throttled_now': True, 'throttled_past': True, 'throttled_overheat_past': False} 2019-02-05 19:15:18,749 - octoprint.plugins.astroprint - INFO - Connected to astroprint service 2019-02-05 19:15:19,356 - octoprint.plugins.bedlevelvisualizer - INFO - OctoPrint-BedLevelVisualizer loaded! 2019-02-05 19:15:19,388 - octoprint.plugins.filamentmanager - ERROR - Failed to fetch selected spools, pause feature will not be available: (sqlite3.OperationalError) no such column: selections.client_id [SQL: u'SELECT selections.tool, selections.client_id, selections.spool_id, spools.id http://spools.id/, spools.profile_id, spools.name, spools.cost, spools.weight, spools.used, spools.temp_offset, profiles.id http://profiles.id/, profiles.vendor, profiles.material, profiles.density, profiles.diameter \nFROM selections JOIN spools ON selections.spool_id = spools.id http://spools.id/ JOIN profiles ON spools.profile_id = profiles.id http://profiles.id/ \nWHERE selections.client_id = ? ORDER BY selections.tool'] [parameters: ('9e2b4870-df96-11e7-8a76-b827eb362dfe',)] 2019-02-05 19:15:19,407 - octoprint.plugins.filamentmanager - ERROR - Failed to set temperature offsets: (sqlite3.OperationalError) no such column: selections.client_id [SQL: u'SELECT selections.tool, selections.client_id, selections.spool_id, spools.id http://spools.id/, spools.profile_id, spools.name, spools.cost, spools.weight, spools.used, spools.temp_offset, profiles.id http://profiles.id/, profiles.vendor, profiles.material, profiles.density, profiles.diameter \nFROM selections JOIN spools ON selections.spool_id = spools.id http://spools.id/ JOIN profiles ON spools.profile_id = profiles.id http://profiles.id/ \nWHERE selections.client_id = ? ORDER BY selections.tool'] [parameters: ('9e2b4870-df96-11e7-8a76-b827eb362dfe',)] 2019-02-05 19:15:19,477 - octoprint.plugins.growl - WARNING - Could not register with Growl at localhost:23053: [Errno 111] Connection refused 2019-02-05 19:15:19,481 - octoprint.plugins.multicam - INFO - MultiCam Loaded! (more: [{'URL': '/webcam/?action=stream', 'isButtonEnabled': False, 'name': 'Default'}]) 2019-02-05 19:15:19,507 - octoprint.plugins.portlister - INFO - Port Lister () {} 2019-02-05 19:15:19,565 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2019-02-05 19:15:19,820 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2019-02-05 19:15:21,854 - octoprint.server.util.sockjs - INFO - User kietcallies logged in on the socket from client 192.168.44.111 2019-02-05 19:15:25,414 - octoprint.server.util.sockjs - INFO - New connection from client: 70.91.187.57 2019-02-05 19:15:26,053 - octoprint.server.util.flask - INFO - Passively logging in user kietcallies from 70.91.187.57 2019-02-05 19:15:26,125 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip 2019-02-05 19:15:26,128 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2019-02-05 19:15:26,131 - octoprint.util.pip - INFO - ==> pip ok -> yes 2019-02-05 19:15:26,162 - octoprint.server.util.sockjs - INFO - User kietcallies logged in on the socket from client 70.91.187.57 2019-02-05 19:15:26,679 - octoprint.plugins.stats - INFO - Printer Stats 2019-02-05 19:15:28,520 - octoprint.plugins.stlviewer - INFO - STL Viewer loaded! 2019-02-05 19:15:28,666 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi-makercave.local/ http://octopi-makercave.local/'} 2019-02-05 19:15:29,676 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.9', 'ram': 901689344, 'octopi_version': '0.13.0', 'version': u'1.3.10', 'pip': '18.0', 'cores': 4, 'freq': 900.0, 'pi_model': 'Raspberry Pi 2 Model B Rev 1.1', 'os': 'linux'} 2019-02-05 19:16:22,640 - octoprint.server.preemptive_cache - INFO - ... done in 53.97s 2019-02-05 19:16:22,645 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://pkfzjdpi.p17.rt3.io/ http://pkfzjdpi.p17.rt3.io/'} 2019-02-05 19:16:41,970 - octoprint.server.preemptive_cache - INFO - ... done in 19.32s 2019-02-05 19:29:52,865 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-02-05 19:30:29,587 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {} 2019-02-05 19:44:52,870 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-02-05 19:45:29,650 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {} 2019-02-05 19:59:52,872 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-02-05 20:00:29,664 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {} 2019-02-05 20:04:39,512 - octoprint.server.util.sockjs - INFO - Client connection closed: 70.91.187.57 2019-02-05 20:04:45,771 - octoprint.server.util.flask - INFO - Passively logging in user kietcallies from 70.91.187.57 2019-02-05 20:05:32,739 - octoprint.server.util.sockjs - INFO - New connection from client: 70.91.187.57 2019-02-05 20:05:33,317 - octoprint.server.util.flask - INFO - Passively logging in user kietcallies from 70.91.187.57 2019-02-05 20:05:37,302 - octoprint.server.util.sockjs - INFO - User kietcallies logged in on the socket from client 70.91.187.57 2019-02-05 20:05:41,649 - octoprint.plugins.filamentmanager - ERROR - Failed to fetch profiles lastmodified timestamp: Couldn't parse datetime string '1513122926' - value is not a string. 2019-02-05 20:05:41,891 - octoprint.plugins.filamentmanager - ERROR - Failed to fetch spools lastmodified timestamp: Couldn't parse datetime string '1548526211' - value is not a string. 2019-02-05 20:05:42,124 - octoprint.plugins.filamentmanager - ERROR - Failed to fetch selected spools: (sqlite3.OperationalError) no such column: selections.client_id [SQL: u'SELECT selections.tool, selections.client_id, selections.spool_id, spools.id http://spools.id/, spools.profile_id, spools.name, spools.cost, spools.weight, spools.used, spools.temp_offset, profiles.id http://profiles.id/, profiles.vendor, profiles.material, profiles.density, profiles.diameter \nFROM selections JOIN spools ON selections.spool_id = spools.id http://spools.id/ JOIN profiles ON spools.profile_id = profiles.id http://profiles.id/ \nWHERE selections.client_id = ? ORDER BY selections.tool'] [parameters: ('9e2b4870-df96-11e7-8a76-b827eb362dfe',)] 2019-02-05 20:05:42,139 - tornado.access - ERROR - 500 GET /plugin/filamentmanager/selections (70.91.187.57) 44.61ms 2019-02-05 20:14:37,591 - octoprint.server.util.sockjs - INFO - Client connection closed: 70.91.187.57 2019-02-05 20:14:37,830 - octoprint.server.util.sockjs - INFO - New connection from client: 70.91.187.57 2019-02-05 20:14:38,434 - octoprint.server.util.flask - INFO - Passively logging in user kietcallies from 70.91.187.57 2019-02-05 20:14:38,541 - octoprint.server.util.sockjs - INFO - User kietcallies logged in on the socket from client 70.91.187.57

Current config.yaml:

accessControl: salt: deleted api: allowCrossOrigin: true key: deleted appearance: components: order: sidebar:

  • plugin_printer_safety_check
  • connection
  • state
  • files
  • plugin_filamentmanager
  • plugin_touchtest
  • plugin_bedlevelingwizard
  • plugin_gcodebar tab:
  • control
  • plugin_webcamtab
  • temperature
  • terminal
  • gcodeviewer
  • timelapse name: OctoPrint-MakerCave plugins: PrintTimeGenius: print_history:
    • analysisFirstFilamentPrintTime: 6.311083623710147 analysisLastFilamentPrintTime: 51251.016449612485 analysisPrintTime: 51251.35654562494 compensatedPrintTime: 53521.27918347583 firstFilamentPrintTime: 115.79255390167236 lastFilamentPrintTime: 55649.41478395462 payload: file: /home/pi/.octoprint/uploads/Art/SagradaFamiliaGloriaPassio-Stacker500.gcode filename: SagradaFamiliaGloriaPassio-Stacker500.gcode name: SagradaFamiliaGloriaPassio-Stacker500.gcode origin: local path: Art/SagradaFamiliaGloriaPassio-Stacker500.gcode size: 35109051 time: 55671.06113100052 timestamp: 1549190816.899361
    • analysisFirstFilamentPrintTime: 5.938264069551224 analysisLastFilamentPrintTime: 27051.32583827634 analysisPrintTime: 27051.672691045555 compensatedPrintTime: 28377.599372945308 firstFilamentPrintTime: 368.4524528980255 lastFilamentPrintTime: 28609.250190019608 payload: file: /home/pi/.octoprint/uploads/Brackets/X-CarveL-Bracket-Stacker500.gcode filename: X-CarveL-Bracket-Stacker500.gcode name: X-CarveL-Bracket-Stacker500.gcode origin: local path: Brackets/X-CarveL-Bracket-Stacker500.gcode size: 8867156 time: 28674.677050113678 timestamp: 1548647470.763019
    • analysisFirstFilamentPrintTime: 7.405573174277379 analysisLastFilamentPrintTime: 37678.17522266999 analysisPrintTime: 37678.51531868245 compensatedPrintTime: 38477.0373800352 payload: file: /home/pi/.octoprint/uploads/Storage/RyobiSingleHolder_10deg-PLA.gcode filename: RyobiSingleHolder_10deg-PLA.gcode name: RyobiSingleHolder_10deg-PLA.gcode origin: local path: Storage/RyobiSingleHolder_10deg-PLA.gcode size: 12667402 time: 39453.90018987656 timestamp: 1544763989.040179
    • analysisFirstFilamentPrintTime: 7.405573174277379 analysisLastFilamentPrintTime: 37678.17522266999 analysisPrintTime: 37678.51531868245 compensatedPrintTime: 38477.0373800352 firstFilamentPrintTime: 307.6886658668518 lastFilamentPrintTime: 39123.69209098816 payload: file: /home/pi/.octoprint/uploads/Storage/RyobiSingleHolder_10deg-PLA.gcode filename: RyobiSingleHolder_10deg-PLA.gcode name: RyobiSingleHolder_10deg-PLA.gcode origin: local path: Storage/RyobiSingleHolder_10deg-PLA.gcode size: 12667402 time: 39157.051137924194 timestamp: 1544598360.859934
    • analysisFirstFilamentPrintTime: 7.405573174277379 analysisLastFilamentPrintTime: 37678.17522266999 analysisPrintTime: 37678.51531868245 compensatedPrintTime: 38477.0373800352 payload: file: /home/pi/.octoprint/uploads/Storage/RyobiSingleHolder_10deg-PLA.gcode filename: RyobiSingleHolder_10deg-PLA.gcode name: RyobiSingleHolder_10deg-PLA.gcode origin: local path: Storage/RyobiSingleHolder_10deg-PLA.gcode size: 12667402 time: 39489.24521613121 timestamp: 1544511463.451282 _disabled:
    • roomtemp
    • navbartemp announcements: _config_version: 1 channels: _blog: read_until: 1545132000 _important: read_until: 1521111600 _octopi: read_until: 1548929100 _plugins: read_until: 1548633600 _releases: read_until: 1544449800 astroprint: camera: true cura: cura_engine: /usr/local/bin/cura_engine discovery: publicPort: 80 upnpUuid: 2ebe1139-c235-41f3-a14a-ad120c42c2c3 filamentmanager: _config_version: 1 database: clientID: 9e2b4870-df96-11e7-8a76-b827eb362dfe multicam: _config_version: 1 multicam_profiles:
    • URL: /webcam/?action=stream isButtonEnabled: false name: Default nautilus: _config_version: 7 _settings_version: 7 smsnotifier: _config_version: 1 softwareupdate: _config_version: 6 check_providers: BedLevelingWizard: bedlevelingwizard GcodeEditor: GcodeEditor IFTTT: IFTTT M117NavBar: M117NavBar PrintTimeGenius: PrintTimeGenius Slic3r: slic3r actioncommands: actioncommands active_filters: active_filters active_filters_extended: active_filters_extended anywhere: anywhere astroprint: astroprint autocollapse: autocollapse autoscroll: autoscroll bedlevelvisualizer: bedlevelvisualizer cancelobject: cancelobject display-eta: octoprint_eta dragon_order: dragon_order eeprom_repetier: eeprom_repetier fanspeedslider: fanspeedslider filamentmanager: filamentmanager filemanager: filemanager fullscreen: fullscreen gcodebar: gcodebar growl: growl layerdisplay: layerdisplay multicam: multicam navbartemp: navbartemp octolapse: octolapse octoprint_nautilus: nautilus portlister: portlister printhistory: printhistory roomtemp: roomtemp slicer: slicer smsnotifier: smsnotifier stats: stats taborder: taborder tempsgraph: tempsgraph themeify: themeify title_status: title_status touchtest: touchtest touchui: touchui webcamtab: webcamtab checks: octoprint: update_folder: /home/pi/OctoPrint taborder: _config_version: 4 tabs:
    • icon: fas fa-gamepad icon_color: '#d5d5d5' icon_tooltip: Control name: control showtext: false
    • icon: fas fa-video-camera icon_color: '#feffff' icon_tooltip: Webcam name: plugin_webcamtab showtext: false
    • icon: fas fa-thermometer-full icon_color: '#feffff' icon_tooltip: Temperature name: temperature showtext: false
    • icon: 'fas fa-terminal ' icon_color: '#feffff' icon_tooltip: Terminal name: terminal showtext: false
    • icon: 'fas fa-code ' icon_color: '#feffff' icon_tooltip: GCode name: gcodeviewer showtext: false
    • icon: fas fa-clock-o icon_color: '#feffff' icon_tooltip: Timelapse name: timelapse showtext: false themeify: color:
    • deletable: false enabled: false rule: background-color selector: .navbar-inner value: '#000000' enableCustomization: true theme: cyborg touchtest: bedDepth: '255' bedWidth: '450' tracking: enabled: true unique_id: 4db6bda0-7a8d-493f-909e-3e54c215e846 printerProfiles: {} serial: autoconnect: true baudrate: 250000 server: commands: serverRestartCommand: sudo service octoprint restart systemRestartCommand: sudo shutdown -r now systemShutdownCommand: sudo shutdown -h now firstRun: false onlineCheck: enabled: true pluginBlacklist: enabled: true secretKey: RhZnkXUCvyMlmT1QAXfgerQF3qGoTCH3 seenWizards: anywhere: 4 bedlevelvisualizer: null corewizard: 3 cura: null tracking: null system: actions:
    • action: pon command: printer_on.sh name: PrinterOn
    • action: poff command: printer_off.sh confirm: Are you sure you want to turn off the printer? name: PrinterOff temperature: profiles:
    • bed: 100 extruder: 240 name: ABS
    • bed: 60 extruder: 200 name: PLA webcam: ffmpeg: /usr/bin/avconv snapshot: http://127.0.0.1:8080/?action=snapshot http://127.0.0.1:8080/?action=snapshot stream: /webcam/?action=stream timelapse: fps: 25 options: interval: 10 postRoll: 1 type: timed

I will try that.

Kiet Callies Homewaters Web Design

On Feb 5, 2019, at 2:17 PM, Sven Lohrmann <notifications@github.com mailto:notifications@github.com> wrote:

I deleted the plugin and reinstalled it.

What versions? Also I would need a full log which includes the first start of OctoPrint after you installed the plugin.

The schema of the database doesn't match with the installed version of this plugin. Before version 0.5 the version of the database schema was stored inside the config.yaml. After that it's stored in the database itself. If you upgraded from an old version and the data from the config was some how lost it could result in a unusable state. But that's all speculation without more information.

A solution would be to uninstall the plugin, remove the database and plugin settings from config.yaml. After that you can install it again.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/malnvenshorn/OctoPrint-FilamentManager/issues/141#issuecomment-460826093, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJeVB4JtWbObfCZ1U7p680FKoPjfjv5ks5vKgMFgaJpZM4agPJC.

malnvenshorn commented 5 years ago

I cleared all mention of filament manager in the config.yaml before reinstalling.

As I wrote before you have to remove the database as well.

And please don't post those files as text. It's quite confusing and not really readable. Upload the files instead. Consider using the code formatting for small snippets too.

kietcallies commented 5 years ago

I apologize; I will follow your reporting guidelines in the future.

May I ask how to remove the database?

Kiet Callies Homewaters Web Design

On Feb 7, 2019, at 3:22 AM, Sven Lohrmann notifications@github.com wrote:

I cleared all mention of filament manager in the config.yaml before reinstalling.

As I wrote before you have to remove the database as well.

And please don't post those files as text. It's quite confusing and not really readable. Upload the files instead. Consider using the code formatting for small snippets too.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/malnvenshorn/OctoPrint-FilamentManager/issues/141#issuecomment-461380909, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJeVEXkDykwfV7res3cQ9ZsVtrWdgvDks5vLAyEgaJpZM4agPJC.

malnvenshorn commented 5 years ago

You can find the database in the data folder of OctoPrint .../data/filamentmanager/filament.db