-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Building client configuration" forever #1682
Comments
Please still post the log. If it is indeed a race condition I might spot it from the log while you probably do not see that. |
Actually currenty I cannot reproduce the message. Don't know why it is not happening- but maybe related to the fact the device got a system update lately?... |
Can you have full verbosity on the log? The debug message that I need only show up at a higher verbosity. You can use the slider that pops up when you click filter symbol to increase verbosity. Also there is an export log button that allows you to copy the contents of the log. |
Hello Arne, Sorry for the late reply. The problem still persists, here is a verbose log (I replaced PII with generic data) this is how it looks after a reboot of the device, for me it looks like openvpn trys to make two connections simultaneously but then hangs b/c it realizes one is already up: 2024-06-22 08:26:59 Building configuration... this is the full log though... 2024-06-22 08:26:48 F-Droid built and signed version 0.7.51 running on google Pixel 8 (shiba), Android 14 (AP2A.240605.024) API 34, ABI arm64-v8a, (google/shiba/shiba:14/AP2A.240605.024/2024062000:user/release-keys) |
To make issues more manageable, I would appreciate it if you fill out the following details as applicable:
General information
Android Version:
14
Android Vendor/Custom ROM:
GOS
Device:
Pixel 7a
Version of the app (version number/play store version/self-built)
0.7.51 from f-droid.
Description of the issue
After reboot of the Device sometimes The OpenVPN app keeps staying in the "Building client configuration" status. Interestingly there is nothing special I could tell from the log and the connections is actually seeming to work- android is showing the VPN indicator too. But the message never disappears.
OpenVPN is being started and connected upon boot. In some cases it will connect and afterwards the system will show the notification "Building client configuration". When I tap reconnect it will correctly change to "connected" status afterwards.
Sometimes this does not happen for whatever reason it will correctly change to connected status. Seems like a race condition or timing problem.
I experience this since latest update of the app. Before I never had this issue.
Log (if applicable)
nothing special in the log... looks like the app is correctly connected though...
The text was updated successfully, but these errors were encountered: