Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-14-2018 03:12 PM
Hi community!
Looking for some help with this error, I have not being able to replicate it locally, it has been happening on a GitLab CI test pipeline. Is there something I'm missing? should I be calling for result.stats()
after something else happens?
File ... , in creates_one_relationship
return result.stats()['relationships_created'] == 1
File "/root/.local/lib/python2.7/site-packages/py2neo/database.py", line 1142, in stats
s.update(self._result.stats())
File "/root/.local/lib/python2.7/site-packages/py2neo/database.py", line 674, in stats
return vars(self.result.summary().counters)
AttributeError: 'NoneType' object has no attribute 'counters'
Thanks in advance for your help.
09-18-2018 06:20 AM
Looks like the same issue as logged here:
It certainly looks like a bug, but as yet I've not found any way to reproduce it.
All the sessions of the conference are now available online