Questions tagged [instapy]
98 questions
14
votes
6 answers
InstaPy: "Error, unable to determine correct filename for 64bit linux"
Anyone knows how to solve of fix this issue?
Stack trace from console, that reports an error after execution:
InstaPy Version: 0.6.9
._. ._. ._. ._. ._. ._. ._. ._. ._.
Workspace in use: "/home/zanettra/InstaPy"
Error,…

Robert Zanetti
- 143
- 1
- 1
- 5
10
votes
1 answer
Getting error "cannot import name 'UNICODE_EMOJI' from 'emoji.unicode_codes' "
I'm trying to create an Instagram bot using InstaPy.
I'm following this tutorial.
When I ran:
from instapy import InstaPy
session = InstaPy(username="your username", password="your password")
session.login()
I got this error:
ImportError: cannot…

Roee Toledano
- 125
- 1
- 1
- 5
5
votes
0 answers
How do i overcome the cookie problem in InstaPy?
I'm trying to learn to code on InstaPy.
First, we started by using Selenium, which worked just fine.
Then, after installing InstaPy, things started to get hectic: apparently, instagram's cookies aren't universal and change from one country to…

Aymane Dassouli
- 51
- 3
5
votes
3 answers
Instapy "Invalid Like Element!"
I'm getting the following message when I run:
instapy: "Invalid Like Element!"
My code is
from instapy import InstaPy
insta_username = 'username'
insta_password = 'password'
session = InstaPy(username=insta_username,…

Richard
- 65
- 6
4
votes
0 answers
InstaPy bot follow someone's follower problem
I am trying to use instapy bot for automation following follower of someone's instagram per below code. It runs smoothly to login and click into someone profile but cannot find follower link as below feedback. Also 0 follower followed. What is the…

YN W
- 41
- 1
4
votes
0 answers
How to execute InstaPy on Google Chrome newest version?
The OS used is Windows 10.
I am trying to execute some methods in InstaPy module on chrome browser but the error given off when I run the code is the following:
-- selenium.common.exceptions.SessionNotCreatedException: Message: Expected browser…

Luka
- 57
- 5
4
votes
2 answers
How to configure proxies in instapy
I have a fully working instagram bot which is made using instapy and it was working fine,
I wanted to add a proxy to instagram so I added this code
session =…

Nikhil Singh
- 353
- 1
- 17
3
votes
1 answer
InstaPy - like by tags
I have been running Instapy with no problem, other features such as unfollowing, following, and watching stories and reels all still work. The issue I am having is with liking by tags. The error message I get is
Traceback (most recent call last):
…

thatthing
- 31
- 2
3
votes
3 answers
My Instagram bot doesn't like any post and ends the session with KeyError: 0
I am making my first Instagram bot, but it's not working completely. It stops working just before liking the post.
This is the error.
Traceback (most recent call last):
File "C:\Users\Aniket\PycharmProjects\insta_bot1\main.py", line 9, in…

Aniket
- 31
- 1
- 5
3
votes
1 answer
Instapy error with smart_run line 117 causing failure
I am playing with instapy and I get the following error from the quickstart. This is my error I think selenium.common.exceptions.WebDriverException: Message: TypeError: browsingContextFn().currentWindowGlobal is null
""" Quickstart script for…

Jeremy Bray
- 444
- 5
- 18
2
votes
1 answer
Error while working with instapy: "ModuleNotFoundError: No module named 'clarifai.rest'"
from instapy import InstaPy
session = InstaPy(username='name', password='password')
session.login()
(I use VSC) my code breaks at the first line with error:
from clarifai.rest import ClarifaiApp, Workflow
ModuleNotFoundError: No module named…

Once4thewin
- 23
- 1
- 5
2
votes
2 answers
InstaPy error, can't follow or unfollow users "~user is inaccessible"
I've installed Instapy dependency from https://pypi.org/project/instapy/ and I really enjoyed it.
There are two operations I really can't figure out why it's not working, I've followed the oficial documentation to do it, youtube videos and it isn't…

Adriel Kirch
- 151
- 2
- 12
2
votes
1 answer
PermissionError: [Errno 13] Permission denied geckodriver.exe
I am writing a bot for Instagram using InstaPy. I need a lot of accounts, so I use threads, but I get an error:
Exception in thread Thread-2:
Traceback (most recent call last):
File "C:\Program Files\Python\lib\threading.py", line 973, in…

Artem072
- 123
- 1
- 8
2
votes
0 answers
Instapy Crashes as soon as it gets to users account
Hello I used instapy about a year ago and it worked great. However since I have been trying to use it recently I have ran into some issues. I am using the basic_follow-unfollow_activity quickstart template. This template always crashes as soon as I…

Alex
- 238
- 4
- 14
2
votes
2 answers
instabot ERROR, Why am I getting these errors and how to fix please?
I have written this to upload 10000 photos to Instagram, one each hour and whenever I run it I get these errors
INFO - Instabot version: 0.117.0 Started
INFO - Not yet logged in starting: PRE-LOGIN FLOW!
ERROR - Request returns 429 error!
WARNING -…

Sticko5757
- 31
- 2
- 5