mohankumarpaluru / oracle-freetier-instance-creation

A script to create free instance
MIT License
177 stars 34 forks source link

"Cant find logs" #30

Closed F-alling closed 4 months ago

F-alling commented 4 months 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 4 months ago

Do you see any Unhandled Exception log file ?

F-alling commented 4 months ago

No

mohankumarpaluru commented 4 months ago

did you add the subnet ?

F-alling commented 4 months ago

yes

mohankumarpaluru commented 4 months ago

can you run it manually?

Activate env and run the python file

F-alling commented 4 months ago

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

mohankumarpaluru commented 4 months ago

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

do this

source .venv/bin/activate
python3 main.py
F-alling commented 4 months 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 4 months ago

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