Page 1 of 1

Email+ Error after Upgrading to 2021.1

PostPosted: Sun Jul 25, 2021 12:14 pm
by Betacruxis
After upgrading from 7.5 to 2021.1, Email+ created a "Email+ SMTP Server" device and its configuration seems to be correct.
But when a trigger tries to send an email, I get the following error message from the plugin:

Trigger Remoto Mac Bat eMail
Email+ sending email 'Batería Baja' to 'xxxx@xxxx.com' using Email+ SMTP Server
Email+ Error Error in plugin execution ExecuteAction:

Traceback (most recent call last):
File "plugin.py", line 345, in sendEmailAction
File "/Library/Application Support/Perceptive Automation/Indigo 2021.1/Plugins/Email+.indigoPlugin/Contents/Server Plugin/SMTPServer.py", line 66, in poll
File "/Library/Application Support/Perceptive Automation/Indigo 2021.1/Plugins/Email+.indigoPlugin/Contents/Server Plugin/SMTPServer.py", line 130, in smtpSend
UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 5: ordinal not in range(128)


Any idea what is it about?
Thanks.

Re: Email+ Error after Upgrading to 2021.1

PostPosted: Sun Jul 25, 2021 12:42 pm
by FlyingDiver
Looks like a bug in the plugin to me. Try removing the í from the subject and see if it works.

Re: Email+ Error after Upgrading to 2021.1

PostPosted: Sun Jul 25, 2021 12:47 pm
by matt (support)
Joe's suggestion should get it working, and we'll get the underlying bug fixed in the next release.

Re: Email+ Error after Upgrading to 2021.1

PostPosted: Sun Jul 25, 2021 2:55 pm
by Bildhauer
I see:

Email+ Error Error in plugin execution ExecuteAction:

Traceback (most recent call last):
File "plugin.py", line 345, in sendEmailAction
File "/Library/Application Support/Perceptive Automation/Indigo 2021.1/Plugins/Email+.indigoPlugin/Contents/Server Plugin/SMTPServer.py", line 66, in poll
File "/Library/Application Support/Perceptive Automation/Indigo 2021.1/Plugins/Email+.indigoPlugin/Contents/Server Plugin/SMTPServer.py", line 130, in smtpSend
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 1: ordinal not in range(128)

Re: Email+ Error after Upgrading to 2021.1

PostPosted: Sun Jul 25, 2021 2:59 pm
by FlyingDiver
Do you now have an ä in the email subject? You need to remove any non-ASCII characters.

Re: Email+ Error after Upgrading to 2021.1

PostPosted: Tue Jul 27, 2021 2:40 pm
by Betacruxis
Correct!
Removing the "í" solved the issue.

Thanks guys!

Re: Email+ Error after Upgrading to 2021.1

PostPosted: Thu Aug 05, 2021 2:17 am
by matt (support)
Indigo 2021.1.1 is now available and fixes this bug.