-
Notifications
You must be signed in to change notification settings - Fork 263
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
panic: runtime error: index out of range [3] with length 3 #258
Comments
which version of the openvpn server did you use? and what version of the status do you have in the configuration for it? |
how i can check ? |
for openvpn-user i'm using 1.0.4 |
great, but I'm more interested in the OpenVPN server version and its configuration. Could you tell us a little more about your installation? have you installed ovpn-admin as a binary file for your existing openvpn server, or have you used the docker-compose option from this repository? |
i installed with docker-compose RAM 128 Gb there is docker details Server: |
i think the problem is CPU threads, it used only 1 threads but my server is 56 threads how i can use all threads ? |
It may be a flag issue in the ovpn-admin binary file. |
yes, i set Host but i try with new install without change any settings only 1 thread is used |
What command did you run ovpn-admin with? |
with start.sh |
time="2023-12-11T18:49:29Z" level=info msg="123.25.12.18:38318 /api/user/config/show"
panic: runtime error: index out of range [3] with length 3
goroutine 2154 [running]:
main.(*OvpnAdmin).mgmtConnectedUsersParser(0xc0002b40c0, {0xc0003be000, 0x83c4}, {0x15fb551, 0x4})
/app/main.go:1311 +0xa6f
main.(*OvpnAdmin).mgmtGetActiveClients(0xc0002b40c0)
/app/main.go:1344 +0x1dc
main.(*OvpnAdmin).setState(0xc0002b40c0)
/app/main.go:612 +0x25
created by main.(*OvpnAdmin).updateState
/app/main.go:626 +0x29
Any idea ??
The text was updated successfully, but these errors were encountered: