You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try installing the updated repo and I still have the same problem when running the main.py file.
"PS C:\Users\xxxx> & python c:/Users/xxxx/Desktop/InstaPy-master/instapy/Telegram-InstaPy-Scheduling-master/main.py
Traceback (most recent call last):
File "c:/Users/xxxx/Desktop/InstaPy-master/instapy/Telegram-InstaPy-Scheduling-master/main.py", line 21, in
with open('settings.json') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'settings.json' "
Clearly, I am doing something wrong but it is not clear to me what. The 'settings.json' is in the same folder as the main.py ...
Could you expand the steps to follow? Maybe put some generic template?
My knowledge of python is very basic, what I know, I learned it in Instapy ... So I do not rule out being wrong in some step.
The text was updated successfully, but these errors were encountered:
Try installing the updated repo and I still have the same problem when running the main.py file.
"PS C:\Users\xxxx> & python c:/Users/xxxx/Desktop/InstaPy-master/instapy/Telegram-InstaPy-Scheduling-master/main.py
Traceback (most recent call last):
File "c:/Users/xxxx/Desktop/InstaPy-master/instapy/Telegram-InstaPy-Scheduling-master/main.py", line 21, in
with open('settings.json') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'settings.json' "
Clearly, I am doing something wrong but it is not clear to me what. The 'settings.json' is in the same folder as the main.py ...
Could you expand the steps to follow? Maybe put some generic template?
My knowledge of python is very basic, what I know, I learned it in Instapy ... So I do not rule out being wrong in some step.
The text was updated successfully, but these errors were encountered: