Since the last update, I sometimes see the following error (and after this error, code changes are no longer detected), but I don't have any steps to reproduce it.
Exception in thread Thread-1:
Traceback (most recent call last):
File "uv\python\cpython-3.13.7-windows-x86_64-none\Lib\threading.py", line 1043, in _bootstrap_inner
self.run()
~~~~~~~~^^
File ".venv\Lib\site-packages\watchdog\observers\api.py", line 213, in run
self.dispatch_events(self.event_queue)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File ".venv\Lib\site-packages\watchdog\observers\api.py", line 391, in dispatch_events
handler.dispatch(event)
~~~~~~~~~~~~~~~~^^^^^^^
File ".venv\Lib\site-packages\watchdog\events.py", line 217, in dispatch
getattr(self, f"on_{event.event_type}")(event)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
File ".venv\Lib\site-packages\streamlit\watcher\event_based_path_watcher.py", line 452, in on_created
self.handle_path_change_event(event)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
File ".venv\Lib\site-packages\streamlit\watcher\event_based_path_watcher.py", line 402, in handle_path_change_event
and os.path.commonpath([path, abs_changed_path]) == path
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen ntpath>", line 861, in commonpath
ValueError: Paths don't have the same drive
Checklist
Summary
Since the last update, I sometimes see the following error (and after this error, code changes are no longer detected), but I don't have any steps to reproduce it.
Reproducible Code Example
Steps To Reproduce
No response
Expected Behavior
No response
Current Behavior
No response
Is this a regression?
Debug info
Additional Information
No response