So, I've been trying to login with email/password or code and keep getting Login Unsuccessful, but it seems it doesn't even try to connect. I`ve tried to run wyvern directly from bash, but then I get "-bash: ./wyvern: cannot execute binary file: Exec format error", so I noticed this was downloaded in wrong format.
Exploring the setup script I noticed that the isPlatform variable has a mixed up variable check with the download version; that is, when platform is x86 it is downloading wyvern arm and vice versa. I've inverted the commands, re-run the script and now everything works fine.
So, I've been trying to login with email/password or code and keep getting Login Unsuccessful, but it seems it doesn't even try to connect. I`ve tried to run wyvern directly from bash, but then I get "-bash: ./wyvern: cannot execute binary file: Exec format error", so I noticed this was downloaded in wrong format.
Exploring the setup script I noticed that the isPlatform variable has a mixed up variable check with the download version; that is, when platform is x86 it is downloading wyvern arm and vice versa. I've inverted the commands, re-run the script and now everything works fine.
Please have a look at it!