-
Notifications
You must be signed in to change notification settings - Fork 35
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
Can't store password #27
Comments
Also get same problem |
For me the same Traceback (most recent call last): |
Hello, Hope this may help. |
Hi all. I realize installation and setup problems with yagmail are the source of most frustrations with this plugin. Bear with me as I try to figure out more about how it works in order to simplify the process or at least document it better. A few points:
(Please disregard if this is old news to you; posting here partly for my own reference.) |
I have the same error. I tried to install keyring manually but it still fails.
The problems seems to be yagmail related. |
This is how I got it working today. |
I just got it working by manually installing the keyring
Then adding the commend "import keyring" into the python commands given in the README.md
p.s. I didn't update the yagmail or anything just stock from the octopi image on the RPI3 |
I followed the instructions from rcooklo and it works now. |
Latest OctoPi installed and fully updated.
Traceback (most recent call last):
File "", line 1, in
File "/home/pi/oprint/local/lib/python2.7/site-packages/yagmail/yagmail.py", line 430, in register
keyring.set_password('yagmail', username, password)
NameError: global name 'keyring' is not defined
(oprint)pi@octopi:~/oprint/bin $ pip install keyrings.alt
Requirement already satisfied (use --upgrade to upgrade): keyrings.alt in /home/pi/oprint/lib/python2.7/site-packages
keyrings.alt is installed, but I still can't store the password. Any ideas? Thanks!
The text was updated successfully, but these errors were encountered: