New issue 20 by Sridhar....@gmail.com: unknown encoding
http://code.google.com/p/goobook/issues/detail?id=20
Version 1.3 has encoding issues, at least on MacOSX and Python 2.7
$ goobook srid
Traceback (most recent call last):
File "/Users/sridharr/Library/Python/2.7/bin/goobook", line 9, in <module>
load_entry_point('goobook==1.3', 'console_scripts', 'goobook')()
File "/Users/sridharr/Library/Python/2.7/lib/python/site-packages/goobook/application.py",
line 76, in main
args = [arg.decode(ENCODING) for arg in sys.argv[1:]]
LookupError: unknown encoding:
$
As a workaround, I had to the set the following environment variable:
LC_ALL=C
Still, I got "raise Exception("ERROR: Missing email or password") # TODO"
but then I realize that this is a todo item.
I will look closer at your first problem but the TODO part of the second is
just the formatting of the error message. Check your configuration so that
goobook get both your email and password, one or both of them are missing.
Comment #2 on issue 20 by h...@furuvik.net: unknown encoding
http://code.google.com/p/goobook/issues/detail?id=20
OK, I think that I have fixed the problem but I don't have a Mac to test on.
Has also improved the error messages.
If anyone tests this in the latest devel version, please let me know.