Skip to content

Instantly share code, notes, and snippets.

@ismangil
Created December 28, 2017 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ismangil/cc99d24ee982a04a2aba946609bf2cdf to your computer and use it in GitHub Desktop.
Save ismangil/cc99d24ee982a04a2aba946609bf2cdf to your computer and use it in GitHub Desktop.
OctoPrint autoconnect on startup issue
2017-12-28 16:06:35,607 - octoprint.startup - INFO - ******************************************************************************
2017-12-28 16:06:35,608 - octoprint.startup - INFO - Starting OctoPrint 1.3.6
2017-12-28 16:06:35,609 - octoprint.startup - INFO - ******************************************************************************
2017-12-28 16:06:36,078 - octoprint.startup - INFO - Blacklist processing done
2017-12-28 16:06:36,168 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.6-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2017-12-28 16:06:38,877 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 4 hook handlers
2017-12-28 16:06:39,128 - octoprint.server - INFO - Intermediary server started
2017-12-28 16:06:39,129 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.6-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2017-12-28 16:06:39,706 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 4 hook handlers
2017-12-28 16:06:39,777 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2017-12-28 16:06:41,221 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2017-12-28 16:06:41,282 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2017-12-28 16:06:45,657 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2017-12-28 16:06:49,545 - octoprint.util.pip - INFO - Version of pip is 9.0.1
2017-12-28 16:06:49,548 - octoprint.plugin.core - INFO - Initialized 8 plugin implementation(s)
2017-12-28 16:06:49,555 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.6-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.6-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.6-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.6-py2.7.egg/octoprint/plugins/discovery
| OctoPi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.6-py2.7.egg/octoprint/plugins/octopi_support
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.6-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.6-py2.7.egg/octoprint/plugins/softwareupdate
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.6-py2.7.egg/octoprint/plugins/virtual_printer
2017-12-28 16:06:52,447 - octoprint.environment - INFO - Detected environment is Python 2.7.9 under Linux (linux2). Details:
| hardware:
| cores: 4
| freq: 1200.0
| ram: 901689344
| os:
| id: linux
| platform: linux2
| plugins:
| octopi_support:
| model: 3B
| revision: a02082
| version: 0.14.0
| python:
| pip: 9.0.1
| version: 2.7.9
| virtualenv: /home/pi/oprint
2017-12-28 16:06:52,465 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2017-12-28 16:06:52,510 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2017-12-28 16:06:52,813 - octoprint.server - INFO - Shutting down intermediary server...
2017-12-28 16:06:52,833 - octoprint.server - INFO - Intermediary server shut down
2017-12-28 16:06:52,836 - octoprint.events - INFO - Processing startup event, this is our first event
2017-12-28 16:06:52,839 - octoprint.events - INFO - Adding 0 events to queue that were held back before startup event
2017-12-28 16:06:52,840 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2017-12-28 16:06:53,279 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "Tiacxy" for _http._tcp
2017-12-28 16:06:53,315 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "Tiacxy" for _octoprint._tcp
2017-12-28 16:06:53,321 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "Tiacxy" for SSDP
2017-12-28 16:06:53,392 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2017-12-28 16:06:53,519 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.0.29
2017-12-28 16:06:53,534 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2017-12-28 16:06:53,786 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid
2017-12-28 16:06:53,822 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.0.235/'}
2017-12-28 16:06:54,310 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2017-12-28 16:06:57,043 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 18.95ms
2017-12-28 16:06:57,117 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 12.39ms
2017-12-28 16:07:04,020 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.0.29
2017-12-28 16:07:04,129 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.0.29
2017-12-28 16:07:04,283 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 46.31ms
2017-12-28 16:07:04,378 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 20.19ms
2017-12-28 16:07:11,423 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 14.91ms
2017-12-28 16:07:11,471 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 21.35ms
2017-12-28 16:07:12,073 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 19.91ms
2017-12-28 16:07:12,140 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 29.71ms
2017-12-28 16:07:15,040 - octoprint.server.preemptive_cache - INFO - ... done in 21.22s
2017-12-28 16:07:16,827 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 18.60ms
2017-12-28 16:07:16,860 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 16.91ms
2017-12-28 16:07:21,726 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 19.84ms
2017-12-28 16:07:21,912 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 17.24ms
2017-12-28 16:07:26,658 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 11.93ms
2017-12-28 16:07:26,688 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 10.14ms
2017-12-28 16:07:31,844 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 17.39ms
2017-12-28 16:07:31,888 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 15.80ms
2017-12-28 16:07:36,841 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 18.38ms
2017-12-28 16:07:36,874 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 17.88ms
2017-12-28 16:07:41,705 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 11.11ms
2017-12-28 16:07:43,315 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 17.26ms
2017-12-28 16:07:46,911 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 17.92ms
2017-12-28 16:07:46,958 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 17.45ms
2017-12-28 16:07:51,782 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 17.68ms
2017-12-28 16:07:51,817 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 17.46ms
2017-12-28 16:07:56,847 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 16.56ms
2017-12-28 16:07:56,880 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 16.58ms
2017-12-28 16:08:01,780 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 10.68ms
2017-12-28 16:08:01,806 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 12.05ms
2017-12-28 16:08:06,752 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 16.40ms
2017-12-28 16:08:06,819 - tornado.access - WARNING - 409 GET /api/printer (127.0.0.1) 18.20ms
2017-12-28 16:08:16,716 - Changing monitoring state from 'Offline' to 'Detecting serial port'
2017-12-28 16:08:16,840 - Serial port list: ['/dev/ttyUSB0']
2017-12-28 16:08:16,841 - Connecting to: /dev/ttyUSB0
2017-12-28 16:08:16,933 - Changing monitoring state from 'Detecting serial port' to 'Opening serial port'
2017-12-28 16:08:16,952 - Connected to: Serial<id=0x75fd6490, open=True>(port='/dev/ttyUSB0', baudrate=250000, bytesize=8, parity='N', stopbits=1, timeout=10.0, xonxoff=False, rtscts=False, dsrdtr=False), starting monitor
2017-12-28 16:08:16,953 - Changing monitoring state from 'Opening serial port' to 'Connecting'
2017-12-28 16:08:17,027 - Send: N0 M110 N0*125
2017-12-28 16:08:26,049 - Recv: start
2017-12-28 16:08:26,053 - Send: N0 M110 N0*125
2017-12-28 16:08:26,054 - Recv: echo:Marlin 1.1.4
2017-12-28 16:08:26,056 - Recv:
2017-12-28 16:08:26,059 - Recv: echo: Last Updated: 2017-07-04 12:00 | Author: (none, default config)
2017-12-28 16:08:26,061 - Recv: Compiled: Dec 24 2017
2017-12-28 16:08:26,063 - Recv: echo: Free Memory: 3903 PlannerBufferBytes: 1232
2017-12-28 16:08:26,066 - Recv: echo:V39 stored settings retrieved (465 bytes; crc 16870)
2017-12-28 16:08:26,068 - Recv: echo: G21 ; Units in mm
2017-12-28 16:08:26,070 - Recv: echo: M149 C ; Units in Celsius
2017-12-28 16:08:26,072 - Recv:
2017-12-28 16:08:26,073 - Recv: echo:Filament settings: Disabled
2017-12-28 16:08:26,075 - Recv: echo: M200 D3.00
2017-12-28 16:08:26,077 - Recv: echo: M200 D0
2017-12-28 16:08:26,079 - Recv: echo:Steps per unit:
2017-12-28 16:08:26,081 - Recv: echo: M92 X80.00 Y80.00 Z400.00 E153.80
2017-12-28 16:08:26,083 - Recv: echo:Maximum feedrates (units/s):
2017-12-28 16:08:26,085 - Recv: echo: M203 X300.00 Y300.00 Z5.00 E25.00
2017-12-28 16:08:26,087 - Recv: echo:Maximum Acceleration (units/s2):
2017-12-28 16:08:26,090 - Recv: echo: M201 X2000 Y2000 Z100 E10000
2017-12-28 16:08:26,093 - Recv: echo:Acceleration (units/s2): P<print_accel> R<retract_accel> T<travel_accel>
2017-12-28 16:08:26,095 - Recv: echo: M204 P1500.00 R10000.00 T2000.00
2017-12-28 16:08:26,099 - Recv: echo:Advanced: S<min_feedrate> T<min_travel_feedrate> B<min_segment_time_ms> X<max_xy_jerk> Z<max_z_jerk> E<max_e_jerk>
2017-12-28 16:08:26,102 - Recv: echo: M205 S0.00 T0.00 B20000 X10.00 Y10.00 Z0.40 E5.00
2017-12-28 16:08:26,104 - Recv: echo:Home offset:
2017-12-28 16:08:26,106 - Recv: echo: M206 X-8.00 Y0.00 Z0.00
2017-12-28 16:08:26,108 - Recv: echo:Material heatup parameters:
2017-12-28 16:08:26,109 - Recv: echo: M145 S0 H210 B60 F0
2017-12-28 16:08:26,112 - Recv: M145 S1 H235 B650 F0
2017-12-28 16:08:26,113 - Recv: echo:PID settings:
2017-12-28 16:08:26,115 - Recv: echo: M301 P22.20 I1.08 D114.00
2017-12-28 16:08:26,117 - Recv: echo: M304 P676.66 I132.38 D864.68
2017-12-28 16:08:26,119 - Recv: echo:Z-Probe Offset (mm):
2017-12-28 16:08:26,121 - Recv: echo: M851 Z0.00
2017-12-28 16:08:28,638 - Recv: echo:SD card ok
2017-12-28 16:08:28,643 - Recv: ok
2017-12-28 16:08:28,649 - Changing monitoring state from 'Connecting' to 'Operational'
2017-12-28 16:08:28,657 - Send: N0 M110 N0*125
2017-12-28 16:08:28,664 - Recv: echo:SD card ok
2017-12-28 16:08:28,711 - Recv: ok
2017-12-28 16:08:28,713 - Send: N1 M115*39
2017-12-28 16:08:28,727 - Recv: FIRMWARE_NAME:Marlin 1.1.4 (Github) SOURCE_CODE_URL:https://github.com/MarlinFirmware/Marlin PROTOCOL_VERSION:1.0 MACHINE_TYPE:Tiacxy EXTRUDER_COUNT:1 UUID:cede2a2f-41a2-4748-9b12-c55c62f367ff
2017-12-28 16:08:28,731 - Recv: Cap:EEPROM:1
2017-12-28 16:08:28,733 - Recv: Cap:AUTOREPORT_TEMP:1
2017-12-28 16:08:28,737 - Recv: Cap:PROGRESS:0
2017-12-28 16:08:28,739 - Recv: Cap:PRINT_JOB:1
2017-12-28 16:08:28,741 - Recv: Cap:AUTOLEVEL:0
2017-12-28 16:08:28,743 - Recv: Cap:Z_PROBE:1
2017-12-28 16:08:28,745 - Recv: Cap:LEVELING_DATA:0
2017-12-28 16:08:28,747 - Recv: Cap:SOFTWARE_POWER:0
2017-12-28 16:08:28,749 - Recv: Cap:TOGGLE_LIGHTS:0
2017-12-28 16:08:28,752 - Recv: Cap:CASE_LIGHT_BRIGHTNESS:0
2017-12-28 16:08:28,754 - Recv: Cap:EMERGENCY_PARSER:0
2017-12-28 16:08:28,756 - Recv: ok
2017-12-28 16:08:28,757 - Send: M20
2017-12-28 16:08:28,763 - Recv: Begin file list
2017-12-28 16:08:28,766 - Recv: SENSOR~1.GCO 515538
2017-12-28 16:08:28,769 - Recv: 1STPRI~1.GCO 362328
2017-12-28 16:08:28,771 - Recv: End file list
2017-12-28 16:08:28,774 - Recv: ok
2017-12-28 16:08:28,777 - Send: M155 S2
2017-12-28 16:08:28,782 - Recv: ok
2017-12-28 16:08:30,785 - Recv: T:20.09 /0.00 B:21.59 /0.00 @:0 B@:0
2017-12-28 16:08:32,785 - Recv: T:20.31 /0.00 B:21.45 /0.00 @:0 B@:0
2017-12-28 16:08:34,784 - Recv: T:20.25 /0.00 B:21.69 /0.00 @:0 B@:0
2017-12-28 16:08:36,784 - Recv: T:20.53 /0.00 B:21.61 /0.00 @:0 B@:0
2017-12-28 16:08:38,784 - Recv: T:20.44 /0.00 B:21.18 /0.00 @:0 B@:0
2017-12-28 16:08:40,785 - Recv: T:20.56 /0.00 B:21.42 /0.00 @:0 B@:0
2017-12-28 16:08:42,784 - Recv: T:20.62 /0.00 B:21.59 /0.00 @:0 B@:0
2017-12-28 16:08:44,784 - Recv: T:20.09 /0.00 B:21.53 /0.00 @:0 B@:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment