Instapy: Error: set_user_interact() got an unexpected keyword argument 'random'

Created on 29 Dec 2017  路  2Comments  路  Source: timgrossmann/InstaPy

After meticulously following the setup instructions for Windows 10 I get this error in the instaPy GUI:

Error: INFO - Session started - 2017-12-28 22:25:49
WARNING - Sorry, Record Activity is not working on Windows. We're working to fix this soon!
INFO - Logged in successfully!
Traceback (most recent call last):
File "quickstart.py", line 7, in
session.set_user_interact(amount=40, random=False, percentage=50)
TypeError: set_user_interact() got an unexpected keyword argument 'random'
Exception ignored in: >
Traceback (most recent call last):
File "C:\Users\thete\AppData\Local\Programs\Python\Python36-32\lib\site-packages\selenium-2.53.6-py3.6.egg\selenium\webdriver\common\service.py", line 163, in __del__
File "C:\Users\thete\AppData\Local\Programs\Python\Python36-32\lib\site-packages\selenium-2.53.6-py3.6.egg\selenium\webdriver\common\service.py", line 139, in stop
File "C:\Users\thete\AppData\Local\Programs\Python\Python36-32\lib\site-packages\selenium-2.53.6-py3.6.egg\selenium\webdriver\common\service.py", line 110, in send_remote_shutdown_command
ImportError: sys.meta_path is None, Python is likely shutting down
InstaPy ended

It reads Record Activity is not working on Win. Does that mean we cannot run it on Windows?

Thanks for your help

help wanted wontfix

Most helpful comment

I don't use the GUI, but 'random' was changed to 'randomize' in one of the latest updates.

All 2 comments

I don't use the GUI, but 'random' was changed to 'randomize' in one of the latest updates.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

If this problem still occurs, please open a new issue

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rahulkapoor90 picture rahulkapoor90  路  3Comments

deronsizemore picture deronsizemore  路  3Comments

tibor picture tibor  路  3Comments

thisishotdog picture thisishotdog  路  3Comments

Spyd3r0us picture Spyd3r0us  路  3Comments