insta_share icon indicating copy to clipboard operation
insta_share copied to clipboard

Can't login - 'unusual activity'

Open alexlostorto opened this issue 1 year ago • 0 comments

Running the script will result in a checkpoint where the user is prompted to reset their password due to 'unusual activity'.

Traceback (most recent call last):
  File "c:\Users\AlexLoStorto\PycharmProjects\pythonProject\Other\insta_share\main.py", line 12, in <module>
    print(insta.login('alexlostorto', 'aforementioned'))
  File "c:\Users\AlexLoStorto\PycharmProjects\pythonProject\Other\insta_share\insta_share\instagram.py", line 44, in login
    if json_data["authenticated"]:
KeyError: 'authenticated'

alexlostorto avatar Apr 29 '23 17:04 alexlostorto