We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello everyone! What am I doing wrong.?
python3 main.py Load setting file from: "settings.json" [SUCCESS] Load telegram_token : xxxxxxxxxx:000000000000000000000000000_0O00000 [SUCCESS] Load allowed_id : ['00000000', '000000000'] [SUCCESS] Load instapy_folder : /root/instagram/InstaPy/instapy [ERROR] Unable to load users_path [WARNING] Load default value of: users_path : users.pickle [ERROR] Unable to load project_path [WARNING] Load default value of: project_path : ./ Traceback (most recent call last): File "main.py", line 481, in plac.call(main) File "/usr/local/lib/python3.8/dist-packages/plac_core.py", line 367, in call cmd, result = parser.consume(arglist) File "/usr/local/lib/python3.8/dist-packages/plac_core.py", line 232, in consume return cmd, self.func(*(args + varargs + extraopts), **kwargs) File "main.py", line 426, in main from scripts import Scripts File "/root/instagram/Telegram-InstaPy-Scheduling/scripts.py", line 14 session.like_by_tags(['natgeo', 'world'], amount=10) ^ TabError: inconsistent use of tabs and spaces in indentation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello everyone!
What am I doing wrong.?
python3 main.py
Load setting file from: "settings.json"
[SUCCESS] Load telegram_token : xxxxxxxxxx:000000000000000000000000000_0O00000
[SUCCESS] Load allowed_id : ['00000000', '000000000']
[SUCCESS] Load instapy_folder : /root/instagram/InstaPy/instapy
[ERROR] Unable to load users_path
[WARNING] Load default value of: users_path : users.pickle
[ERROR] Unable to load project_path
[WARNING] Load default value of: project_path : ./
Traceback (most recent call last):
File "main.py", line 481, in
plac.call(main)
File "/usr/local/lib/python3.8/dist-packages/plac_core.py", line 367, in call
cmd, result = parser.consume(arglist)
File "/usr/local/lib/python3.8/dist-packages/plac_core.py", line 232, in consume
return cmd, self.func(*(args + varargs + extraopts), **kwargs)
File "main.py", line 426, in main
from scripts import Scripts
File "/root/instagram/Telegram-InstaPy-Scheduling/scripts.py", line 14
session.like_by_tags(['natgeo', 'world'], amount=10)
^
TabError: inconsistent use of tabs and spaces in indentation
The text was updated successfully, but these errors were encountered: