GHunt icon indicating copy to clipboard operation
GHunt copied to clipboard

IndexError: list index out of range

Open ovladuk opened this issue 3 years ago • 1 comments

Generating OSID for the Cloud Console... Traceback (most recent call last): File "c:\Users\David\Documents\GHunt\check_and_gen.py", line 275, in internal_auth, internal_token = get_internal_tokens(driver, cookies_with_osid, tmprinter) File "c:\Users\David\Documents\GHunt\check_and_gen.py", line 110, in get_internal_tokens internal_token = body.split("appsitemsuggest-pa")[1].split(",")[3].strip('"') IndexError: list index out of range

anyone know how to fix this?

ovladuk avatar Jun 06 '22 00:06 ovladuk

Had the same error. Fixed by updating to the latest version

Getsumi3 avatar Jun 06 '22 12:06 Getsumi3