After manually installing the files, it's working. But, trying to install any of the 4 ports listed results in an error: ```-> /roms2/ports/2048/port.json
2024-02-18 11:55:27.641 | DEBUG | harbourmaster.platform:port_install:107 - PlatformArkOS: Port Install 2048.zip
2024-02-18 11:55:27.653 | ERROR | main:<module>:808 - An error has been caught in function '<module>', process 'MainProcess' (2339), thread 'MainThread' (548604768272):
Traceback (most recent call last):
File "./harbourmaster", line 808, in <module>
exit(main(sys.argv))
β β β ['./harbourmaster', '--no-check', 'install', 'https://cdn.discordapp.com/attachments/1208662811992006676/1208664339826089994/...
β β <module 'sys' (built-in)>
β <function main at 0x7fb9f64f80>
File "./harbourmaster", line 804, in main
return all_commands[argv[1].casefold()](hm, argv[2:])
β β β β ['./harbourmaster', 'install', 'https://cdn.discordapp.com/attachments/1208662811992006676/1208664339826089994/2048.zip?ex=65...
β β β <harbourmaster.harbour.HarbourMaster object at 0x7fb9f60d50>
β β ['./harbourmaster', 'install', 'https://cdn.discordapp.com/attachments/1208662811992006676/1208664339826089994/2048.zip?ex=65...
β {'update': <function do_update at 0x7fb9f647a0>, 'auto_update': <function do_auto_update at 0x7fb9f5aef0>, 'portsmd': <functi...
File "./harbourmaster", line 510, in do_install
result = hm.install_port(arg)
β β β 'https://cdn.discordapp.com/attachments/1208662811992006676/1208664339826089994/2048.zip?ex=65e41b62&is=65d1a662&hm=9988fa3bb...
β β <function HarbourMaster.install_port at 0x7fb9f64440>
β <harbourmaster.harbour.HarbourMaster object at 0x7fb9f60d50>
File "pylibs/harbourmaster/harbour.py", line 1720, in install_port
return self._install_port(download_info)
β β β {'version': 2, 'name': '2048.zip', 'items': None, 'items_opt': None, 'attr': {'title': '', 'desc': '', 'inst': '', 'genres': ...
β β <function HarbourMaster._install_port at 0x7fb9f64320>
β <harbourmaster.harbour.HarbourMaster object at 0x7fb9f60d50>
File "pylibs/harbourmaster/harbour.py", line 1464, in _install_port
self.platform.gamelist_add(gameinfo_xml)
β β β β PosixPath('/roms2/ports/2048/gameinfo.xml')
β β β <function PlatformBase.gamelist_add at 0x7fb9faa710>
β β <harbourmaster.platform.PlatformArkOS object at 0x7fbaedc410>
β <harbourmaster.harbour.HarbourMaster object at 0x7fb9f60d50>
File "pylibs/harbourmaster/platform.py", line 89, in gamelist_add
ET.indent(gamelist_root, space=" ", level=0)
β β <Element 'gameList' at 0x7fb9ded950>
β <module 'xml.etree.ElementTree' from '/usr/lib/python3.7/xml/etree/ElementTree.py'>
AttributeError: module 'xml.etree.ElementTree' has no attribute 'indent'