mohankumarpaluru / oracle-freetier-instance-creation

A script to create free instance
MIT License
150 stars 28 forks source link

"Cant find logs" #30

Closed F-alling closed 1 month ago

F-alling commented 1 month ago

Describe the bug A clear and concise description of what the bug is. Paste the unhandled_exception.log content if there is any that's generated.

I start the script with ./setup_init.sh script, it then run apt update. It then Gets requirements, and after downloading them errors out.

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

Expected behavior No Error

Instance Type (please complete the following information):

Environment (please complete the following information):

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

mohankumarpaluru commented 1 month ago

Do you see any Unhandled Exception log file ?

F-alling commented 1 month ago

No

mohankumarpaluru commented 1 month ago

did you add the subnet ?

F-alling commented 1 month ago

yes

mohankumarpaluru commented 1 month ago

can you run it manually?

Activate env and run the python file

F-alling commented 1 month ago

I ran main.py and it then was missing modules.

mohankumarpaluru commented 1 month ago

what do you mean you ran and it was missing modules ?

do this

source .venv/bin/activate
python3 main.py
F-alling commented 1 month ago
Traceback (most recent call last):
  File "/home/falling/ociarm/oracle-freetier-instance-creation/main.py", line 57, in <module>
    raise ValueError("oci.env has spaces in values which is not acceptable")
ValueError: oci.env has spaces in values which is not acceptable
mohankumarpaluru commented 1 month ago

hope thats clear enough for you resolve your issue , if not please go through the readme again