Im having errors with settingup KeyAuth

Viewed 13

Description = Invalid namespace

Traceback (most recent call last):
  File "C:\Users\husse\Desktop\v3 Source\main.py", line 73, in <module>
    `keyauthapp.register(user, password, license)`
  File "C:\Users\husse\Desktop\v3 Source\keyauth.py", line 100, in register
    `hwid = others.get_hwid()`
  File "C:\Users\husse\Desktop\v3 Source\keyauth.py", line 469, in get_hwid
    `suppost_sid = suppost_sid.split(b'\n')[1].strip()`
IndexError: list index out of range
0 Answers
Related