Login url in linux branch is incorrect and should be the same as master branch. This is related to issue #23 especially this comment [https://github.com/francescotescari/XiaoMiToolV2/issues/23#issuecomment-924575903](https://github.com/francescotescari/XiaoMiToolV2/issues/23#issuecomment-924575903) The URL should be : "https://account.xiaomi.com/pass/serviceLogin?sid=unlockApi&json=false&passive=true&hidden=false&_snsDefault=facebook&checkSafePhone=true&_locale=" + Locale.getDefault().getLanguage().toLowerCase();" at file "./src/main/java/com/xiaomitool/v2/gui/controller/LoginController.java" line 39 for linux branch and mac branch.