What | Removed | Added |
---|---|---|
Flags | needinfo?(ktsamis@suse.com) |
(In reply to Konstantinos Tsamis from comment #0) ... > self._cached_store = urlfetcher.getDistroStore(guest, fetcher) > File "/usr/share/virt-manager/virtinst/urlfetcher.py", line 536, in > getDistroStore > dist = _distroFromSUSEContent(fetcher, arch, _type) > File "/usr/share/virt-manager/virtinst/urlfetcher.py", line 487, in > _distroFromSUSEContent > distro_version = _parse_sle_distribution(distribution) > File "/usr/share/virt-manager/virtinst/urlfetcher.py", line 475, in > _parse_sle_distribution > if item[2].isdigit(): > IndexError: string index out of range > > > I was trying to install a SLES12SP4 new VM. I'm having difficulty reproducing this and the final line number specified in the stack trace doesn't match the code from the version of virt-manager in comment #3. Could you attach the entire virt-manager.log file? Found at ~/.cache/virt-manager/virt-manager.log Thanks