File "/usr/local/lib/python3.10/site-packages/hackthebox/htb.py", line 313, in get_machines
data = cast(dict, self.do_request("machine/list"))['info'][:limit]
File "/usr/local/lib/python3.10/site-packages/hackthebox/htb.py", line 126, in do_request
raise NotFoundException
hackthebox.errors.NotFoundException
Getting machines doesnt seem to be working, I think HTB made some changes?