-
Notifications
You must be signed in to change notification settings - Fork 32
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
invoke start is failing #79
Comments
Definitely interesting, really two errors that I'm seeing here. One is that it is all of a sudden waiting on the DB. Second is the unable to import the example plugin. @bryanculver have you seen this before? |
As a workaround I've mounted the nautobot_config.py in docker-compose and set the PLUGINS=[] I was able to successfully execute |
Good work around on it. I'll still pursue getting the plugins working, as that is our example to be able to test the SDK against it. |
I don't think this is necessarily an issue with pynautobot. This same thing happens if you run any Nautobot dev image. For example |
I have reported this as a bug in the nautobot repo: nautobot/nautobot#2671 |
I used this configuration with an unmodified
develompent/dev.env
When executing
invoke start
the following traceback is displayed.The text was updated successfully, but these errors were encountered: