[FOLLOW UP QUESTION TO #6684]
i followed the instructions... still no luck.. the zip file is in this location
SECURE_CONNECT_BUNDLE = '/workspace/cassandra-workshop-series/week3-AppDev-crud/secure-connect-killrvideocluster.zip'
when i execute db_connction.py, i have no errors.. for any other files, i get connection object error.
Attached is the error for your reference
Start exercise Failure Closing connection (up to 10s) Traceback (most recent call last): File "/workspace/cassandra-workshop-series/week3-AppDev-crud/crud-python/Ex02_Connect_to_Cassandra.py", line 17, in <module> connection.close() NameError: name 'connection' is not defined
Output making the changes to Ex02_Connect_to_Cassandra.py
as per advice from Bettina:
Start exercise ("Unable to connect to any servers using keyspace 'killrvideocluster'", ['90e8bbef-ed20-460f-b5f1-389c4645f2f1-europe-west1.db.astra.datastax.com']) Failure