Open LazyBoot opened 3 years ago
Same issue on Mac with 2.4.4_1, macos 10.15.7.
Same here. Mac 10.14.6, Python 3.8.6
Same here. Mac 10.13.6. Instalooter 2.4.4. Python 3.7.3
And the weird thing is, this morning it did work with complete url's. All of a sudden it stopped working and now I keep on getting this critical postpage error.
Same on linux Debian Buster, python 3.7.3 Same on linux Raspbian, python 3.7.3
Here's my story (fedora 31, python 3.7.9, instalooter 2.4.4, i'm login BTW):
i launched a script (just a dozen calls to instalooter post
) to download multiple post at once all worked.
Next i tried to download instalooter user
and failed in the middle.
Same error as OP
anything i tried was same error
my account was blocked for some reason, i had to retrieve it through codes from email and phone.
same error trying to download anything.
instalooter logout
; instalooter login
worked. Not sure why.
Same error in Windows 7, instalooter 2.4.4, python 3.8.5
/Users/user/.virtualenvs/instagram-story/lib/python3.7/site-packages/instalooter/looters.py(351)get_post_info() | 1/5534 [00:09<13:51:56, 9.02s/it]
350 import ipdb; ipdb.set_trace()
--> 351 if 'graphql' in data['entry_data']['PostPage'][0]:
352 return data['entry_data']['PostPage'][0]['graphql']['shortcode_media']
ipdb> data['entry_data']
{'LoginAndSignupPage': [{'captcha': {'enabled': False, 'key': ''}, 'gdpr_required': False, 'tos_version': 'row', 'username_hint': ''}]}
instalooter login
did help.
/Users/user/.virtualenvs/instagram-story/lib/python3.7/site-packages/instalooter/looters.py(351)get_post_info() | 1/5534 [00:09<13:51:56, 9.02s/it] 350 import ipdb; ipdb.set_trace() --> 351 if 'graphql' in data['entry_data']['PostPage'][0]: 352 return data['entry_data']['PostPage'][0]['graphql']['shortcode_media'] ipdb> data['entry_data'] {'LoginAndSignupPage': [{'captcha': {'enabled': False, 'key': ''}, 'gdpr_required': False, 'tos_version': 'row', 'username_hint': ''}]}
instalooter login
did help.
Please, what does it mean instalooter login
did help?
Please, what does it mean
instalooter login
did help?
It means that you need to run the instalooter login
command and enter your instagram login details
Please, what does it mean
instalooter login
did help?It means that you need to run the
instalooter login
command and enter your instagram login details
YES, fixed the problem here too.
Please, what does it mean
instalooter login
did help?It means that you need to run the
instalooter login
command and enter your instagram login details
Be careful, though, your account might get blacklisted.
Be careful, though, your account might get blacklisted.
By logging into instagram? Or by downloading pictures? Who says you'll get blacklisted for that?
Library version
What's the installed library version ? Check with
instalooter --version
:Environment
Describe here your environment, including:
Error description - runtime
If you have an issue at runtime, include the required information below:
Reproducible test case
Are you using the CLI ? If so, include a command that can be used to re-raise the error, with actual arguments anybody can try:
Expected behaviour
What's supposed to happen ? downloads completes
Actual behaviour