-
Notifications
You must be signed in to change notification settings - Fork 11
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
Could not load seeders! #313
Comments
Sorry, I cannot work just with an image without any context. Please, try to create a reproducible example in a repo, or at least, a decent amount of code. |
I ran into the same issue, I debugged it: the problem is that the "run" method receives the following array as paths: @jagoanmamah did you have a seed folder too? Based on the image your case can be a different one. The root cause is that the seed command is prepended to the paths array (maybe the "commander" package is misused) and if you store the seeds under a folder named "seed" you can see this error message because we try to load the module from that folder. I figured out two workarounds, both of them are working independently:
I don't have time to fix this issue and send a PR but I hope these informations are going to help you! |
The text was updated successfully, but these errors were encountered: