-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[0.12.1] Callback already called / hook 'moduleloader' is taking too long to load. #3591
Comments
@Salakar awesome explanation- thank you. Will take a look ASAP. In the mean time, some notes:
|
Ok, I rolled back to 11.4 still having the same issue. So must be something my side, closing this for now until I can investigate further. Danke. |
I'm getting a similar error on 12.1
It seems to only happen to me when I run models.js as alter. But it runs and the sails continues to run normally. |
Nevermind, in my specific case it was that I had to increase the hookTimeout when running in |
I think this issue is related to #3550. I upgraded to 0.12.1 from 11 to see if https://github.com/balderdashy/sails-hook-sockets/issues/16 had been fixed.
Lift is successful, with all the hooks in the rc below not loading as intended. But after a while I get the module loader hook timeout and a callback already called error from here: https://github.com/balderdashy/sails/blob/master/lib/app/private/loadHooks.js#L87
Error:
Scope at the point of error:
Same issue occurs via https://github.com/Jam3/devtool (as above) or just using pure node.
Node version: v5.6.0
Electron version: v0.36.8
.sailsrc:
@luislobo tagging you in as you did the original PR.
The text was updated successfully, but these errors were encountered: