Cannot get past the query = “MATCH (n) RETURN n LIMIT 20”
records = execute_query(query)
print(records) cell without ValueError: Cannot resolve address http:7687
Followed instructions precisely with env and login to Neo4J without issue.
Any advice?
Hello @Chris61 you could try removing http:// from NEOJHOST then restart, just use the Neo4jDNSConnection from CloudFormation (no colon or port number). Thank you
This works for me…Thank you
Hi
even after getting each result correct , my grades are low
and its showing you got incorrect rows as result
could you please help me out.
Hello @jyothi1,
The outputs should match exactly the expected outputs. After exercise 8 you create two new airports and later e11 and 12 deletes them, so if you rerun the cells 8-10 you will get not get the points. Could you check those outputs and post a screenshot of your submission report to help further. Thanks
Sure … I will check it again. Thank you
Sure happy to help, rememver to ctrl+S and run part 4 to get the grades updated. Hope it helps
I experienced a similar problem, I report it here because it seems the same issue reported in the title.
I tried to set up the variables manually and i get “Unable to retrieve routing information” error.
my host address was ec2-18-207-198-247.compute-1.amazonaws.com (if i understood the example above) I used port 7687 as well
did I overlook something?
Hello @Vittorio_Lippi,
If you used http:// inside the env file when you define NEO4JHOST you will ge this ValueError in the following cells. Your issue could be a different (post) if you used the correct host and you might need to complete this form. for a lab refresh(any option would be fine). Thanks