|
|
@@ -667,3 +667,106 @@ INFO: Application startup complete.
|
|
|
ERROR: [Errno 98] error while attempting to bind on address ('0.0.0.0', 8007): address already in use
|
|
|
INFO: Waiting for application shutdown.
|
|
|
INFO: Application shutdown complete.
|
|
|
+error: unrecognized subcommand 'streamlit'
|
|
|
+
|
|
|
+Usage: uv [OPTIONS] <COMMAND>
|
|
|
+
|
|
|
+For more information, try '--help'.
|
|
|
+
|
|
|
+Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
|
|
|
+
|
|
|
+<unknown>:413: SyntaxWarning: invalid escape sequence '\>'
|
|
|
+2026-07-25 06:06:35.831 Uvicorn server started on :::8001
|
|
|
+
|
|
|
+ You can now view your Streamlit app in your browser.
|
|
|
+
|
|
|
+ Local URL: http://localhost:8001
|
|
|
+ Network URL: http://172.17.0.2:8001
|
|
|
+ External URL: http://122.4.65.217:8001
|
|
|
+
|
|
|
+/usr/server/chat_streamlit/appchat.py:413: SyntaxWarning: invalid escape sequence '\>'
|
|
|
+ if st.button("\>\>", key=f"expand_{idx}"):
|
|
|
+/usr/server/chat_streamlit/appchat.py:413: SyntaxWarning: invalid escape sequence '\>'
|
|
|
+ if st.button("\>\>", key=f"expand_{idx}"):
|
|
|
+2026-07-25 06:06:57.622 The widget with key "history_count" was created with a default value but also had its value set via the Session State API.
|
|
|
+Stack (most recent call last):
|
|
|
+ File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap
|
|
|
+ self._bootstrap_inner()
|
|
|
+ File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
|
|
|
+ self.run()
|
|
|
+ File "/usr/lib/python3.12/threading.py", line 1010, in run
|
|
|
+ self._target(*self._args, **self._kwargs)
|
|
|
+ File "/usr/server/chat_streamlit/.venv/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 418, in _run_script_thread
|
|
|
+ self._run_script(request.rerun_data)
|
|
|
+ File "/usr/server/chat_streamlit/.venv/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 832, in _run_script
|
|
|
+ ) = exec_func_with_error_handling(code_to_exec, ctx)
|
|
|
+ File "/usr/server/chat_streamlit/.venv/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 129, in exec_func_with_error_handling
|
|
|
+ result = func()
|
|
|
+ File "/usr/server/chat_streamlit/.venv/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 807, in code_to_exec
|
|
|
+ exec(code, module.__dict__) # noqa: S102
|
|
|
+ File "/usr/server/chat_streamlit/appchat.py", line 309, in <module>
|
|
|
+ st.sidebar.slider(
|
|
|
+ File "/usr/server/chat_streamlit/.venv/lib/python3.12/site-packages/streamlit/runtime/metrics_util.py", line 568, in wrapped_func
|
|
|
+ result = non_optional_func(*args, **kwargs)
|
|
|
+ File "/usr/server/chat_streamlit/.venv/lib/python3.12/site-packages/streamlit/elements/widgets/slider.py", line 748, in slider
|
|
|
+ return self._slider(
|
|
|
+ File "/usr/server/chat_streamlit/.venv/lib/python3.12/site-packages/streamlit/elements/widgets/slider.py", line 791, in _slider
|
|
|
+ check_widget_policies(
|
|
|
+ File "/usr/server/chat_streamlit/.venv/lib/python3.12/site-packages/streamlit/elements/lib/policies.py", line 143, in check_widget_policies
|
|
|
+ check_session_state_rules(
|
|
|
+ File "/usr/server/chat_streamlit/.venv/lib/python3.12/site-packages/streamlit/elements/lib/policies.py", line 89, in check_session_state_rules
|
|
|
+ _LOGGER.warning(
|
|
|
+INFO: Started server process [4679]
|
|
|
+INFO: Waiting for application startup.
|
|
|
+INFO: Application startup complete.
|
|
|
+INFO: Uvicorn running on http://0.0.0.0:8007 (Press CTRL+C to quit)
|
|
|
+
|
|
|
+Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
|
|
|
+
|
|
|
+<unknown>:418: SyntaxWarning: invalid escape sequence '\>'
|
|
|
+2026-07-25 06:10:07.737 Uvicorn server started on :::8001
|
|
|
+
|
|
|
+ You can now view your Streamlit app in your browser.
|
|
|
+
|
|
|
+ Local URL: http://localhost:8001
|
|
|
+ Network URL: http://172.17.0.2:8001
|
|
|
+ External URL: http://122.4.65.217:8001
|
|
|
+
|
|
|
+/usr/server/chat_streamlit/appchat.py:418: SyntaxWarning: invalid escape sequence '\>'
|
|
|
+ if st.button("\>\>", key=f"expand_{idx}"):
|
|
|
+/usr/server/chat_streamlit/appchat.py:418: SyntaxWarning: invalid escape sequence '\>'
|
|
|
+ if st.button("\>\>", key=f"expand_{idx}"):
|
|
|
+2026-07-25 06:10:25.701 The widget with key "history_count" was created with a default value but also had its value set via the Session State API.
|
|
|
+Stack (most recent call last):
|
|
|
+ File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap
|
|
|
+ self._bootstrap_inner()
|
|
|
+ File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
|
|
|
+ self.run()
|
|
|
+ File "/usr/lib/python3.12/threading.py", line 1010, in run
|
|
|
+ self._target(*self._args, **self._kwargs)
|
|
|
+ File "/usr/server/chat_streamlit/.venv/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 418, in _run_script_thread
|
|
|
+ self._run_script(request.rerun_data)
|
|
|
+ File "/usr/server/chat_streamlit/.venv/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 832, in _run_script
|
|
|
+ ) = exec_func_with_error_handling(code_to_exec, ctx)
|
|
|
+ File "/usr/server/chat_streamlit/.venv/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 129, in exec_func_with_error_handling
|
|
|
+ result = func()
|
|
|
+ File "/usr/server/chat_streamlit/.venv/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 807, in code_to_exec
|
|
|
+ exec(code, module.__dict__) # noqa: S102
|
|
|
+ File "/usr/server/chat_streamlit/appchat.py", line 314, in <module>
|
|
|
+ st.sidebar.slider(
|
|
|
+ File "/usr/server/chat_streamlit/.venv/lib/python3.12/site-packages/streamlit/runtime/metrics_util.py", line 568, in wrapped_func
|
|
|
+ result = non_optional_func(*args, **kwargs)
|
|
|
+ File "/usr/server/chat_streamlit/.venv/lib/python3.12/site-packages/streamlit/elements/widgets/slider.py", line 748, in slider
|
|
|
+ return self._slider(
|
|
|
+ File "/usr/server/chat_streamlit/.venv/lib/python3.12/site-packages/streamlit/elements/widgets/slider.py", line 791, in _slider
|
|
|
+ check_widget_policies(
|
|
|
+ File "/usr/server/chat_streamlit/.venv/lib/python3.12/site-packages/streamlit/elements/lib/policies.py", line 143, in check_widget_policies
|
|
|
+ check_session_state_rules(
|
|
|
+ File "/usr/server/chat_streamlit/.venv/lib/python3.12/site-packages/streamlit/elements/lib/policies.py", line 89, in check_session_state_rules
|
|
|
+ _LOGGER.warning(
|
|
|
+INFO: Started server process [4737]
|
|
|
+INFO: Waiting for application startup.
|
|
|
+INFO: Application startup complete.
|
|
|
+ERROR: [Errno 98] error while attempting to bind on address ('0.0.0.0', 8007): address already in use
|
|
|
+INFO: Waiting for application shutdown.
|
|
|
+INFO: Application shutdown complete.
|