You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"ERROR: Incorrect version string (PA-VM-KVM-10.2.10-h12.qcow2). The regexp for extracting version information is likely incorrect, check the regexp in the Makefile or open an issue at https://github.com/hellt/vrnetlab/issues/new including the image file name you are using."
I think the problem is the regex can't handle the -h[0-9]+ versions. Gave fixing the regex a quick stab but the escaping gave me headache, so I wasn't able to get it to work in the generic case
The text was updated successfully, but these errors were encountered:
"ERROR: Incorrect version string (PA-VM-KVM-10.2.10-h12.qcow2). The regexp for extracting version information is likely incorrect, check the regexp in the Makefile or open an issue at https://github.com/hellt/vrnetlab/issues/new including the image file name you are using."
I think the problem is the regex can't handle the -h[0-9]+ versions. Gave fixing the regex a quick stab but the escaping gave me headache, so I wasn't able to get it to work in the generic case
The text was updated successfully, but these errors were encountered: