14 lines
674 B
Plaintext
14 lines
674 B
Plaintext
Traceback (most recent call last):
|
|
File "/home/hjess/Projects/MoneyMaker/dashboard.py", line 779, in <module>
|
|
main()
|
|
~~~~^^
|
|
File "/home/hjess/Projects/MoneyMaker/dashboard.py", line 773, in main
|
|
init_schema()
|
|
~~~~~~~~~~~^^
|
|
File "/home/hjess/Projects/MoneyMaker/db.py", line 375, in init_schema
|
|
conn = psycopg2.connect(DATABASE_URL)
|
|
File "/home/hjess/Projects/MoneyMaker/.venv/lib64/python3.14/site-packages/psycopg2/__init__.py", line 122, in connect
|
|
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
|
|
psycopg2.OperationalError: could not translate host name "int.i80.dk" to address: Temporary failure in name resolution
|
|
|