Advertisement
Guest User

Log for issue

a guest
Jun 21st, 2021
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 108.95 KB | None | 0 0
  1.  
  2.  
  3. md5 = util.calc_md5_with_blocking_retries(file_path)
  4. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  5. content = _get_file_content_with_blocking_retries(file_path)
  6. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  7. raise e
  8. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  9. with open(file_path, "rb") as f:
  10. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  11. 2021-06-21 17:55:02.166 Uncaught exception GET /stream (127.0.0.1)
  12. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  13. Traceback (most recent call last):
  14. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  15. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  16. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  17. self._session = self._server._create_or_reuse_report_session(self)
  18. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  19. uploaded_file_manager=self._uploaded_file_mgr,
  20. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  21. self._report, self._on_source_file_changed
  22. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  23. module_name=None, # Only the root script has None here.
  24. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  25. watcher=FileWatcher(filepath, self.on_file_changed),
  26. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  27. file_watcher.watch_file(file_path, on_file_changed)
  28. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  29. folder_handler.add_file_change_listener(file_path, callback)
  30. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  31. md5 = util.calc_md5_with_blocking_retries(file_path)
  32. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  33. content = _get_file_content_with_blocking_retries(file_path)
  34. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  35. raise e
  36. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  37. with open(file_path, "rb") as f:
  38. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  39. 2021-06-21 17:55:02.983 Uncaught exception GET /stream (127.0.0.1)
  40. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  41. Traceback (most recent call last):
  42. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  43. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  44. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  45. self._session = self._server._create_or_reuse_report_session(self)
  46. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  47. uploaded_file_manager=self._uploaded_file_mgr,
  48. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  49. self._report, self._on_source_file_changed
  50. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  51. module_name=None, # Only the root script has None here.
  52. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  53. watcher=FileWatcher(filepath, self.on_file_changed),
  54. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  55. file_watcher.watch_file(file_path, on_file_changed)
  56. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  57. folder_handler.add_file_change_listener(file_path, callback)
  58. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  59. md5 = util.calc_md5_with_blocking_retries(file_path)
  60. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  61. content = _get_file_content_with_blocking_retries(file_path)
  62. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  63. raise e
  64. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  65. with open(file_path, "rb") as f:
  66. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  67. 2021-06-21 17:55:03.799 Uncaught exception GET /stream (127.0.0.1)
  68. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  69. Traceback (most recent call last):
  70. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  71. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  72. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  73. self._session = self._server._create_or_reuse_report_session(self)
  74. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  75. uploaded_file_manager=self._uploaded_file_mgr,
  76. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  77. self._report, self._on_source_file_changed
  78. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  79. module_name=None, # Only the root script has None here.
  80. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  81. watcher=FileWatcher(filepath, self.on_file_changed),
  82. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  83. file_watcher.watch_file(file_path, on_file_changed)
  84. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  85. folder_handler.add_file_change_listener(file_path, callback)
  86. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  87. md5 = util.calc_md5_with_blocking_retries(file_path)
  88. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  89. content = _get_file_content_with_blocking_retries(file_path)
  90. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  91. raise e
  92. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  93. with open(file_path, "rb") as f:
  94. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  95. 2021-06-21 17:55:04.585 Uncaught exception GET /stream (127.0.0.1)
  96. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  97. Traceback (most recent call last):
  98. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  99. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  100. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  101. self._session = self._server._create_or_reuse_report_session(self)
  102. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  103. uploaded_file_manager=self._uploaded_file_mgr,
  104. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  105. self._report, self._on_source_file_changed
  106. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  107. module_name=None, # Only the root script has None here.
  108. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  109. watcher=FileWatcher(filepath, self.on_file_changed),
  110. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  111. file_watcher.watch_file(file_path, on_file_changed)
  112. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  113. folder_handler.add_file_change_listener(file_path, callback)
  114. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  115. md5 = util.calc_md5_with_blocking_retries(file_path)
  116. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  117. content = _get_file_content_with_blocking_retries(file_path)
  118. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  119. raise e
  120. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  121. with open(file_path, "rb") as f:
  122. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  123. 2021-06-21 17:55:05.398 Uncaught exception GET /stream (127.0.0.1)
  124. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  125. Traceback (most recent call last):
  126. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  127. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  128. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  129. self._session = self._server._create_or_reuse_report_session(self)
  130. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  131. uploaded_file_manager=self._uploaded_file_mgr,
  132. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  133. self._report, self._on_source_file_changed
  134. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  135. module_name=None, # Only the root script has None here.
  136. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  137. watcher=FileWatcher(filepath, self.on_file_changed),
  138. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  139. file_watcher.watch_file(file_path, on_file_changed)
  140. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  141. folder_handler.add_file_change_listener(file_path, callback)
  142. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  143. md5 = util.calc_md5_with_blocking_retries(file_path)
  144. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  145. content = _get_file_content_with_blocking_retries(file_path)
  146. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  147. raise e
  148. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  149. with open(file_path, "rb") as f:
  150. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  151. 2021-06-21 17:55:06.208 Uncaught exception GET /stream (127.0.0.1)
  152. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  153. Traceback (most recent call last):
  154. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  155. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  156. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  157. self._session = self._server._create_or_reuse_report_session(self)
  158. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  159. uploaded_file_manager=self._uploaded_file_mgr,
  160. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  161. self._report, self._on_source_file_changed
  162. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  163. module_name=None, # Only the root script has None here.
  164. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  165. watcher=FileWatcher(filepath, self.on_file_changed),
  166. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  167. file_watcher.watch_file(file_path, on_file_changed)
  168. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  169. folder_handler.add_file_change_listener(file_path, callback)
  170. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  171. md5 = util.calc_md5_with_blocking_retries(file_path)
  172. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  173. content = _get_file_content_with_blocking_retries(file_path)
  174. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  175. raise e
  176. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  177. with open(file_path, "rb") as f:
  178. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  179. 2021-06-21 17:55:07.216 Uncaught exception GET /stream (127.0.0.1)
  180. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  181. Traceback (most recent call last):
  182. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  183. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  184. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  185. self._session = self._server._create_or_reuse_report_session(self)
  186. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  187. uploaded_file_manager=self._uploaded_file_mgr,
  188. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  189. self._report, self._on_source_file_changed
  190. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  191. module_name=None, # Only the root script has None here.
  192. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  193. watcher=FileWatcher(filepath, self.on_file_changed),
  194. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  195. file_watcher.watch_file(file_path, on_file_changed)
  196. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  197. folder_handler.add_file_change_listener(file_path, callback)
  198. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  199. md5 = util.calc_md5_with_blocking_retries(file_path)
  200. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  201. content = _get_file_content_with_blocking_retries(file_path)
  202. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  203. raise e
  204. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  205. with open(file_path, "rb") as f:
  206. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  207. 2021-06-21 17:55:08.003 Uncaught exception GET /stream (127.0.0.1)
  208. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  209. Traceback (most recent call last):
  210. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  211. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  212. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  213. self._session = self._server._create_or_reuse_report_session(self)
  214. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  215. uploaded_file_manager=self._uploaded_file_mgr,
  216. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  217. self._report, self._on_source_file_changed
  218. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  219. module_name=None, # Only the root script has None here.
  220. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  221. watcher=FileWatcher(filepath, self.on_file_changed),
  222. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  223. file_watcher.watch_file(file_path, on_file_changed)
  224. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  225. folder_handler.add_file_change_listener(file_path, callback)
  226. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  227. md5 = util.calc_md5_with_blocking_retries(file_path)
  228. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  229. content = _get_file_content_with_blocking_retries(file_path)
  230. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  231. raise e
  232. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  233. with open(file_path, "rb") as f:
  234. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  235. 2021-06-21 17:55:08.806 Uncaught exception GET /stream (127.0.0.1)
  236. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  237. Traceback (most recent call last):
  238. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  239. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  240. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  241. self._session = self._server._create_or_reuse_report_session(self)
  242. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  243. uploaded_file_manager=self._uploaded_file_mgr,
  244. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  245. self._report, self._on_source_file_changed
  246. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  247. module_name=None, # Only the root script has None here.
  248. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  249. watcher=FileWatcher(filepath, self.on_file_changed),
  250. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  251. file_watcher.watch_file(file_path, on_file_changed)
  252. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  253. folder_handler.add_file_change_listener(file_path, callback)
  254. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  255. md5 = util.calc_md5_with_blocking_retries(file_path)
  256. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  257. content = _get_file_content_with_blocking_retries(file_path)
  258. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  259. raise e
  260. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  261. with open(file_path, "rb") as f:
  262. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  263. 2021-06-21 17:55:09.568 Uncaught exception GET /stream (127.0.0.1)
  264. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  265. Traceback (most recent call last):
  266. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  267. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  268. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  269. self._session = self._server._create_or_reuse_report_session(self)
  270. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  271. uploaded_file_manager=self._uploaded_file_mgr,
  272. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  273. self._report, self._on_source_file_changed
  274. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  275. module_name=None, # Only the root script has None here.
  276. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  277. watcher=FileWatcher(filepath, self.on_file_changed),
  278. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  279. file_watcher.watch_file(file_path, on_file_changed)
  280. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  281. folder_handler.add_file_change_listener(file_path, callback)
  282. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  283. md5 = util.calc_md5_with_blocking_retries(file_path)
  284. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  285. content = _get_file_content_with_blocking_retries(file_path)
  286. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  287. raise e
  288. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  289. with open(file_path, "rb") as f:
  290. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  291. 2021-06-21 17:55:10.366 Uncaught exception GET /stream (127.0.0.1)
  292. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  293. Traceback (most recent call last):
  294. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  295. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  296. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  297. self._session = self._server._create_or_reuse_report_session(self)
  298. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  299. uploaded_file_manager=self._uploaded_file_mgr,
  300. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  301. self._report, self._on_source_file_changed
  302. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  303. module_name=None, # Only the root script has None here.
  304. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  305. watcher=FileWatcher(filepath, self.on_file_changed),
  306. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  307. file_watcher.watch_file(file_path, on_file_changed)
  308. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  309. folder_handler.add_file_change_listener(file_path, callback)
  310. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  311. md5 = util.calc_md5_with_blocking_retries(file_path)
  312. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  313. content = _get_file_content_with_blocking_retries(file_path)
  314. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  315. raise e
  316. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  317. with open(file_path, "rb") as f:
  318. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  319. 2021-06-21 17:55:11.147 Uncaught exception GET /stream (127.0.0.1)
  320. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  321. Traceback (most recent call last):
  322. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  323. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  324. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  325. self._session = self._server._create_or_reuse_report_session(self)
  326. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  327. uploaded_file_manager=self._uploaded_file_mgr,
  328. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  329. self._report, self._on_source_file_changed
  330. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  331. module_name=None, # Only the root script has None here.
  332. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  333. watcher=FileWatcher(filepath, self.on_file_changed),
  334. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  335. file_watcher.watch_file(file_path, on_file_changed)
  336. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  337. folder_handler.add_file_change_listener(file_path, callback)
  338. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  339. md5 = util.calc_md5_with_blocking_retries(file_path)
  340. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  341. content = _get_file_content_with_blocking_retries(file_path)
  342. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  343. raise e
  344. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  345. with open(file_path, "rb") as f:
  346. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  347. 2021-06-21 17:55:11.936 Uncaught exception GET /stream (127.0.0.1)
  348. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  349. Traceback (most recent call last):
  350. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  351. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  352. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  353. self._session = self._server._create_or_reuse_report_session(self)
  354. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  355. uploaded_file_manager=self._uploaded_file_mgr,
  356. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  357. self._report, self._on_source_file_changed
  358. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  359. module_name=None, # Only the root script has None here.
  360. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  361. watcher=FileWatcher(filepath, self.on_file_changed),
  362. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  363. file_watcher.watch_file(file_path, on_file_changed)
  364. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  365. folder_handler.add_file_change_listener(file_path, callback)
  366. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  367. md5 = util.calc_md5_with_blocking_retries(file_path)
  368. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  369. content = _get_file_content_with_blocking_retries(file_path)
  370. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  371. raise e
  372. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  373. with open(file_path, "rb") as f:
  374. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  375. 2021-06-21 17:55:12.744 Uncaught exception GET /stream (127.0.0.1)
  376. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  377. Traceback (most recent call last):
  378. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  379. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  380. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  381. self._session = self._server._create_or_reuse_report_session(self)
  382. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  383. uploaded_file_manager=self._uploaded_file_mgr,
  384. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  385. self._report, self._on_source_file_changed
  386. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  387. module_name=None, # Only the root script has None here.
  388. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  389. watcher=FileWatcher(filepath, self.on_file_changed),
  390. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  391. file_watcher.watch_file(file_path, on_file_changed)
  392. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  393. folder_handler.add_file_change_listener(file_path, callback)
  394. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  395. md5 = util.calc_md5_with_blocking_retries(file_path)
  396. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  397. content = _get_file_content_with_blocking_retries(file_path)
  398. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  399. raise e
  400. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  401. with open(file_path, "rb") as f:
  402. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  403. 2021-06-21 17:55:13.550 Uncaught exception GET /stream (127.0.0.1)
  404. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  405. Traceback (most recent call last):
  406. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  407. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  408. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  409. self._session = self._server._create_or_reuse_report_session(self)
  410. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  411. uploaded_file_manager=self._uploaded_file_mgr,
  412. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  413. self._report, self._on_source_file_changed
  414. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  415. module_name=None, # Only the root script has None here.
  416. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  417. watcher=FileWatcher(filepath, self.on_file_changed),
  418. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  419. file_watcher.watch_file(file_path, on_file_changed)
  420. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  421. folder_handler.add_file_change_listener(file_path, callback)
  422. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  423. md5 = util.calc_md5_with_blocking_retries(file_path)
  424. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  425. content = _get_file_content_with_blocking_retries(file_path)
  426. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  427. raise e
  428. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  429. with open(file_path, "rb") as f:
  430. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  431. 2021-06-21 17:55:14.326 Uncaught exception GET /stream (127.0.0.1)
  432. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  433. Traceback (most recent call last):
  434. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  435. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  436. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  437. self._session = self._server._create_or_reuse_report_session(self)
  438. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  439. uploaded_file_manager=self._uploaded_file_mgr,
  440. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  441. self._report, self._on_source_file_changed
  442. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  443. module_name=None, # Only the root script has None here.
  444. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  445. watcher=FileWatcher(filepath, self.on_file_changed),
  446. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  447. file_watcher.watch_file(file_path, on_file_changed)
  448. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  449. folder_handler.add_file_change_listener(file_path, callback)
  450. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  451. md5 = util.calc_md5_with_blocking_retries(file_path)
  452. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  453. content = _get_file_content_with_blocking_retries(file_path)
  454. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  455. raise e
  456. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  457. with open(file_path, "rb") as f:
  458. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  459. 2021-06-21 17:55:15.200 Uncaught exception GET /stream (127.0.0.1)
  460. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  461. Traceback (most recent call last):
  462. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  463. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  464. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  465. self._session = self._server._create_or_reuse_report_session(self)
  466. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  467. uploaded_file_manager=self._uploaded_file_mgr,
  468. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  469. self._report, self._on_source_file_changed
  470. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  471. module_name=None, # Only the root script has None here.
  472. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  473. watcher=FileWatcher(filepath, self.on_file_changed),
  474. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  475. file_watcher.watch_file(file_path, on_file_changed)
  476. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  477. folder_handler.add_file_change_listener(file_path, callback)
  478. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  479. md5 = util.calc_md5_with_blocking_retries(file_path)
  480. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  481. content = _get_file_content_with_blocking_retries(file_path)
  482. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  483. raise e
  484. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  485. with open(file_path, "rb") as f:
  486. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  487. 2021-06-21 17:55:15.973 Uncaught exception GET /stream (127.0.0.1)
  488. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  489. Traceback (most recent call last):
  490. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  491. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  492. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  493. self._session = self._server._create_or_reuse_report_session(self)
  494. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  495. uploaded_file_manager=self._uploaded_file_mgr,
  496. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  497. self._report, self._on_source_file_changed
  498. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  499. module_name=None, # Only the root script has None here.
  500. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  501. watcher=FileWatcher(filepath, self.on_file_changed),
  502. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  503. file_watcher.watch_file(file_path, on_file_changed)
  504. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  505. folder_handler.add_file_change_listener(file_path, callback)
  506. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  507. md5 = util.calc_md5_with_blocking_retries(file_path)
  508. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  509. content = _get_file_content_with_blocking_retries(file_path)
  510. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  511. raise e
  512. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  513. with open(file_path, "rb") as f:
  514. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  515. 2021-06-21 17:55:16.740 Uncaught exception GET /stream (127.0.0.1)
  516. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  517. Traceback (most recent call last):
  518. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  519. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  520. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  521. self._session = self._server._create_or_reuse_report_session(self)
  522. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  523. uploaded_file_manager=self._uploaded_file_mgr,
  524. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  525. self._report, self._on_source_file_changed
  526. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  527. module_name=None, # Only the root script has None here.
  528. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  529. watcher=FileWatcher(filepath, self.on_file_changed),
  530. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  531. file_watcher.watch_file(file_path, on_file_changed)
  532. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  533. folder_handler.add_file_change_listener(file_path, callback)
  534. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  535. md5 = util.calc_md5_with_blocking_retries(file_path)
  536. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  537. content = _get_file_content_with_blocking_retries(file_path)
  538. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  539. raise e
  540. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  541. with open(file_path, "rb") as f:
  542. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  543. 2021-06-21 17:55:17.617 Uncaught exception GET /stream (127.0.0.1)
  544. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  545. Traceback (most recent call last):
  546. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  547. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  548. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  549. self._session = self._server._create_or_reuse_report_session(self)
  550. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  551. uploaded_file_manager=self._uploaded_file_mgr,
  552. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  553. self._report, self._on_source_file_changed
  554. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  555. module_name=None, # Only the root script has None here.
  556. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  557. watcher=FileWatcher(filepath, self.on_file_changed),
  558. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  559. file_watcher.watch_file(file_path, on_file_changed)
  560. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  561. folder_handler.add_file_change_listener(file_path, callback)
  562. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  563. md5 = util.calc_md5_with_blocking_retries(file_path)
  564. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  565. content = _get_file_content_with_blocking_retries(file_path)
  566. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  567. raise e
  568. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  569. with open(file_path, "rb") as f:
  570. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  571. 2021-06-21 17:55:18.469 Uncaught exception GET /stream (127.0.0.1)
  572. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  573. Traceback (most recent call last):
  574. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  575. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  576. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  577. self._session = self._server._create_or_reuse_report_session(self)
  578. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  579. uploaded_file_manager=self._uploaded_file_mgr,
  580. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  581. self._report, self._on_source_file_changed
  582. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  583. module_name=None, # Only the root script has None here.
  584. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  585. watcher=FileWatcher(filepath, self.on_file_changed),
  586. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  587. file_watcher.watch_file(file_path, on_file_changed)
  588. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  589. folder_handler.add_file_change_listener(file_path, callback)
  590. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  591. md5 = util.calc_md5_with_blocking_retries(file_path)
  592. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  593. content = _get_file_content_with_blocking_retries(file_path)
  594. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  595. raise e
  596. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  597. with open(file_path, "rb") as f:
  598. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  599. 2021-06-21 17:55:19.251 Uncaught exception GET /stream (127.0.0.1)
  600. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  601. Traceback (most recent call last):
  602. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  603. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  604. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  605. self._session = self._server._create_or_reuse_report_session(self)
  606. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  607. uploaded_file_manager=self._uploaded_file_mgr,
  608. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  609. self._report, self._on_source_file_changed
  610. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  611. module_name=None, # Only the root script has None here.
  612. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  613. watcher=FileWatcher(filepath, self.on_file_changed),
  614. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  615. file_watcher.watch_file(file_path, on_file_changed)
  616. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  617. folder_handler.add_file_change_listener(file_path, callback)
  618. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  619. md5 = util.calc_md5_with_blocking_retries(file_path)
  620. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  621. content = _get_file_content_with_blocking_retries(file_path)
  622. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  623. raise e
  624. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  625. with open(file_path, "rb") as f:
  626. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  627. 2021-06-21 17:55:20.034 Uncaught exception GET /stream (127.0.0.1)
  628. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  629. Traceback (most recent call last):
  630. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  631. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  632. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  633. self._session = self._server._create_or_reuse_report_session(self)
  634. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  635. uploaded_file_manager=self._uploaded_file_mgr,
  636. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  637. self._report, self._on_source_file_changed
  638. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  639. module_name=None, # Only the root script has None here.
  640. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  641. watcher=FileWatcher(filepath, self.on_file_changed),
  642. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  643. file_watcher.watch_file(file_path, on_file_changed)
  644. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  645. folder_handler.add_file_change_listener(file_path, callback)
  646. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  647. md5 = util.calc_md5_with_blocking_retries(file_path)
  648. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  649. content = _get_file_content_with_blocking_retries(file_path)
  650. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  651. raise e
  652. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  653. with open(file_path, "rb") as f:
  654. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  655. 2021-06-21 17:55:20.871 Uncaught exception GET /stream (127.0.0.1)
  656. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  657. Traceback (most recent call last):
  658. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  659. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  660. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  661. self._session = self._server._create_or_reuse_report_session(self)
  662. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  663. uploaded_file_manager=self._uploaded_file_mgr,
  664. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  665. self._report, self._on_source_file_changed
  666. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  667. module_name=None, # Only the root script has None here.
  668. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  669. watcher=FileWatcher(filepath, self.on_file_changed),
  670. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  671. file_watcher.watch_file(file_path, on_file_changed)
  672. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  673. folder_handler.add_file_change_listener(file_path, callback)
  674. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  675. md5 = util.calc_md5_with_blocking_retries(file_path)
  676. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  677. content = _get_file_content_with_blocking_retries(file_path)
  678. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  679. raise e
  680. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  681. with open(file_path, "rb") as f:
  682. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  683. 2021-06-21 17:55:21.683 Uncaught exception GET /stream (127.0.0.1)
  684. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  685. Traceback (most recent call last):
  686. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  687. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  688. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  689. self._session = self._server._create_or_reuse_report_session(self)
  690. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  691. uploaded_file_manager=self._uploaded_file_mgr,
  692. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  693. self._report, self._on_source_file_changed
  694. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  695. module_name=None, # Only the root script has None here.
  696. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  697. watcher=FileWatcher(filepath, self.on_file_changed),
  698. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  699. file_watcher.watch_file(file_path, on_file_changed)
  700. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  701. folder_handler.add_file_change_listener(file_path, callback)
  702. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  703. md5 = util.calc_md5_with_blocking_retries(file_path)
  704. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  705. content = _get_file_content_with_blocking_retries(file_path)
  706. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  707. raise e
  708. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  709. with open(file_path, "rb") as f:
  710. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  711. 2021-06-21 17:55:22.467 Uncaught exception GET /stream (127.0.0.1)
  712. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  713. Traceback (most recent call last):
  714. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  715. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  716. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  717. self._session = self._server._create_or_reuse_report_session(self)
  718. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  719. uploaded_file_manager=self._uploaded_file_mgr,
  720. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  721. self._report, self._on_source_file_changed
  722. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  723. module_name=None, # Only the root script has None here.
  724. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  725. watcher=FileWatcher(filepath, self.on_file_changed),
  726. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  727. file_watcher.watch_file(file_path, on_file_changed)
  728. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  729. folder_handler.add_file_change_listener(file_path, callback)
  730. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  731. md5 = util.calc_md5_with_blocking_retries(file_path)
  732. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  733. content = _get_file_content_with_blocking_retries(file_path)
  734. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  735. raise e
  736. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  737. with open(file_path, "rb") as f:
  738. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  739. 2021-06-21 17:55:23.378 Uncaught exception GET /stream (127.0.0.1)
  740. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  741. Traceback (most recent call last):
  742. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  743. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  744. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  745. self._session = self._server._create_or_reuse_report_session(self)
  746. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  747. uploaded_file_manager=self._uploaded_file_mgr,
  748. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  749. self._report, self._on_source_file_changed
  750. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  751. module_name=None, # Only the root script has None here.
  752. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  753. watcher=FileWatcher(filepath, self.on_file_changed),
  754. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  755. file_watcher.watch_file(file_path, on_file_changed)
  756. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  757. folder_handler.add_file_change_listener(file_path, callback)
  758. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  759. md5 = util.calc_md5_with_blocking_retries(file_path)
  760. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  761. content = _get_file_content_with_blocking_retries(file_path)
  762. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  763. raise e
  764. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  765. with open(file_path, "rb") as f:
  766. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  767. 2021-06-21 17:55:24.156 Uncaught exception GET /stream (127.0.0.1)
  768. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  769. Traceback (most recent call last):
  770. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  771. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  772. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  773. self._session = self._server._create_or_reuse_report_session(self)
  774. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  775. uploaded_file_manager=self._uploaded_file_mgr,
  776. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  777. self._report, self._on_source_file_changed
  778. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  779. module_name=None, # Only the root script has None here.
  780. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  781. watcher=FileWatcher(filepath, self.on_file_changed),
  782. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  783. file_watcher.watch_file(file_path, on_file_changed)
  784. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  785. folder_handler.add_file_change_listener(file_path, callback)
  786. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  787. md5 = util.calc_md5_with_blocking_retries(file_path)
  788. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  789. content = _get_file_content_with_blocking_retries(file_path)
  790. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  791. raise e
  792. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  793. with open(file_path, "rb") as f:
  794. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  795. 2021-06-21 17:55:24.949 Uncaught exception GET /stream (127.0.0.1)
  796. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  797. Traceback (most recent call last):
  798. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  799. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  800. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  801. self._session = self._server._create_or_reuse_report_session(self)
  802. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  803. uploaded_file_manager=self._uploaded_file_mgr,
  804. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  805. self._report, self._on_source_file_changed
  806. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  807. module_name=None, # Only the root script has None here.
  808. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  809. watcher=FileWatcher(filepath, self.on_file_changed),
  810. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  811. file_watcher.watch_file(file_path, on_file_changed)
  812. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  813. folder_handler.add_file_change_listener(file_path, callback)
  814. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  815. md5 = util.calc_md5_with_blocking_retries(file_path)
  816. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  817. content = _get_file_content_with_blocking_retries(file_path)
  818. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  819. raise e
  820. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  821. with open(file_path, "rb") as f:
  822. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  823. 2021-06-21 17:55:25.722 Uncaught exception GET /stream (127.0.0.1)
  824. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  825. Traceback (most recent call last):
  826. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  827. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  828. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  829. self._session = self._server._create_or_reuse_report_session(self)
  830. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  831. uploaded_file_manager=self._uploaded_file_mgr,
  832. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  833. self._report, self._on_source_file_changed
  834. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  835. module_name=None, # Only the root script has None here.
  836. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  837. watcher=FileWatcher(filepath, self.on_file_changed),
  838. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  839. file_watcher.watch_file(file_path, on_file_changed)
  840. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  841. folder_handler.add_file_change_listener(file_path, callback)
  842. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  843. md5 = util.calc_md5_with_blocking_retries(file_path)
  844. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  845. content = _get_file_content_with_blocking_retries(file_path)
  846. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  847. raise e
  848. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  849. with open(file_path, "rb") as f:
  850. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  851. 2021-06-21 17:55:26.516 Uncaught exception GET /stream (127.0.0.1)
  852. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  853. Traceback (most recent call last):
  854. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  855. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  856. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  857. self._session = self._server._create_or_reuse_report_session(self)
  858. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  859. uploaded_file_manager=self._uploaded_file_mgr,
  860. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  861. self._report, self._on_source_file_changed
  862. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  863. module_name=None, # Only the root script has None here.
  864. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  865. watcher=FileWatcher(filepath, self.on_file_changed),
  866. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  867. file_watcher.watch_file(file_path, on_file_changed)
  868. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  869. folder_handler.add_file_change_listener(file_path, callback)
  870. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  871. md5 = util.calc_md5_with_blocking_retries(file_path)
  872. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  873. content = _get_file_content_with_blocking_retries(file_path)
  874. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  875. raise e
  876. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  877. with open(file_path, "rb") as f:
  878. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  879. 2021-06-21 17:55:27.337 Uncaught exception GET /stream (127.0.0.1)
  880. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  881. Traceback (most recent call last):
  882. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  883. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  884. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  885. self._session = self._server._create_or_reuse_report_session(self)
  886. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  887. uploaded_file_manager=self._uploaded_file_mgr,
  888. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  889. self._report, self._on_source_file_changed
  890. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  891. module_name=None, # Only the root script has None here.
  892. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  893. watcher=FileWatcher(filepath, self.on_file_changed),
  894. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  895. file_watcher.watch_file(file_path, on_file_changed)
  896. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  897. folder_handler.add_file_change_listener(file_path, callback)
  898. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  899. md5 = util.calc_md5_with_blocking_retries(file_path)
  900. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  901. content = _get_file_content_with_blocking_retries(file_path)
  902. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  903. raise e
  904. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  905. with open(file_path, "rb") as f:
  906. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  907. 2021-06-21 17:55:28.128 Uncaught exception GET /stream (127.0.0.1)
  908. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  909. Traceback (most recent call last):
  910. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  911. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  912. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  913. self._session = self._server._create_or_reuse_report_session(self)
  914. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  915. uploaded_file_manager=self._uploaded_file_mgr,
  916. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  917. self._report, self._on_source_file_changed
  918. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  919. module_name=None, # Only the root script has None here.
  920. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  921. watcher=FileWatcher(filepath, self.on_file_changed),
  922. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  923. file_watcher.watch_file(file_path, on_file_changed)
  924. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  925. folder_handler.add_file_change_listener(file_path, callback)
  926. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  927. md5 = util.calc_md5_with_blocking_retries(file_path)
  928. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  929. content = _get_file_content_with_blocking_retries(file_path)
  930. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  931. raise e
  932. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  933. with open(file_path, "rb") as f:
  934. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  935. 2021-06-21 17:55:28.922 Uncaught exception GET /stream (127.0.0.1)
  936. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  937. Traceback (most recent call last):
  938. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  939. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  940. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  941. self._session = self._server._create_or_reuse_report_session(self)
  942. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  943. uploaded_file_manager=self._uploaded_file_mgr,
  944. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  945. self._report, self._on_source_file_changed
  946. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  947. module_name=None, # Only the root script has None here.
  948. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  949. watcher=FileWatcher(filepath, self.on_file_changed),
  950. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  951. file_watcher.watch_file(file_path, on_file_changed)
  952. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  953. folder_handler.add_file_change_listener(file_path, callback)
  954. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  955. md5 = util.calc_md5_with_blocking_retries(file_path)
  956. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  957. content = _get_file_content_with_blocking_retries(file_path)
  958. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  959. raise e
  960. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  961. with open(file_path, "rb") as f:
  962. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  963. 2021-06-21 17:55:29.696 Uncaught exception GET /stream (127.0.0.1)
  964. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  965. Traceback (most recent call last):
  966. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  967. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  968. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  969. self._session = self._server._create_or_reuse_report_session(self)
  970. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  971. uploaded_file_manager=self._uploaded_file_mgr,
  972. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  973. self._report, self._on_source_file_changed
  974. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  975. module_name=None, # Only the root script has None here.
  976. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  977. watcher=FileWatcher(filepath, self.on_file_changed),
  978. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  979. file_watcher.watch_file(file_path, on_file_changed)
  980. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  981. folder_handler.add_file_change_listener(file_path, callback)
  982. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  983. md5 = util.calc_md5_with_blocking_retries(file_path)
  984. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  985. content = _get_file_content_with_blocking_retries(file_path)
  986. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  987. raise e
  988. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  989. with open(file_path, "rb") as f:
  990. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  991. 2021-06-21 17:55:30.513 Uncaught exception GET /stream (127.0.0.1)
  992. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  993. Traceback (most recent call last):
  994. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  995. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  996. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  997. self._session = self._server._create_or_reuse_report_session(self)
  998. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  999. uploaded_file_manager=self._uploaded_file_mgr,
  1000. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  1001. self._report, self._on_source_file_changed
  1002. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  1003. module_name=None, # Only the root script has None here.
  1004. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  1005. watcher=FileWatcher(filepath, self.on_file_changed),
  1006. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  1007. file_watcher.watch_file(file_path, on_file_changed)
  1008. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  1009. folder_handler.add_file_change_listener(file_path, callback)
  1010. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  1011. md5 = util.calc_md5_with_blocking_retries(file_path)
  1012. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  1013. content = _get_file_content_with_blocking_retries(file_path)
  1014. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  1015. raise e
  1016. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  1017. with open(file_path, "rb") as f:
  1018. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  1019. 2021-06-21 17:55:31.367 Uncaught exception GET /stream (127.0.0.1)
  1020. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  1021. Traceback (most recent call last):
  1022. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  1023. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  1024. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  1025. self._session = self._server._create_or_reuse_report_session(self)
  1026. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  1027. uploaded_file_manager=self._uploaded_file_mgr,
  1028. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  1029. self._report, self._on_source_file_changed
  1030. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  1031. module_name=None, # Only the root script has None here.
  1032. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  1033. watcher=FileWatcher(filepath, self.on_file_changed),
  1034. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  1035. file_watcher.watch_file(file_path, on_file_changed)
  1036. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  1037. folder_handler.add_file_change_listener(file_path, callback)
  1038. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  1039. md5 = util.calc_md5_with_blocking_retries(file_path)
  1040. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  1041. content = _get_file_content_with_blocking_retries(file_path)
  1042. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  1043. raise e
  1044. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  1045. with open(file_path, "rb") as f:
  1046. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  1047. 2021-06-21 17:55:32.157 Uncaught exception GET /stream (127.0.0.1)
  1048. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  1049. Traceback (most recent call last):
  1050. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  1051. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  1052. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  1053. self._session = self._server._create_or_reuse_report_session(self)
  1054. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  1055. uploaded_file_manager=self._uploaded_file_mgr,
  1056. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  1057. self._report, self._on_source_file_changed
  1058. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  1059. module_name=None, # Only the root script has None here.
  1060. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  1061. watcher=FileWatcher(filepath, self.on_file_changed),
  1062. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  1063. file_watcher.watch_file(file_path, on_file_changed)
  1064. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  1065. folder_handler.add_file_change_listener(file_path, callback)
  1066. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  1067. md5 = util.calc_md5_with_blocking_retries(file_path)
  1068. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  1069. content = _get_file_content_with_blocking_retries(file_path)
  1070. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  1071. raise e
  1072. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  1073. with open(file_path, "rb") as f:
  1074. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  1075. 2021-06-21 17:55:32.939 Uncaught exception GET /stream (127.0.0.1)
  1076. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  1077. Traceback (most recent call last):
  1078. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  1079. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  1080. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  1081. self._session = self._server._create_or_reuse_report_session(self)
  1082. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  1083. uploaded_file_manager=self._uploaded_file_mgr,
  1084. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  1085. self._report, self._on_source_file_changed
  1086. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  1087. module_name=None, # Only the root script has None here.
  1088. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  1089. watcher=FileWatcher(filepath, self.on_file_changed),
  1090. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  1091. file_watcher.watch_file(file_path, on_file_changed)
  1092. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  1093. folder_handler.add_file_change_listener(file_path, callback)
  1094. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  1095. md5 = util.calc_md5_with_blocking_retries(file_path)
  1096. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  1097. content = _get_file_content_with_blocking_retries(file_path)
  1098. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  1099. raise e
  1100. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  1101. with open(file_path, "rb") as f:
  1102. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  1103. 2021-06-21 17:55:33.745 Uncaught exception GET /stream (127.0.0.1)
  1104. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  1105. Traceback (most recent call last):
  1106. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  1107. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  1108. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  1109. self._session = self._server._create_or_reuse_report_session(self)
  1110. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  1111. uploaded_file_manager=self._uploaded_file_mgr,
  1112. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  1113. self._report, self._on_source_file_changed
  1114. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  1115. module_name=None, # Only the root script has None here.
  1116. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  1117. watcher=FileWatcher(filepath, self.on_file_changed),
  1118. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  1119. file_watcher.watch_file(file_path, on_file_changed)
  1120. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  1121. folder_handler.add_file_change_listener(file_path, callback)
  1122. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  1123. md5 = util.calc_md5_with_blocking_retries(file_path)
  1124. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  1125. content = _get_file_content_with_blocking_retries(file_path)
  1126. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  1127. raise e
  1128. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  1129. with open(file_path, "rb") as f:
  1130. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  1131. 2021-06-21 17:55:34.534 Uncaught exception GET /stream (127.0.0.1)
  1132. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  1133. Traceback (most recent call last):
  1134. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  1135. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  1136. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  1137. self._session = self._server._create_or_reuse_report_session(self)
  1138. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  1139. uploaded_file_manager=self._uploaded_file_mgr,
  1140. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  1141. self._report, self._on_source_file_changed
  1142. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  1143. module_name=None, # Only the root script has None here.
  1144. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  1145. watcher=FileWatcher(filepath, self.on_file_changed),
  1146. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  1147. file_watcher.watch_file(file_path, on_file_changed)
  1148. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  1149. folder_handler.add_file_change_listener(file_path, callback)
  1150. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  1151. md5 = util.calc_md5_with_blocking_retries(file_path)
  1152. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  1153. content = _get_file_content_with_blocking_retries(file_path)
  1154. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  1155. raise e
  1156. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  1157. with open(file_path, "rb") as f:
  1158. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  1159. 2021-06-21 17:55:35.352 Uncaught exception GET /stream (127.0.0.1)
  1160. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  1161. Traceback (most recent call last):
  1162. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  1163. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  1164. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  1165. self._session = self._server._create_or_reuse_report_session(self)
  1166. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  1167. uploaded_file_manager=self._uploaded_file_mgr,
  1168. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  1169. self._report, self._on_source_file_changed
  1170. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  1171. module_name=None, # Only the root script has None here.
  1172. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  1173. watcher=FileWatcher(filepath, self.on_file_changed),
  1174. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  1175. file_watcher.watch_file(file_path, on_file_changed)
  1176. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  1177. folder_handler.add_file_change_listener(file_path, callback)
  1178. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  1179. md5 = util.calc_md5_with_blocking_retries(file_path)
  1180. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  1181. content = _get_file_content_with_blocking_retries(file_path)
  1182. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  1183. raise e
  1184. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  1185. with open(file_path, "rb") as f:
  1186. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  1187. 2021-06-21 17:55:36.150 Uncaught exception GET /stream (127.0.0.1)
  1188. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  1189. Traceback (most recent call last):
  1190. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  1191. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  1192. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  1193. self._session = self._server._create_or_reuse_report_session(self)
  1194. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  1195. uploaded_file_manager=self._uploaded_file_mgr,
  1196. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  1197. self._report, self._on_source_file_changed
  1198. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  1199. module_name=None, # Only the root script has None here.
  1200. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  1201. watcher=FileWatcher(filepath, self.on_file_changed),
  1202. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  1203. file_watcher.watch_file(file_path, on_file_changed)
  1204. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  1205. folder_handler.add_file_change_listener(file_path, callback)
  1206. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  1207. md5 = util.calc_md5_with_blocking_retries(file_path)
  1208. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  1209. content = _get_file_content_with_blocking_retries(file_path)
  1210. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  1211. raise e
  1212. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  1213. with open(file_path, "rb") as f:
  1214. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
  1215. 2021-06-21 17:55:36.964 Uncaught exception GET /stream (127.0.0.1)
  1216. HTTPServerRequest(protocol='http', host='apps.streamlitusercontent.com', method='GET', uri='/stream', version='HTTP/1.1', remote_ip='127.0.0.1')
  1217. Traceback (most recent call last):
  1218. File "/home/appuser/venv/lib/python3.7/site-packages/tornado/websocket.py", line 954, in _accept_connection
  1219. open_result = handler.open(*handler.open_args, **handler.open_kwargs)
  1220. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 635, in open
  1221. self._session = self._server._create_or_reuse_report_session(self)
  1222. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/server/server.py", line 576, in _create_or_reuse_report_session
  1223. uploaded_file_manager=self._uploaded_file_mgr,
  1224. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/report_session.py", line 101, in __init__
  1225. self._report, self._on_source_file_changed
  1226. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 56, in __init__
  1227. module_name=None, # Only the root script has None here.
  1228. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/local_sources_watcher.py", line 98, in _register_watcher
  1229. watcher=FileWatcher(filepath, self.on_file_changed),
  1230. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 81, in __init__
  1231. file_watcher.watch_file(file_path, on_file_changed)
  1232. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 161, in watch_file
  1233. folder_handler.add_file_change_listener(file_path, callback)
  1234. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/event_based_file_watcher.py", line 259, in add_file_change_listener
  1235. md5 = util.calc_md5_with_blocking_retries(file_path)
  1236. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 54, in calc_md5_with_blocking_retries
  1237. content = _get_file_content_with_blocking_retries(file_path)
  1238. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 75, in _get_file_content_with_blocking_retries
  1239. raise e
  1240. File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/watcher/util.py", line 70, in _get_file_content_with_blocking_retries
  1241. with open(file_path, "rb") as f:
  1242. FileNotFoundError: [Errno 2] No such file or directory: '/app/auto-ml-keyword-classifier/output2/app.py'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement