mohankumarpaluru / oracle-freetier-instance-creation

A script to create free instance
MIT License
161 stars 33 forks source link

Couldn't find any logs waiting 60 secs before checking again Unhandled Exception Occurred. #39

Open Pujith01 opened 1 month ago

Pujith01 commented 1 month ago

I did all the configuration in VM.Standard.E2.1.Micro. It installed all the dependencies and in the end, it gave this unhandled exception.

m4g3s commented 1 month ago

Remove # TODO from your oci_config file

key_file=/home/ubuntu/oracle-freetier-instance-creation/oci_api_private_key.pem

This solved the issue for me if it doesn't for you it may be another issue.

do the following in console

source .venv/bin/activate

python3 main.py

And you should see an output error that will tell you what is wrong.

mohankumarpaluru commented 3 weeks ago

@Pujith01 if its 401 , get a new API key and try again