Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Watcher doesnt notice changes after update #1258

Closed
Major2828 opened this issue Feb 19, 2024 · 0 comments
Closed

[Bug]: Watcher doesnt notice changes after update #1258

Major2828 opened this issue Feb 19, 2024 · 0 comments
Assignees
Labels

Comments

@Major2828
Copy link

What were you trying to do?

I had already setted up the file watcher and everything worked fine. After an Update of the docker image, watcher started to not noticing any filechanges. It starts up without any error messages and also the container see the files (so no permission error) but watcher not reacting on filechanges.
After inspection of the last changes of watcher.py I have noticed, that in 3a3635f from __future__ import annotations is inserted even if one line befor is written "Do not enable annotations! fastapi/typer#598".
After I commented out this line from __future__ import annotations localy, every thing started to work again.

Where are you installing from?

Docker container

What operating system are you working on?

Linux

Relevant log output

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants