From b9f2a7a0106724d947bf3fd1011e44df1f28ec97 Mon Sep 17 00:00:00 2001 From: Artem <106631540+rzc0d3r@users.noreply.github.com> Date: Sat, 24 Aug 2024 18:49:18 +0300 Subject: [PATCH] Added recommendation in case of registration error in ProtectHub --- modules/EsetTools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/EsetTools.py b/modules/EsetTools.py index 4a92ae429..bbc2506fe 100644 --- a/modules/EsetTools.py +++ b/modules/EsetTools.py @@ -165,7 +165,7 @@ def createAccount(self): uCE(self.driver, f'return {GET_EBID}("registration-email-sent").innerText === "We sent you a verification email"', max_iter=10) console_log('Successfully!', OK) except: - raise RuntimeError('ESET temporarily blocked your IP, try again later!!! TRY VPN!!!') + raise RuntimeError('ESET has blocked your IP or email, try again later!!! Try to use VPN or try to change Email API!!!') return True def activateAccount(self): @@ -258,4 +258,4 @@ def getLicenseData(self): console_log('\nGetting information from the license...', INFO) console_log('Information successfully received!', OK) license_name = 'ESET Endpoint Security + ESET Server Security' - return license_name, license_key, license_out_date \ No newline at end of file + return license_name, license_key, license_out_date