I just installed psycopg2 to connect to my PostgreSQl database on Raspberry Pi 4. When starting web2py I get the following error ticket:
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" <http://127.0.0.1:8000/admin/default/edit/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" This is the connection string: uri = postgres://posgres:password@localhost:5432/database_name Kind regards, Annet -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/c677044e-7bc0-432b-a700-0af961ebfc82%40googlegroups.com.