rds

invalid literal for int() with base 10: 'PORT'

invalid literal for int() with base 10: 'PORT' Question: I am trying to connect to an RDS instance for a web app project. I am getting this error: ValueError: invalid literal for int() with base 10: ‘PORT’ With the traceback: .conda/envs/src/lib/python3.6/site-packages/sqlalchemy/engine/ url.py”, line 60, in __init__ Here is the format of my RDS request DATABASE_URL: …

Total answers: 2