-
Notifications
You must be signed in to change notification settings - Fork 113
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
Fix api.py according to new Instagram API format #146
base: master
Are you sure you want to change the base?
Conversation
Currently Instagram returns `csrf_token` inside nested object called `config`. These changes fix it.
Hi, |
hi @BeatrixKiddo3000, just recreate changes i've made in this PR on your local files and you're good to go |
I tried making these changes and it now returns a different error. [E] Could not login: HTTPSConnectionPool(host='www.instagram.com', port=443): Read timed out. (read timeout=5) If I use an old login session, it gets past this and goes into the error mentioned in another thread: [E] Could not get livestream information: Expecting value: line 1 column 1 (char 0) |
You can install it by using the commit code, like so:
|
Don't work, same error: What can I do? |
yes, it didn't work, the file in the folder wasn't updated download the raw directly from then it works but now I have this error I've downgraded to version 3.24 and updated the .ini file, now I can login and hopefully record the next stream when it starts |
Downgrading to 3.2.4 appears to have worked. Much appreciated! |
work me too downgrading to 3.2.4 version with old .ini file but after only 3 hours give me this error: If i delete cookie work for 3 hours and then the same error.... |
This PR still does not work here:
It's trying to fetch |
I made a python script to delete your cookies automatically:
Make sure you change the Run this in another terminal window. If you're using Windows, I think you might have to replace When you run the program, it will ask you how often you'd like for the cookies to be deleted in hours. Decimal points work too! Press enter, and the program will continue to run until you decide to close it. |
Could you do a script that allow use my chrome cookies as .dat file for this ? |
Currently Instagram returns
csrf_token
inside nested object calledconfig
. These changes fix it.