-
Notifications
You must be signed in to change notification settings - Fork 6
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
v0.3.12 breaks #5
Comments
Same here. downgrading works. |
Pulled latest v0.3.12-0 (actually just using $ node server.js
Error requiring server module from `/Users/lefnire/Dropbox/tyler/Sites/personal/habitrpg/derby/lib/server`
/Users/lefnire/Dropbox/tyler/Sites/personal/habitrpg/derby/node_modules/derby/lib/derby.server.js:43
throw e;
^
TypeError: Cannot read property 'lookup' of undefined
at plugin (/Users/lefnire/Dropbox/tyler/Sites/personal/habitrpg/derby/node_modules/racer-db-mongo/lib/index.js:18:27)
at EventEmitter.module.exports.use (/Users/lefnire/Dropbox/tyler/Sites/personal/habitrpg/derby/node_modules/derby/node_modules/racer/lib/plugin.js:39:7)
at Object.<anonymous> (/Users/lefnire/Dropbox/tyler/Sites/personal/habitrpg/derby/lib/server/index.js:33:7)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at EventEmitter.proto.run (/Users/lefnire/Dropbox/tyler/Sites/personal/habitrpg/derby/node_modules/derby/lib/derby.server.js:40:16) |
+1 |
I get the same error as @lefnire when updating to the latest version. |
they moved stuff over to protected inside the racer obj, so I assume it'd be racer.protected.path.lookup
|
Same as lefnire |
It looks like this was fixed in recent git commits - Set |
@nateps it looks like many bugs are fixed in recent racer & racer-db-mongo, per chance a version cut? |
@nateps +1 |
Just did a version cut. Hopefully fixes a bunch of issues.
On Thu, Aug 23, 2012 at 4:11 PM, Krzysztof Baranowski <
|
ermahgerd, so many bugs in my app are fixed now! +1 that this issue can be closed, I'll comment on other issues if they seem fixed |
fixed in 0.3.13, should close issue |
It is not connecting to database. Downgrading to 0.3.11 works
The text was updated successfully, but these errors were encountered: