Hello,
command "gam all users show delegates" failed:
Getting delegates for a...@zzz.xx...
...
Getting delegates for m...@zzz.xx...
Traceback (most recent call last):
File "/tmp/gam/gam.py", line 5989, in <module>
getDelegates(users)
File "/tmp/gam/gam.py", line 893, in getDelegates
print "Delegator: %s\n Delegate: %s\n Status: %s\n Delegate Email: %s\n Delegate ID: %s\n" % (user, delegate['delegate'], delegate['status'], delegate['address'], delegate['delegationId'])
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 13: ordinal not in range(128)
But direct query with one user (on which previous command failed) works OK:
gam user m...@zzz.xx show delegates
Getting delegates for m...@zzz.xx...
Delegator: mmm
Delegate: sample name1
Status: ACCEPTED
Delegate Email: sample...@zzz.xx
Delegate ID: sample...@zzz.xx
...
I'm using version:
Dito GAM 3.01, Python 2.7.3 64-bit final, google-api-python-client 1.2, Linux-3.2.0-53-generic-x86_64-with-Ubuntu-12.04-precise x86_64
Thanks for great product, with regards
Radomil