We really don’t want to recommend manually rebuilding a server–more importantly, I want to discourage the notion that anyone would need to “eventually” even have to, even after exhausting all other possible routes; the MineOS webui is merely a single application… and it’s not very invasive. In the event it doesn’t work properly, there’s probably a way to identify it and rectify it without having to lose all the time put into configuring the rest of the system.
The problem is that one of the profiles, “Mianite” has changed their JSON profile list to now include…kinda useless information which broke the parsing.
They added ‘runs’ and ‘downloads’:
'21':
{ download: 'http://solder.endermedia.com/repository/downloads/realm-of-mianite/realm-of-mianite_1.1.2RC1.zip',
name: 'Realm of Mianite',
version: '1.1.2RC1',
version_tag: '' },
'22':
{ download: 'http://solder.endermedia.com/repository/downloads/realm-of-mianite/Mianite-Server-1.1.0.zip',
name: 'Realm of Mianite',
version: 'Mianite-Server-1.1.0',
version_tag: '' },
runs: ' 2M', // this was added
downloads: 329000 } // and so was this
It is terribly useless information for Minecraft server admins, but they added it anyway. I’ve fixed it so that the profile is more robust to changes like this in the future. Update using the normal update instructions and restart the webui and you should be good to go.