Advertisement
Guest User

octoprint.log

a guest
Oct 4th, 2016
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.08 KB | None | 0 0
  1. 2016-10-03 17:17:07,633 - octoprint.server - INFO - Starting OctoPrint 1.2.16 (master branch)
  2. 2016-10-03 17:17:07,683 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/.octoprint/plugins, /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins and installed plugin packages...
  3. 2016-10-03 17:17:08,429 - octoprint.plugin.core - INFO - Found 6 plugin(s) providing 6 mixin implementations, 3 hook handlers
  4. 2016-10-03 17:17:08,434 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
  5. 2016-10-03 17:17:08,588 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
  6. 2016-10-03 17:17:08,612 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
  7. 2016-10-03 17:17:10,476 - octoprint.util.pip - INFO - Found pip at /home/pi/oprint/bin/pip, version is 8.1.1
  8. 2016-10-03 17:17:10,478 - octoprint.plugin.core - INFO - Initialized 6 plugin implementation(s)
  9. 2016-10-03 17:17:10,481 - octoprint.plugin.core - INFO - 6 plugin(s) registered with the system:
  10. | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins/announcements
  11. | CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins/cura
  12. | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins/discovery
  13. | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins/pluginmanager
  14. | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins/softwareupdate
  15. | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins/virtual_printer
  16. 2016-10-03 17:17:10,482 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
  17. 2016-10-03 17:17:10,492 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
  18. 2016-10-03 17:17:10,494 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
  19. 2016-10-03 17:17:10,503 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
  20. 2016-10-03 17:17:11,227 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
  21. 2016-10-03 17:17:11,236 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
  22. 2016-10-03 17:17:11,261 - octoprint.plugins.pluginmanager - ERROR - Could not fetch plugins from repository at http://plugins.octoprint.org/plugins.json: ('Connection aborted.', gaierror(-2, 'Name or service not known'))
  23. Traceback (most recent call last):
  24. File "/home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins/pluginmanager/__init__.py", line 542, in _fetch_repository_from_url
  25. r = requests.get(repository_url)
  26. File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/api.py", line 69, in get
  27. return request('get', url, params=params, **kwargs)
  28. File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/api.py", line 50, in request
  29. response = session.request(method=method, url=url, **kwargs)
  30. File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/sessions.py", line 465, in request
  31. resp = self.send(prep, **send_kwargs)
  32. File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/sessions.py", line 573, in send
  33. r = adapter.send(request, **kwargs)
  34. File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/adapters.py", line 415, in send
  35. raise ConnectionError(err, request=request)
  36. ConnectionError: ('Connection aborted.', gaierror(-2, 'Name or service not known'))
  37. 2016-10-03 17:17:11,271 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
  38. 2016-10-03 17:17:11,279 - octoprint.plugins.announcements - ERROR - Could not fetch channel _important from http://octoprint.org/feeds/important.xml: ('Connection aborted.', gaierror(-2, 'Name or service not known'))
  39. Traceback (most recent call last):
  40. File "/home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins/announcements/__init__.py", line 269, in _get_channel_data_from_network
  41. r = requests.get(url)
  42. File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/api.py", line 69, in get
  43. return request('get', url, params=params, **kwargs)
  44. File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/api.py", line 50, in request
  45. response = session.request(method=method, url=url, **kwargs)
  46. File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/sessions.py", line 465, in request
  47. resp = self.send(prep, **send_kwargs)
  48. File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/sessions.py", line 573, in send
  49. r = adapter.send(request, **kwargs)
  50. File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/adapters.py", line 415, in send
  51. raise ConnectionError(err, request=request)
  52. ConnectionError: ('Connection aborted.', gaierror(-2, 'Name or service not known'))
  53. 2016-10-03 17:17:11,309 - octoprint.server - INFO - Preemptively caching / for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi.local/'}
  54. 2016-10-03 17:55:59,674 - octoprint.server.util.sockjs - INFO - New connection from client: 172.20.10.3
  55. 2016-10-03 17:56:11,164 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
  56. 2016-10-03 17:56:11,636 - octoprint.plugins.announcements - INFO - Loaded channel _important from http://octoprint.org/feeds/important.xml in 0.46s
  57. 2016-10-03 18:30:39,566 - octoprint.server.util.sockjs - INFO - Client connection closed: 172.20.10.3
  58. 2016-10-04 13:17:07,639 - octoprint.server - INFO - Starting OctoPrint 1.2.16 (master branch)
  59. 2016-10-04 13:17:07,681 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/.octoprint/plugins, /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins and installed plugin packages...
  60. 2016-10-04 13:17:08,427 - octoprint.plugin.core - INFO - Found 6 plugin(s) providing 6 mixin implementations, 3 hook handlers
  61. 2016-10-04 13:17:08,432 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
  62. 2016-10-04 13:17:08,591 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
  63. 2016-10-04 13:17:08,615 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
  64. 2016-10-04 13:17:10,485 - octoprint.util.pip - INFO - Found pip at /home/pi/oprint/bin/pip, version is 8.1.1
  65. 2016-10-04 13:17:10,487 - octoprint.plugin.core - INFO - Initialized 6 plugin implementation(s)
  66. 2016-10-04 13:17:10,491 - octoprint.plugin.core - INFO - 6 plugin(s) registered with the system:
  67. | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins/announcements
  68. | CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins/cura
  69. | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins/discovery
  70. | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins/pluginmanager
  71. | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins/softwareupdate
  72. | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins/virtual_printer
  73. 2016-10-04 13:17:10,491 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
  74. 2016-10-04 13:17:10,501 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
  75. 2016-10-04 13:17:10,503 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
  76. 2016-10-04 13:17:10,512 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
  77. 2016-10-04 13:17:11,232 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
  78. 2016-10-04 13:17:11,241 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
  79. 2016-10-04 13:17:11,267 - octoprint.plugins.pluginmanager - ERROR - Could not fetch plugins from repository at http://plugins.octoprint.org/plugins.json: ('Connection aborted.', gaierror(-2, 'Name or service not known'))
  80. Traceback (most recent call last):
  81. File "/home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins/pluginmanager/__init__.py", line 542, in _fetch_repository_from_url
  82. r = requests.get(repository_url)
  83. File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/api.py", line 69, in get
  84. return request('get', url, params=params, **kwargs)
  85. File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/api.py", line 50, in request
  86. response = session.request(method=method, url=url, **kwargs)
  87. File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/sessions.py", line 465, in request
  88. resp = self.send(prep, **send_kwargs)
  89. File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/sessions.py", line 573, in send
  90. r = adapter.send(request, **kwargs)
  91. File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/adapters.py", line 415, in send
  92. raise ConnectionError(err, request=request)
  93. ConnectionError: ('Connection aborted.', gaierror(-2, 'Name or service not known'))
  94. 2016-10-04 13:17:11,276 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
  95. 2016-10-04 13:17:11,285 - octoprint.plugins.announcements - ERROR - Could not fetch channel _important from http://octoprint.org/feeds/important.xml: ('Connection aborted.', gaierror(-2, 'Name or service not known'))
  96. Traceback (most recent call last):
  97. File "/home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins/announcements/__init__.py", line 269, in _get_channel_data_from_network
  98. r = requests.get(url)
  99. File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/api.py", line 69, in get
  100. return request('get', url, params=params, **kwargs)
  101. File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/api.py", line 50, in request
  102. response = session.request(method=method, url=url, **kwargs)
  103. File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/sessions.py", line 465, in request
  104. resp = self.send(prep, **send_kwargs)
  105. File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/sessions.py", line 573, in send
  106. r = adapter.send(request, **kwargs)
  107. File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/adapters.py", line 415, in send
  108. raise ConnectionError(err, request=request)
  109. ConnectionError: ('Connection aborted.', gaierror(-2, 'Name or service not known'))
  110. 2016-10-04 13:17:11,315 - octoprint.server - INFO - Preemptively caching / for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi.local/'}
  111. 2016-10-04 15:17:07,542 - octoprint.server - INFO - Starting OctoPrint 1.2.16 (master branch)
  112. 2016-10-04 15:17:07,580 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/.octoprint/plugins, /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins and installed plugin packages...
  113. 2016-10-04 15:17:08,340 - octoprint.plugin.core - INFO - Found 6 plugin(s) providing 6 mixin implementations, 3 hook handlers
  114. 2016-10-04 15:17:08,345 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
  115. 2016-10-04 15:17:08,503 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
  116. 2016-10-04 15:17:08,528 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
  117. 2016-10-04 15:17:10,598 - octoprint.util.pip - INFO - Found pip at /home/pi/oprint/bin/pip, version is 8.1.1
  118. 2016-10-04 15:17:10,600 - octoprint.plugin.core - INFO - Initialized 6 plugin implementation(s)
  119. 2016-10-04 15:17:10,603 - octoprint.plugin.core - INFO - 6 plugin(s) registered with the system:
  120. | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins/announcements
  121. | CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins/cura
  122. | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins/discovery
  123. | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins/pluginmanager
  124. | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins/softwareupdate
  125. | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/plugins/virtual_printer
  126. 2016-10-04 15:17:10,604 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
  127. 2016-10-04 15:17:10,615 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
  128. 2016-10-04 15:17:10,615 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
  129. 2016-10-04 15:17:10,624 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
  130. 2016-10-04 15:17:11,097 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
  131. 2016-10-04 15:17:11,106 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
  132. 2016-10-04 15:17:11,109 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
  133. 2016-10-04 15:17:11,580 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from http://plugins.octoprint.org/plugins.json
  134. 2016-10-04 15:17:11,623 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
  135. 2016-10-04 15:17:12,012 - octoprint.plugins.announcements - INFO - Loaded channel _important from http://octoprint.org/feeds/important.xml in 0.38s
  136. 2016-10-04 15:17:12,336 - octoprint.server - INFO - Preemptively caching / for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi.local/'}
  137. 2016-10-04 16:36:39,066 - octoprint - ERROR - Exception on /api/files/local [POST]
  138. Traceback (most recent call last):
  139. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1817, in wsgi_app
  140. response = self.full_dispatch_request()
  141. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1477, in full_dispatch_request
  142. rv = self.handle_user_exception(e)
  143. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1381, in handle_user_exception
  144. reraise(exc_type, exc_value, tb)
  145. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1473, in full_dispatch_request
  146. rv = self.preprocess_request()
  147. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1666, in preprocess_request
  148. rv = func()
  149. File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/server/__init__.py", line 675, in before_request
  150. g.locale = self._get_locale()
  151. File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/server/__init__.py", line 543, in _get_locale
  152. if "l10n" in request.values:
  153. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/local.py", line 336, in __getattr__
  154. return getattr(self._get_current_object(), name)
  155. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/utils.py", line 77, in __get__
  156. value = self.func(obj)
  157. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/wrappers.py", line 390, in values
  158. for d in self.args, self.form:
  159. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/utils.py", line 77, in __get__
  160. value = self.func(obj)
  161. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/wrappers.py", line 383, in form
  162. self._load_form_data()
  163. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/wrappers.py", line 165, in _load_form_data
  164. RequestBase._load_form_data(self)
  165. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/wrappers.py", line 318, in _load_form_data
  166. data = parser.parse_from_environ(self.environ)
  167. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/formparser.py", line 164, in parse_from_environ
  168. return self.parse(stream, mimetype, content_length, options)
  169. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/formparser.py", line 182, in parse
  170. input_stream = LimitedStream(stream, content_length)
  171. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/wsgi.py", line 736, in __init__
  172. self._read = stream.read
  173. AttributeError: 'unicode' object has no attribute 'read'
  174. 2016-10-04 16:36:57,727 - octoprint - ERROR - Exception on /api/files/local [POST]
  175. Traceback (most recent call last):
  176. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1817, in wsgi_app
  177. response = self.full_dispatch_request()
  178. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1477, in full_dispatch_request
  179. rv = self.handle_user_exception(e)
  180. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1381, in handle_user_exception
  181. reraise(exc_type, exc_value, tb)
  182. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1473, in full_dispatch_request
  183. rv = self.preprocess_request()
  184. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1666, in preprocess_request
  185. rv = func()
  186. File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/server/__init__.py", line 675, in before_request
  187. g.locale = self._get_locale()
  188. File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/server/__init__.py", line 543, in _get_locale
  189. if "l10n" in request.values:
  190. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/local.py", line 336, in __getattr__
  191. return getattr(self._get_current_object(), name)
  192. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/utils.py", line 77, in __get__
  193. value = self.func(obj)
  194. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/wrappers.py", line 390, in values
  195. for d in self.args, self.form:
  196. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/utils.py", line 77, in __get__
  197. value = self.func(obj)
  198. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/wrappers.py", line 383, in form
  199. self._load_form_data()
  200. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/wrappers.py", line 165, in _load_form_data
  201. RequestBase._load_form_data(self)
  202. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/wrappers.py", line 318, in _load_form_data
  203. data = parser.parse_from_environ(self.environ)
  204. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/formparser.py", line 164, in parse_from_environ
  205. return self.parse(stream, mimetype, content_length, options)
  206. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/formparser.py", line 182, in parse
  207. input_stream = LimitedStream(stream, content_length)
  208. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/wsgi.py", line 736, in __init__
  209. self._read = stream.read
  210. AttributeError: 'unicode' object has no attribute 'read'
  211. 2016-10-04 16:37:09,315 - octoprint - ERROR - Exception on /api/files/local [POST]
  212. Traceback (most recent call last):
  213. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1817, in wsgi_app
  214. response = self.full_dispatch_request()
  215. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1477, in full_dispatch_request
  216. rv = self.handle_user_exception(e)
  217. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1381, in handle_user_exception
  218. reraise(exc_type, exc_value, tb)
  219. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1473, in full_dispatch_request
  220. rv = self.preprocess_request()
  221. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1666, in preprocess_request
  222. rv = func()
  223. File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/server/__init__.py", line 675, in before_request
  224. g.locale = self._get_locale()
  225. File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/server/__init__.py", line 543, in _get_locale
  226. if "l10n" in request.values:
  227. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/local.py", line 336, in __getattr__
  228. return getattr(self._get_current_object(), name)
  229. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/utils.py", line 77, in __get__
  230. value = self.func(obj)
  231. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/wrappers.py", line 390, in values
  232. for d in self.args, self.form:
  233. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/utils.py", line 77, in __get__
  234. value = self.func(obj)
  235. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/wrappers.py", line 383, in form
  236. self._load_form_data()
  237. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/wrappers.py", line 165, in _load_form_data
  238. RequestBase._load_form_data(self)
  239. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/wrappers.py", line 318, in _load_form_data
  240. data = parser.parse_from_environ(self.environ)
  241. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/formparser.py", line 164, in parse_from_environ
  242. return self.parse(stream, mimetype, content_length, options)
  243. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/formparser.py", line 182, in parse
  244. input_stream = LimitedStream(stream, content_length)
  245. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/wsgi.py", line 736, in __init__
  246. self._read = stream.read
  247. AttributeError: 'unicode' object has no attribute 'read'
  248. 2016-10-04 16:40:41,422 - octoprint.server.util.sockjs - INFO - New connection from client: 172.20.10.3
  249. 2016-10-04 16:41:10,894 - octoprint.filemanager.analysis - INFO - Starting analysis of local:UM2G_Mauste_mitta_1ml.gcode
  250. 2016-10-04 16:46:13,509 - octoprint - ERROR - Exception on /api/files/local [POST]
  251. Traceback (most recent call last):
  252. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1817, in wsgi_app
  253. response = self.full_dispatch_request()
  254. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1477, in full_dispatch_request
  255. rv = self.handle_user_exception(e)
  256. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1381, in handle_user_exception
  257. reraise(exc_type, exc_value, tb)
  258. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1473, in full_dispatch_request
  259. rv = self.preprocess_request()
  260. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1666, in preprocess_request
  261. rv = func()
  262. File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/server/__init__.py", line 675, in before_request
  263. g.locale = self._get_locale()
  264. File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/server/__init__.py", line 543, in _get_locale
  265. if "l10n" in request.values:
  266. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/local.py", line 336, in __getattr__
  267. return getattr(self._get_current_object(), name)
  268. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/utils.py", line 77, in __get__
  269. value = self.func(obj)
  270. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/wrappers.py", line 390, in values
  271. for d in self.args, self.form:
  272. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/utils.py", line 77, in __get__
  273. value = self.func(obj)
  274. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/wrappers.py", line 383, in form
  275. self._load_form_data()
  276. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/wrappers.py", line 165, in _load_form_data
  277. RequestBase._load_form_data(self)
  278. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/wrappers.py", line 318, in _load_form_data
  279. data = parser.parse_from_environ(self.environ)
  280. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/formparser.py", line 164, in parse_from_environ
  281. return self.parse(stream, mimetype, content_length, options)
  282. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/formparser.py", line 182, in parse
  283. input_stream = LimitedStream(stream, content_length)
  284. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/wsgi.py", line 736, in __init__
  285. self._read = stream.read
  286. AttributeError: 'unicode' object has no attribute 'read'
  287. 2016-10-04 16:55:35,461 - octoprint - ERROR - Exception on /api/files/local [POST]
  288. Traceback (most recent call last):
  289. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1817, in wsgi_app
  290. response = self.full_dispatch_request()
  291. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1477, in full_dispatch_request
  292. rv = self.handle_user_exception(e)
  293. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1381, in handle_user_exception
  294. reraise(exc_type, exc_value, tb)
  295. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1473, in full_dispatch_request
  296. rv = self.preprocess_request()
  297. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1666, in preprocess_request
  298. rv = func()
  299. File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/server/__init__.py", line 675, in before_request
  300. g.locale = self._get_locale()
  301. File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/server/__init__.py", line 543, in _get_locale
  302. if "l10n" in request.values:
  303. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/local.py", line 336, in __getattr__
  304. return getattr(self._get_current_object(), name)
  305. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/utils.py", line 77, in __get__
  306. value = self.func(obj)
  307. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/wrappers.py", line 390, in values
  308. for d in self.args, self.form:
  309. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/utils.py", line 77, in __get__
  310. value = self.func(obj)
  311. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/wrappers.py", line 383, in form
  312. self._load_form_data()
  313. File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/wrappers.py", line 165, in _load_form_data
  314. RequestBase._load_form_data(self)
  315. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/wrappers.py", line 318, in _load_form_data
  316. data = parser.parse_from_environ(self.environ)
  317. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/formparser.py", line 164, in parse_from_environ
  318. return self.parse(stream, mimetype, content_length, options)
  319. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/formparser.py", line 182, in parse
  320. input_stream = LimitedStream(stream, content_length)
  321. File "/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/wsgi.py", line 736, in __init__
  322. self._read = stream.read
  323. AttributeError: 'unicode' object has no attribute 'read'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement