-
Notifications
You must be signed in to change notification settings - Fork 496
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
Cannot read property ‘software’ of undefined #348
Comments
I have the same issue. This repository shows strong signs of abandonware. I wouldn't expect any action on this issue here, and it doesn't seem like amichaelparker/ievms plans to accept issues. If anyone reading this can recommend another fork, I'm all ears. |
To answer your question, though, I have guesses. I suspect the error you see pertains to https://github.com/amichaelparker/ievms/blob/master/ievms-node.sh#L304, in which case Key [
{
"name": "Win10 with MsEdge",
"software": [
{
"files": [
{
"name": "MSEdge.Win10.VirtualBox.zip",
"url": "https://az792536.vo.msecnd.net/vms/VMBuild_20190311/VirtualBox/MSEdge/MSEdge.Win10.VirtualBox.zip",
"md5": "https://az792536.vo.msecnd.net/vms/md5/VMBuild_20190311/MSEdge.Win10.VirtualBox.zip.md5.txt"
}
],
"name": "VirtualBox"
},
{
"files": [
{
"name": "MSEdge.Win10.Vagrant.zip",
"url": "https://az792536.vo.msecnd.net/vms/VMBuild_20190311/Vagrant/MSEdge/MSEdge.Win10.Vagrant.zip",
"md5": "https://az792536.vo.msecnd.net/vms/md5/VMBuild_20190311/MSEdge.Win10.Vagrant.zip.md5.txt"
}
],
"name": "Vagrant"
},
{
"files": [
{
"name": "MSEdge.Win10.HyperV.zip",
"url": "https://az792536.vo.msecnd.net/vms/VMBuild_20190311/HyperV/MSEdge/MSEdge.Win10.HyperV.zip",
"md5": "https://az792536.vo.msecnd.net/vms/md5/VMBuild_20190311/MSEdge.Win10.HyperV.zip.md5.txt"
}
],
"name": "HyperV (Windows)"
},
{
"files": [
{
"name": "MSEdge.Win10.VMware.zip",
"url": "https://az792536.vo.msecnd.net/vms/VMBuild_20190311/VMware/MSEdge/MSEdge.Win10.VMware.zip",
"md5": "https://az792536.vo.msecnd.net/vms/md5/VMBuild_20190311/MSEdge.Win10.VMware.zip.md5.txt"
}
],
"name": "VMware (Windows, Mac)"
},
{
"files": [
{
"name": "MSEdge.Win10.Parallels.zip",
"url": "https://az792536.vo.msecnd.net/vms/VMBuild_20190311/Parallels/MSEdge/MSEdge.Win10.Parallels.zip",
"md5": "https://az792536.vo.msecnd.net/vms/md5/VMBuild_20190311/MSEdge.Win10.Parallels.zip.md5.txt"
}
],
"name": "Parallels (Mac)"
}
]
}
] So I suspect the schema of the JSON returned by this endpoint has wandered off from the form it used to have when This looks fixable to me. (I say that with some self-conscious naiveté.) I'll see if I can find some time to make an attempt. |
I retract my earlier statement about fixing it. I was unable to find a published url for any VM other than for MSEdge. Back to guessing. I suspect without proof they've been pulled unannounced at the same time the new MSEdge was announced. The web archive may host some of the zips, though I don't imagine they're easy to find. |
I’m trying to get IEVMS installed on my Mac (macOS 10.14.6, VirtualBox 6.1.2). I’ve installed the VMBox Extension Pack as described in this thread to get around not being able to accept licence terms.
Now when I run
curl -s https://raw.githubusercontent.com/amichaelparker/ievms/master/ievms-node.sh | env IEVMS_VERSIONS="11" bash
(using @amichaelparker’s fork, I get the following:I couldn’t find any previous issues here that deal with this, and I have no idea what the expected output of JSON.parse(process.argv[1]) is supposed to be, nor what key [4] in it is supposed to contain.
Any ideas what might be causing this and more importantly how to fix it?
The text was updated successfully, but these errors were encountered: