-
Notifications
You must be signed in to change notification settings - Fork 43
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
Hi. It stopped working for me #34
Comments
#same |
same here |
same :( |
From what I can see in the python log, something to do with login is messed
up. Might look into it
…On Mon, 4 Mar 2019, 18:43 Steve Cohen, ***@***.***> wrote:
same :(
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARhKUM5bSln4U9DZlBI0JhvlqRUJBWrnks5vTWldgaJpZM4UPvf9>
.
|
Domain and path for CSRF token is not mapping - probably Instagram API
change
…On Mon, 4 Mar 2019, 18:43 Steve Cohen, ***@***.***> wrote:
same :(
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARhKUM5bSln4U9DZlBI0JhvlqRUJBWrnks5vTWldgaJpZM4UPvf9>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to log in ... Traceback (most recent call last): File "main.py", line 10, in <module> main() File "main.py", line 6, in main bot.start() File "/home/pi/Projects/scrise_bot/instabot.py", line 61, in start while(not self.log_in()): File "/home/pi/Projects/scrise_bot/instabot.py", line 45, in log_in response = self.operation.log_in(self.configuration.instagram_username, self.configuration.instagram_password) File "/home/pi/Projects/scrise_bot/operation.py", line 46, in log_in self.prepare_request(response) File "/home/pi/Projects/scrise_bot/operation.py", line 99, in prepare_request 'x-csrftoken': request_response.cookies['csrftoken'], File "/usr/lib/python3/dist-packages/requests/cookies.py", line 276, in __getitem__ return self._find_no_duplicates(name) File "/usr/lib/python3/dist-packages/requests/cookies.py", line 331, in _find_no_duplicates raise KeyError('name=%r, domain=%r, path=%r' % (name, domain, path)) KeyError: "name='csrftoken', domain=None, path=None"
The text was updated successfully, but these errors were encountered: