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
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
Most helpful comment
I don't use the GUI, but 'random' was changed to 'randomize' in one of the latest updates.