Snbig/InstaTrack

Not finding an rhx_gis key in window._sharedData

grrttweaver opened this issue · 2 comments

Traceback (most recent call last):
File "InstaTracker.py", line 45, in
print(useridToUsername("<>"))
File "InstaTracker.py", line 24, in useridToUsername
rhx_gis = json.loads(re.compile('window._sharedData = ({.*?});', re.DOTALL).search(r1).group(1))['rhx_gis']
KeyError: 'rhx_gis'

Snbig commented

Thank you for your alert ❤
Code fixed with new commit 5da63c5

Just letting you know! Thanks!