mirror of
https://github.com/adamwalach/openvpn-web-ui.git
synced 2026-04-25 04:46:24 +03:00
[GH-ISSUE #26] Handler crashed with error reflect: call of reflect.Value.Int on string Value #22
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/openvpn-web-ui#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JulioRamos0 on GitHub (Sep 27, 2019).
Original GitHub issue: https://github.com/adamwalach/openvpn-web-ui/issues/26
How can I solve this error?
Environment
Platform: Raspberry Pi 3 B +
OS: linux
Architecture: arm
The source was compiled on the Raspberry Pi.
Action: Update the configuration of the
defaultprofileInitially I had to comment on that configuration in the code because it gave me the same error.
Log
@d3vilh commented on GitHub (Oct 1, 2021):
have kind the same issue on RPI 4b:
Managed to build everything for arm v71, but it can't run properly.
DB seems on the place, instances and users were created, but it throws following, when I run it:
Update:
As a WA you can disable default profile configuration submit to
o_v_configtable by commenting outcreateDefaultOVConfig()function as part ofinit()inmodels.go:This will skip createDefaultOVConfig and web server starts normally.