on Raspberry Pi 4. When starting web2py I get the following error
Traceback (most recent call last):
File "/home/pi/web2py/gluon/restricted.py", line 227, in restricted
exec ccode in environment
File "/home/pi/web2py/applications/init/models/00_init_db.py", line 42, in <module>
ignore_field_case = myconf.get('db.ignore_field_case'))
File "/home/pi/web2py/gluon/packages/dal/pydal/base.py", line 174, in __call__
obj = super(MetaDAL, cls).__call__(*args, **kwargs)
File "/home/pi/web2py/gluon/packages/dal/pydal/base.py", line 473, in __init__
"Failure to connect, tried %d times:\n%s" % (attempts, tb)
RuntimeError: Failure to connect, tried 5 times:
Traceback (most recent call last):
File "/home/pi/web2py/gluon/packages/dal/pydal/base.py", line 446, in __init__
self._adapter = ADAPTERS[self._dbname](**kwargs)
File "/home/pi/web2py/gluon/packages/dal/pydal/adapters/base.py", line 60, in __call__
obj = super(AdapterMeta, cls).__call__(*args, **kwargs)
File "/home/pi/web2py/gluon/packages/dal/pydal/adapters/postgres.py", line 155, in __init__
self.reconnect()
File "/home/pi/web2py/gluon/packages/dal/pydal/connection.py", line 104, in reconnect
self.connection = f()
File "/home/pi/web2py/gluon/packages/dal/pydal/adapters/postgres.py", line 152, in connector
return self.driver.connect(**driver_args)
File "/usr/local/lib/python2.7/dist-packages/psycopg2/__init__.py", line 126, in connect
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
OperationalError: FATAL: password authentication failed for user "posgres"
FATAL: password authentication failed for user "posgres"