I've been trying to troubleshoot an issue where the usb page on the web ui won't load. Has anyone experienced this and/or have a fix for it? I've uninstalled/reinstalled, even went as far as restoring my flashdrive due to the drive being corrupt from a power outage. Any ports already previously configured for VMs still auto connect and work. I just cannot load the webpage to modify/add/remove port and usb device allocations to VMs.
Also, the hotpatching in the VM tab still works and the display on the dashboard still shows correct and updating statuses/information
Update:
I've identified an issue with the config file not updating correctly when I submit changes in the plugin settings. It prints out as such
start of file
****
DASH = "enabled"
USBIP = "enabled"
VIRTIOISO = ""
usbip_host = "yes"
vhci_hcd = "yes"
USBIPD = "disabled"
HOTPLUG = "enabled"
HUBPROC = "disabled"
MENU = "enabled"
USBIPHF = "manual"
USBIPHFI = "*/1"
USBIPHFA = "both"
USBIPHFE = "yes"
USBIPRC = "disabled"
USBIPRCI = "*/1"
[Config]
DASH = "enabled"
USBIP = "enabled"
VIRTIOISO = ""
usbip_host = "yes"
vhci_hcd = "yes"
USBIPD = "disabled"
HOTPLUG = "enabled"
HUBPROC = "enabled"
MENU = "enabled"
USBIPHF = "manual"
USBIPHFI = "*/1"
USBIPHFA = "both"
USBIPHFE = "yes"
USBIPRC = "disabled"
USBIPRCI = "*/1"
****
end of file
No matter what the same addtional section is printed to the file. Even when deleting, manually editing the file, etc.