-
Notifications
You must be signed in to change notification settings - Fork 56
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
Error during 1st run of instapy #10
Comments
This is my quickstart.py 😊 importsfrom instapy import InstaPy login credentialsinsta_username = 'utpeertje' comments = [u':heart::white_circle::yellow_heart: @{}', get an InstaPy session!set headless_browser=True to run InstaPy in the backgroundsession = InstaPy(username=insta_username, with smart_run(session): general settingssession.like_by_feed(amount=100, randomize=True, unfollow=False, interact=True) |
Hello there! |
@thefakewater Cookie file not found, creating cookie... Raspberry Pi 4 |
Hi All,
Managed to install instapy, successful I think😬
Made a very simple quickstart.py which only likes my own feed
During the first start up I encounter the following error but I can not make sense of it
Can someone help?
OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
INFO [2019-08-18 10:49:30] [utpeertje] Session started!
oooooooooooooooooooooooooooooooooooooooooooooooooooooo
INFO [2019-08-18 10:49:30] [utpeertje] -- Connection Checklist [1/3] (Internet Connection Status)
INFO [2019-08-18 10:49:32] [utpeertje] - Internet Connection Status: ok
INFO [2019-08-18 10:49:32] [utpeertje] - Current IP is "85.145.xxx.xxx" and it's from "Netherlands/NL"
INFO [2019-08-18 10:49:32] [utpeertje] -- Connection Checklist [2/3] (Instagram Server Status)
INFO [2019-08-18 10:49:46] [utpeertje] - Instagram WebSite Status: Currently Up
INFO [2019-08-18 10:49:46] [utpeertje] - Instagram Response Time: 49.386 ms
INFO [2019-08-18 10:49:46] [utpeertje] - Instagram Reponse Code: 200
INFO [2019-08-18 10:49:46] [utpeertje] - Instagram Server Status: ok
INFO [2019-08-18 10:49:46] [utpeertje] -- Connection Checklist [3/3] (Hide Selenium Extension)
INFO [2019-08-18 10:49:46] [utpeertje] - window.navigator.webdriver response: False
INFO [2019-08-18 10:49:46] [utpeertje] - Hide Selenium Extension: ok
Cookie file not found, creating cookie...
Login A/B test detected! Trying another string...
.......................................................................................................................
CRITICAL [2019-08-18 10:50:06] [utpeertje] Unable to login to Instagram! You will find more information in the logs above.
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
INFO [2019-08-18 10:50:08] [utpeertje] Sessional Live Report:
|> No any statistics to show
[Session lasted 52.09 seconds]
OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
INFO [2019-08-18 10:50:08] [utpeertje] Session ended!
oooooooooooooooooooooooooooooooooooooooooooooooooooooo
The text was updated successfully, but these errors were encountered: