https://dagster.io/ logo
Title
s

Sara

10/14/2021, 12:00 PM
Hello, I am new to programming and I am having problems with the sensors. I get this error in the daemon and I don't know how to fix it: I can't find any tutorial regarding this issue. Thanks!!!
j

Jordan W

10/14/2021, 1:23 PM
If you are running locally you need to start up the
dagster-daemon
as well as Dagit
s

sourabh upadhye

10/14/2021, 1:50 PM
You can do a dagster-daemon run | dagit -f filename on your cli
s

Sara

10/14/2021, 9:31 PM
This? $ daster-daemon run $ dagit -f filename.py I already did it but it doesn't work.
s

sourabh upadhye

10/15/2021, 4:06 AM
Did you do it from the dir where your pipeline/repository exists?
s

Sara

10/15/2021, 7:58 AM
Yes :(
s

sourabh upadhye

10/15/2021, 10:24 AM
Try re-installing dagster or create a repository using @repository and run dagster daemon from the directory where this repository file exists