500 Server Error: Internal Server Error for url: https://i.instagram.com/api/v1/bloks/apps/com.instagram.challenge.navigation.take_challenge/ #896
Unanswered
JackWalton1
asked this question in
Q&A
Replies: 2 comments
-
resolved. Just made the password handler return my current password instead of attempting to change it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
are online can i ask u something |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I successfully had a bot that could post listings from a real estate website. I tried to launch this bot via GitHub Actions (for CD/CI) and I began getting the challenge issues. My bot now requires a code and possibly a change of password, and definitely requires the user input of my password. I wrote some code that gets the code from my email (email_login.py) and I am now getting a 500 Server Error after it handles challenge, password change, and attempts to log in. If I run it the script after the password is "updated", I get the error that my password is incorrect, so the bot is not changing my password.
So my questions are:
Code:
Error after challenge_code_handler enters verification code and I enter the password/password is "changed" by change_password_handler:
Beta Was this translation helpful? Give feedback.
All reactions