-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
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
Unable to read credentials #9
Comments
You don't need to create a directory. The config file itself is
|
Tried again, but the terminal tells me that there's not file or directory with that name. |
Where is the .twphotos file located? It appears to be a hidden file but when i edit it to my consumer_keys I still get the same error as above. |
Well, tried everything. I downloaded VirtualBox to install the program in an unencrypted disk. Installed through pip, then tried the distribution and still nothing. I don't know what I'm doing wrong. |
I am facing exactly the same problem and would like to know the folder where this file is to be placed. |
@ajinkyakolhe the folder is your home folder. On Unix systems, it's identified by |
Each time I try to open twphotos on the terminal I get the following message:
Traceback (most recent call last):
File "/usr/local/bin/twphotos", line 7, in
from twphotos.photos import main
File "/usr/local/lib/python2.7/dist-packages/twphotos/photos.py", line 9, in
from .settings import (CONSUMER_KEY, CONSUMER_SECRET, ACCESS_TOKEN,
File "/usr/local/lib/python2.7/dist-packages/twphotos/settings.py", line 44, in
raise Exception('No credentials found.')
Exception: No credentials found.
I've already put the "credentials.ini"/"credentials.cfg" files inside the /twphotos folder and I still get the same error.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: