Advertisement
Guest User

Untitled

a guest
Apr 14th, 2020
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.01 KB | None | 0 0
  1. IOError: [Errno 2] No such file or directory: '/home/pi/.local/lib/python2.7/site-packages/octoprint/plugins/pluginmanager/static/js/pluginmanager.js'
  2. 2020-04-15 02:22:43,636 - octoprint.server.util.flask.fix_webassets_filtertool - ERROR - Got an exception while trying to apply filter, ignoring file
  3. Traceback (most recent call last):
  4. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 231, in fixed_wrap_cache
  5. File "/home/pi/.local/lib/python2.7/site-packages/webassets/merge.py", line 246, in func
  6. data = StringIO(hunk.data())
  7. File "/home/pi/.local/lib/python2.7/site-packages/webassets/merge.py", line 77, in data
  8. f = open(self.filename, 'r', encoding='utf-8')
  9. IOError: [Errno 2] No such file or directory: '/home/pi/.local/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check/static/js/printer_safety_check.js'
  10. 2020-04-15 02:22:43,641 - octoprint.server.util.flask.fix_webassets_filtertool - ERROR - Got an exception while trying to apply filter, ignoring file
  11. Traceback (most recent call last):
  12. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 231, in fixed_wrap_cache
  13. File "/home/pi/.local/lib/python2.7/site-packages/webassets/merge.py", line 246, in func
  14. data = StringIO(hunk.data())
  15. File "/home/pi/.local/lib/python2.7/site-packages/webassets/merge.py", line 77, in data
  16. f = open(self.filename, 'r', encoding='utf-8')
  17. IOError: [Errno 2] No such file or directory: '/home/pi/.local/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/static/js/softwareupdate.js'
  18. 2020-04-15 02:22:43,645 - octoprint.server.util.flask.fix_webassets_filtertool - ERROR - Got an exception while trying to apply filter, ignoring file
  19. Traceback (most recent call last):
  20. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 231, in fixed_wrap_cache
  21. File "/home/pi/.local/lib/python2.7/site-packages/webassets/merge.py", line 246, in func
  22. data = StringIO(hunk.data())
  23. File "/home/pi/.local/lib/python2.7/site-packages/webassets/merge.py", line 77, in data
  24. f = open(self.filename, 'r', encoding='utf-8')
  25. IOError: [Errno 2] No such file or directory: '/home/pi/.local/lib/python2.7/site-packages/octoprint/plugins/tracking/static/js/usage.js'
  26. 2020-04-15 02:22:44,563 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.3.141.84
  27. 2020-04-15 02:22:45,633 - octoprint.server.util.sockjs - INFO - New connection from client: 10.3.141.84
  28. 2020-04-15 02:22:45,950 - tornado.access - WARNING - 403 GET /api/settings (10.3.141.84) 144.37ms
  29. 2020-04-15 02:22:53,035 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.3.141.84
  30. 2020-04-15 02:22:53,184 - octoprint.server.util.flask - ERROR - Error while evaluating conditional <function check_etag_and_lastmodified at 0x6924f830> or met (u'Not Modified', 304)
  31. Traceback (most recent call last):
  32. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 1036, in decorated_function
  33. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 246, in check_etag_and_lastmodified
  34. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 294, in compute_lastmodified
  35. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 967, in _compute_date
  36. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 967, in <lambda>
  37. OSError: [Errno 2] No such file or directory: '/home/pi/.local/lib/python2.7/site-packages/octoprint/plugins/loginui/static/css/loginui.css'
  38. 2020-04-15 02:22:53,192 - octoprint.server.views - ERROR - Error while calling plugin loginui, skipping it
  39. Traceback (most recent call last):
  40. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 435, in index
  41. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 368, in plugin_view
  42. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 1046, in decorated_function
  43. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 1054, in decorated_function
  44. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 746, in decorated_function
  45. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 715, in f_with_duration
  46. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 992, in decorated_function
  47. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 1011, in decorated_function
  48. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/plugins/loginui/__init__.py", line 86, in on_ui_render
  49. File "/home/pi/.local/lib/python2.7/site-packages/flask/templating.py", line 133, in render_template
  50. return _render(ctx.app.jinja_env.get_or_select_template(template_name_or_list),
  51. File "/home/pi/.local/lib/python2.7/site-packages/jinja2/environment.py", line 851, in get_or_select_template
  52. return self.get_template(template_name_or_list, parent, globals)
  53. File "/home/pi/.local/lib/python2.7/site-packages/jinja2/environment.py", line 812, in get_template
  54. return self._load_template(name, self.make_globals(globals))
  55. File "/home/pi/.local/lib/python2.7/site-packages/jinja2/environment.py", line 774, in _load_template
  56. cache_key = self.loader.get_source(self, name)[1]
  57. File "/home/pi/.local/lib/python2.7/site-packages/flask/templating.py", line 57, in get_source
  58. return self._get_source_fast(environment, template)
  59. File "/home/pi/.local/lib/python2.7/site-packages/flask/templating.py", line 85, in _get_source_fast
  60. raise TemplateNotFound(template)
  61. TemplateNotFound: loginui_index.jinja2
  62. 2020-04-15 02:22:53,290 - octoprint.server.util.sockjs - INFO - New connection from client: 10.3.141.84
  63. 2020-04-15 02:22:53,353 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.3.141.84
  64. 2020-04-15 02:22:53,738 - octoprint.server.util.sockjs - INFO - New connection from client: 10.3.141.84
  65. 2020-04-15 02:22:53,976 - tornado.access - WARNING - 403 GET /api/settings (10.3.141.84) 86.41ms
  66. 2020-04-15 02:26:37,948 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.3.141.84
  67. 2020-04-15 02:26:38,087 - octoprint.server.util.flask - ERROR - Error while evaluating conditional <function check_etag_and_lastmodified at 0x69409c70> or met (u'Not Modified', 304)
  68. Traceback (most recent call last):
  69. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 1036, in decorated_function
  70. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 246, in check_etag_and_lastmodified
  71. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 294, in compute_lastmodified
  72. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 967, in _compute_date
  73. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 967, in <lambda>
  74. OSError: [Errno 2] No such file or directory: '/home/pi/.local/lib/python2.7/site-packages/octoprint/plugins/loginui/static/css/loginui.css'
  75. 2020-04-15 02:26:38,094 - octoprint.server.views - ERROR - Error while calling plugin loginui, skipping it
  76. Traceback (most recent call last):
  77. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 435, in index
  78. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 368, in plugin_view
  79. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 1046, in decorated_function
  80. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 1054, in decorated_function
  81. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 746, in decorated_function
  82. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 715, in f_with_duration
  83. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 992, in decorated_function
  84. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 1011, in decorated_function
  85. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/plugins/loginui/__init__.py", line 86, in on_ui_render
  86. File "/home/pi/.local/lib/python2.7/site-packages/flask/templating.py", line 133, in render_template
  87. return _render(ctx.app.jinja_env.get_or_select_template(template_name_or_list),
  88. File "/home/pi/.local/lib/python2.7/site-packages/jinja2/environment.py", line 851, in get_or_select_template
  89. return self.get_template(template_name_or_list, parent, globals)
  90. File "/home/pi/.local/lib/python2.7/site-packages/jinja2/environment.py", line 812, in get_template
  91. return self._load_template(name, self.make_globals(globals))
  92. File "/home/pi/.local/lib/python2.7/site-packages/jinja2/environment.py", line 774, in _load_template
  93. cache_key = self.loader.get_source(self, name)[1]
  94. File "/home/pi/.local/lib/python2.7/site-packages/flask/templating.py", line 57, in get_source
  95. return self._get_source_fast(environment, template)
  96. File "/home/pi/.local/lib/python2.7/site-packages/flask/templating.py", line 85, in _get_source_fast
  97. raise TemplateNotFound(template)
  98. TemplateNotFound: loginui_index.jinja2
  99. 2020-04-15 02:26:38,201 - octoprint.server.util.sockjs - INFO - New connection from client: 10.3.141.84
  100. 2020-04-15 02:26:38,262 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.3.141.84
  101. 2020-04-15 02:26:38,972 - octoprint.server.util.sockjs - INFO - New connection from client: 10.3.141.84
  102. 2020-04-15 02:26:39,216 - tornado.access - WARNING - 403 GET /api/settings (10.3.141.84) 88.20ms
  103. 2020-04-15 02:26:59,305 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.3.141.84
  104. 2020-04-15 02:26:59,486 - octoprint.server.views - WARNING - Client requested cache refresh via cache-control headers but we are printing. Not invalidating caches due to resource limitation. Append ?_refresh=true to the URL if you absolutely require a refresh now
  105. 2020-04-15 02:26:59,513 - octoprint.server.util.flask - ERROR - Error while evaluating conditional <function check_etag_and_lastmodified at 0x6924f9b0> or met (u'Not Modified', 304)
  106. Traceback (most recent call last):
  107. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 1036, in decorated_function
  108. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 246, in check_etag_and_lastmodified
  109. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 294, in compute_lastmodified
  110. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 967, in _compute_date
  111. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 967, in <lambda>
  112. OSError: [Errno 2] No such file or directory: '/home/pi/.local/lib/python2.7/site-packages/octoprint/plugins/loginui/static/css/loginui.css'
  113. 2020-04-15 02:26:59,530 - octoprint.server.views - ERROR - Error while calling plugin loginui, skipping it
  114. Traceback (most recent call last):
  115. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 435, in index
  116. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 368, in plugin_view
  117. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 1046, in decorated_function
  118. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 1054, in decorated_function
  119. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 746, in decorated_function
  120. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 715, in f_with_duration
  121. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 992, in decorated_function
  122. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 1011, in decorated_function
  123. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/plugins/loginui/__init__.py", line 86, in on_ui_render
  124. File "/home/pi/.local/lib/python2.7/site-packages/flask/templating.py", line 133, in render_template
  125. return _render(ctx.app.jinja_env.get_or_select_template(template_name_or_list),
  126. File "/home/pi/.local/lib/python2.7/site-packages/jinja2/environment.py", line 851, in get_or_select_template
  127. return self.get_template(template_name_or_list, parent, globals)
  128. File "/home/pi/.local/lib/python2.7/site-packages/jinja2/environment.py", line 812, in get_template
  129. return self._load_template(name, self.make_globals(globals))
  130. File "/home/pi/.local/lib/python2.7/site-packages/jinja2/environment.py", line 774, in _load_template
  131. cache_key = self.loader.get_source(self, name)[1]
  132. File "/home/pi/.local/lib/python2.7/site-packages/flask/templating.py", line 57, in get_source
  133. return self._get_source_fast(environment, template)
  134. File "/home/pi/.local/lib/python2.7/site-packages/flask/templating.py", line 85, in _get_source_fast
  135. raise TemplateNotFound(template)
  136. TemplateNotFound: loginui_index.jinja2
  137. 2020-04-15 02:26:59,659 - octoprint.server.util.sockjs - INFO - New connection from client: 10.3.141.84
  138. 2020-04-15 02:26:59,719 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.3.141.84
  139. 2020-04-15 02:27:02,890 - octoprint.server.util.sockjs - INFO - New connection from client: 10.3.141.84
  140. 2020-04-15 02:27:03,164 - tornado.access - WARNING - 403 GET /api/settings (10.3.141.84) 90.50ms
  141. 2020-04-15 02:30:24,328 - tornado.general - WARNING - error on read: [Errno 113] No route to host
  142. 2020-04-15 02:30:24,342 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.4.2
  143. 2020-04-15 02:34:17,860 - octoprint.server.util.flask - ERROR - Error while evaluating conditional <function check_etag_and_lastmodified at 0x6961ff30> or met (u'Not Modified', 304)
  144. Traceback (most recent call last):
  145. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 1036, in decorated_function
  146. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 246, in check_etag_and_lastmodified
  147. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 294, in compute_lastmodified
  148. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 967, in _compute_date
  149. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 967, in <lambda>
  150. OSError: [Errno 2] No such file or directory: '/home/pi/.local/lib/python2.7/site-packages/octoprint/plugins/loginui/static/css/loginui.css'
  151. 2020-04-15 02:34:17,883 - octoprint.server.views - ERROR - Error while calling plugin loginui, skipping it
  152. Traceback (most recent call last):
  153. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 435, in index
  154. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/views.py", line 368, in plugin_view
  155. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 1046, in decorated_function
  156. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 1054, in decorated_function
  157. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 746, in decorated_function
  158. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 715, in f_with_duration
  159. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 992, in decorated_function
  160. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 1011, in decorated_function
  161. File "/home/pi/.local/lib/python2.7/site-packages/octoprint/plugins/loginui/__init__.py", line 86, in on_ui_render
  162. File "/home/pi/.local/lib/python2.7/site-packages/flask/templating.py", line 133, in render_template
  163. return _render(ctx.app.jinja_env.get_or_select_template(template_name_or_list),
  164. File "/home/pi/.local/lib/python2.7/site-packages/jinja2/environment.py", line 851, in get_or_select_template
  165. return self.get_template(template_name_or_list, parent, globals)
  166. File "/home/pi/.local/lib/python2.7/site-packages/jinja2/environment.py", line 812, in get_template
  167. return self._load_template(name, self.make_globals(globals))
  168. File "/home/pi/.local/lib/python2.7/site-packages/jinja2/environment.py", line 774, in _load_template
  169. cache_key = self.loader.get_source(self, name)[1]
  170. File "/home/pi/.local/lib/python2.7/site-packages/flask/templating.py", line 57, in get_source
  171. return self._get_source_fast(environment, template)
  172. File "/home/pi/.local/lib/python2.7/site-packages/flask/templating.py", line 85, in _get_source_fast
  173. raise TemplateNotFound(template)
  174. TemplateNotFound: loginui_index.jinja2
  175. 2020-04-15 02:34:21,005 - octoprint.server.util.sockjs - INFO - New connection from client: 10.3.141.100
  176. 2020-04-15 02:34:21,627 - tornado.access - WARNING - 403 GET /api/settings (10.3.141.100) 93.37ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement