-
Notifications
You must be signed in to change notification settings - Fork 276
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
NoMethodError (undefined method `body=' for CypherNode 2093 (69983648512020):Neo4j::Server::CypherNode): #943
Comments
Also a possibly related error (???) -
Possibly another class mismatch? |
You're getting a CypherNode because it's having trouble finding the mode On Tuesday, August 25, 2015, djvs [email protected] wrote:
|
Might have been an error in my code (commas left over from a hash...) testing... |
Hmm yes...so I guess if you define a model's attribute to be the model itself... or possibly some hash... it will cause that... |
Can you elaborate and give an example? On Tuesday, August 25, 2015, djvs [email protected] wrote:
|
Well, I closed the file now, but it looked something like this:
This would mess something up, then the next time the whole Rails action was called (I think), it would give the CypherNode error. Removing the commas makes the problem vanish. |
I take that back. It's still doing it. |
Restarting the server resolves the bug... |
Yes, the two bugs I reported are related. This:
Will give this:
|
I just released 5.1.5 to fix this. |
You can reopen this issue and/or ping me on Gitter if you're still having trouble. |
After:
[...]
The text was updated successfully, but these errors were encountered: