Max Ehrlich
Max Ehrlich
I do recall seeing something weird in my postgres logs, I'll look it up later today, unfortunately I'm on kubernetes so not-docker isn't an option for me
``` 2022-11-21 03:32:42.572 UTC [1] LOG: database system is ready to accept connections 2022-11-21 05:33:23.096 UTC [38] LOG: could not receive data from client: Connection reset by peer 2022-11-21 05:33:23.096 ...
I'm trying to do more debugging on this and I set `app.config["SQLALCHEMY_ECHO"] = "debug"` and `app.config["SQLALCHEMY_ENGINE_OPTIONS"] = {"pool_pre_ping": True, "echo_pool": "debug"}` in `create_app` which should result in extremely verbose output,...
@nguyenkims Are you sure that the code in server.py `create_app` even does anything? After looking into this further I don't think simplelogin uses Flask-SQLAlchemy and it definitely doesn't call `init_app`...
With that debug output this seems to what's causing the error to happen ``` 2022-12-01 15:00:01,219 INFO sqlalchemy.pool.impl.QueuePool Invalidate connection (reason: OperationalError:server closed the connection unexpectedly This probably means the ...
Ok I am getting closer to figuring this out. Here's a summary of my current findings 1. simplelogin doesnt use flask-sqlalchemy, the flags set in server.py `create_app` do nothing and...
For some reason installing dmd and ldc 19.08 resolved the `error: Requested extension org.freedesktop.Sdk.Extension.ldc/x86_64/3.34 not installed` so I think that was probably a misleading error message The vanilla (i.e., with...
@fbcotter Could you take a look at this please?
Nevermind I misunderstood the `nm-connection-editor` window, it is not loading in that either
I was able to find out using `nm-connection-editor` that the error is because of ``` ** (nm-connection-editor:25609): WARNING **: 22:10:15.582: Could not load editor VPN plugin for “org.freedesktop.NetworkManager.wireguard” (missing plugin...