-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auth problem #69
Comments
Hey @R3n3r0 try the following:
|
Same here to me! already done what you said and nothing occurs =\ |
Hmm, ok let me check it and I'll get back to you ! @bruise24 you too are using Linux correct ? |
Curiously I'm on Windows. But error is the same. Thank you |
Yes |
Yes I'm using it too. |
Ok got it |
Thank you! |
Still give me this error friend: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
@bruise24 I see, try entering this command: |
Working now! Thank you so much for your effort |
Hello friend. It worked one time. Now it just doesn't seem to log in. Don't pass from here: [+] Attempting to login using..... |
Hi, Ok that's a tough one. I reviewed the code and can't figure out why's acting that way. After the message you mentioned it should print something like: "[✔] Login successful !" or "[✘] Failed to login." . Maybe you modified the source code in any way ? Or you're using an older version of IGFI. If that's the case try these commands: cd IGFI
git pull And then repeat the process from the beginning. (python3 cookies.py etc.). And let me know if that works. |
It worked friend! Now is this one =( : [+] Following Real Madrid... During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Great ! Ok that's a common one. All you have to do is login to your Instagram account via your browser preferably Firefox. Then execute again IGFI. |
Hi @new92. I upgraded
I'm logged in Firefox. I use Mac OS |
Hey @lukaszflorczak ok try updating also the |
@lukaszflorczak did it work ? |
Nope |
@lukaszflorczak so I researched the issue you mentioned and the problem appears to be in the IP address you're using. So in order to resolve that you'll need to either use a proxy or a VPN and run IGFI again. |
On linux i get authentication error even after generating the cookie. below is the error log:
`
Status 429: Too many requests
Ignore 429: Continue login
Traceback (most recent call last):
File "/tmp/IGFI/venv/lib/python3.10/site-packages/instagrapi/mixins/private.py", line 298, in _send_private_request
response.raise_for_status()
File "/tmp/IGFI/venv/lib/python3.10/site-packages/requests/models.py", line 1024, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://i.instagram.com/api/v1/accounts/login/
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/IGFI/igfi.py", line 648, in
main(username=args.username.strip().lower(), password=args.password.strip(), session=args.session.strip().replace('\', '/'))
File "/tmp/IGFI/igfi.py", line 348, in main
login = client.login(username, password)
File "/tmp/IGFI/venv/lib/python3.10/site-packages/instagrapi/mixins/auth.py", line 391, in login
logged = self.private_request("accounts/login/", data, login=True)
File "/tmp/IGFI/venv/lib/python3.10/site-packages/instagrapi/mixins/private.py", line 445, in private_request
raise e
File "/tmp/IGFI/venv/lib/python3.10/site-packages/instagrapi/mixins/private.py", line 432, in private_request
self._send_private_request(endpoint, **kwargs)
File "/tmp/IGFI/venv/lib/python3.10/site-packages/instagrapi/mixins/private.py", line 354, in _send_private_request
raise UnknownError(**last_json)
instagrapi.exceptions.UnknownError: You'll need to update Instagram to the latest version before you can use the app.
`
The text was updated successfully, but these errors were encountered: