Closed F-alling closed 4 months ago
Do you see any Unhandled Exception log file ?
No
did you add the subnet ?
yes
can you run it manually?
Activate env and run the python file
I ran main.py
and it then was missing modules.
what do you mean you ran and it was missing modules ?
do this
source .venv/bin/activate
python3 main.py
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
hope thats clear enough for you resolve your issue , if not please go through the readme again
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.
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.