Signature upload no longer working

65 views
Skip to first unread message

Stephen Timms

unread,
Apr 25, 2017, 11:05:57 AM4/25/17
to GAM for G Suite
I use GAM to upload signatures to users but I am getting an error in GAM. It worked before but now gives me unicode errors.

I am using cam csv to pull ~email and ~signature. I get the following error when I run the command:

gam.py:5829: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal

I thought maybe it was because it wouldn't be encoded in UTF-8 by excel so I open it in notepad and saved it as UTF-8 but instead get a different error:

ERROR: Header "email" not found in CSV headers of "email,signature".

The last time I ran this was in an older version of GAM but nothing else has changed.


Message has been deleted

Stephen Timms

unread,
Apr 25, 2017, 11:13:17 AM4/25/17
to GAM for G Suite
Didn't realise charset works with gam csv but I am still presented with original error UnicodeWarning.

Ross Scroggs

unread,
Apr 25, 2017, 11:34:59 AM4/25/17
to google-ap...@googlegroups.com
Stephen,

Do you get any output at all? 

Ross

On Tue, Apr 25, 2017 at 8:13 AM, Stephen Timms <sti...@sawstonvc.org> wrote:
Didn't realise charset works with gam csv but I am still presented with original error UnicodeWarning.

This message is intended only for the use of the person(s) to whom it is addressed. It may contain information which is privileged or confidential. Please do not forward or share the contents of this email with a third party without the express permission of the sender. If you are not the intended recipient, please delete this message and any attachment(s) and contact the sender as soon as possible. The views expressed in this communication may not necessarily be the views held by the school.

There may be attachment(s) to this e-mail which contain software viruses which could damage your own computer system. While the school has taken every reasonable precaution to minimise this risk, it cannot accept liability for any damage which you may sustain as a result of software viruses. You should carry out your own virus checks before opening the attachment(s).

Registered company name: Anglian Learning
Company registration number: 07564749

Professional Learning at Sawston Village College:

--
You received this message because you are subscribed to the Google Groups "GAM for G Suite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-manager+unsub...@googlegroups.com.
To post to this group, send email to google-apps-manager@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/826d19af-08db-4677-9e7b-09f8c479f6c5%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--

Ross Scroggs

unread,
Apr 25, 2017, 3:39:02 PM4/25/17
to google-ap...@googlegroups.com
Stephen,

I've corrected the problem in my Basic Gam Version: https://github.com/taers232c/GAM-B
This is a drop-in replacement for standard GAM, no new projects are required.

Save your CSV file as UTF-8, then, with my Gam-B:

gam csv usersig.csv charset utf-8 gam user ~email signature ~signature


Ross



On Tue, Apr 25, 2017 at 8:34 AM, Ross Scroggs <ross.s...@gmail.com> wrote:
Stephen,

Do you get any output at all? 

Ross
On Tue, Apr 25, 2017 at 8:13 AM, Stephen Timms <sti...@sawstonvc.org> wrote:
Didn't realise charset works with gam csv but I am still presented with original error UnicodeWarning.

This message is intended only for the use of the person(s) to whom it is addressed. It may contain information which is privileged or confidential. Please do not forward or share the contents of this email with a third party without the express permission of the sender. If you are not the intended recipient, please delete this message and any attachment(s) and contact the sender as soon as possible. The views expressed in this communication may not necessarily be the views held by the school.

There may be attachment(s) to this e-mail which contain software viruses which could damage your own computer system. While the school has taken every reasonable precaution to minimise this risk, it cannot accept liability for any damage which you may sustain as a result of software viruses. You should carry out your own virus checks before opening the attachment(s).

Registered company name: Anglian Learning
Company registration number: 07564749

Professional Learning at Sawston Village College:

--
You received this message because you are subscribed to the Google Groups "GAM for G Suite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-manager+unsubscribe...@googlegroups.com.

To post to this group, send email to google-apps-manager@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.



--



--

Stephen Timms

unread,
Apr 26, 2017, 3:59:05 AM4/26/17
to GAM for G Suite
Thanks, what's your recommendation on installing this, you say its a basic version?

Do I install it side by side with existing GAM or replace GAM with it? Is there functionality missing with this version?

Stephen


On Tuesday, 25 April 2017 20:39:02 UTC+1, Ross Scroggs wrote:
Stephen,

I've corrected the problem in my Basic Gam Version: https://github.com/taers232c/GAM-B
This is a drop-in replacement for standard GAM, no new projects are required.

Save your CSV file as UTF-8, then, with my Gam-B:

gam csv usersig.csv charset utf-8 gam user ~email signature ~signature


Ross


On Tue, Apr 25, 2017 at 8:34 AM, Ross Scroggs <ross.s...@gmail.com> wrote:
Stephen,

Do you get any output at all? 

Ross
On Tue, Apr 25, 2017 at 8:13 AM, Stephen Timms <sti...@sawstonvc.org> wrote:
Didn't realise charset works with gam csv but I am still presented with original error UnicodeWarning.

This message is intended only for the use of the person(s) to whom it is addressed. It may contain information which is privileged or confidential. Please do not forward or share the contents of this email with a third party without the express permission of the sender. If you are not the intended recipient, please delete this message and any attachment(s) and contact the sender as soon as possible. The views expressed in this communication may not necessarily be the views held by the school.

There may be attachment(s) to this e-mail which contain software viruses which could damage your own computer system. While the school has taken every reasonable precaution to minimise this risk, it cannot accept liability for any damage which you may sustain as a result of software viruses. You should carry out your own virus checks before opening the attachment(s).

Registered company name: Anglian Learning
Company registration number: 07564749

Professional Learning at Sawston Village College:

--
You received this message because you are subscribed to the Google Groups "GAM for G Suite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-manager+unsub...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.



--



--

Ross Scroggs

unread,
Apr 26, 2017, 8:16:47 AM4/26/17
to google-ap...@googlegroups.com
Stephen,

Either will work, there is no functionality missing, it is Jay's version with additional fixes.

To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-man...@googlegroups.com.

To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.

Stephen Timms

unread,
Apr 28, 2017, 4:49:36 AM4/28/17
to GAM for G Suite
Worked like a charm, thanks.

Stephen
Reply all
Reply to author
Forward
0 new messages