I am trying to use the "Run a C# script" action, but for some emails I get this "parameter 'address' cannot be an empty" error before the C# code begins to run while other emails work just fine:
Error. The parameter 'address' cannot be an empty string.
Parameter name: address.
Any ideas about what is causing the error or how I can prevent it?
Update: Upgrading from Email Parser 4.6 to Email Parser 4.7 beta has resolved this issue for me.
Error. The parameter 'address' cannot be an empty string.
Parameter name: address.
Any ideas about what is causing the error or how I can prevent it?
Update: Upgrading from Email Parser 4.6 to Email Parser 4.7 beta has resolved this issue for me.
········ 2/26/2018 11:30:46 PM Started
········ Checking emails for neuro@yahoo.com
Connecting to the POP server at pop.mail.yahoo.com
Log in as neuro@yahoo.com
Getting email list
Found 4 new emails
Downloading email 1 of 4
Downloading email 2 of 4
Downloading email 3 of 4
Downloading email 4 of 4
Disconnecting
Processing email 1 of 4 From: "Tiny" <note@tiny.com>
To: neuro@yahoo.com
Subject: Hi Photo, someone has added 2 new photos
[...]
The email contains the following fields:
Subject Hi Photo, someone has added 2 new photos ......
From "Tiny" <note@tiny.com>
To neuro@yahoo.com
Body someone has posted a Tiny photo: ......
Body_HTML <!doctype html><html xmlns="http://www.w3.org/1999/xhtml" ......
DateTimeSent 2018-02-17 12:47:41
DateTimeReceived 2018-02-26 23:30:52
RawHeader X-Apparently-To: neuro@yahoo.com; Sat, 17 Feb 2018 19:4 ......
CC empty
BCC empty
········ Running filter Tiny
The email subject contains "Tiny"
The email body contains "Tiny photo:"
Filter passed
········ Running action Action 2
Error. The parameter 'address' cannot be an empty string.
Parameter name: address.
Processing email 2 of 4 From: "Tiny" <note@tiny.com>
To: neuro@yahoo.com
Subject: Hi Photo, someone has added 3 new photos
[...]
The email contains the following fields:
Subject Hi Photo, someone has added 3 new photos ......
From "Tiny" <note@tiny.com>
To neuro@yahoo.com
Body someone has posted a Tiny photo: ......
Body_HTML <!doctype html><html xmlns="http://www.w3.org/1999/xhtml" ......
DateTimeSent 2018-02-17 10:33:59
DateTimeReceived 2018-02-26 23:30:53
RawHeader X-Apparently-To: neuro@yahoo.com; Sat, 17 Feb 2018 17:3 ......
CC empty
BCC empty
········ Running filter Tiny
The email subject contains "Tiny"
The email body contains "Tiny photo:"
Filter passed
········ Running action Action 2
An email has been sent from "Tiny" <note@tiny.com> and the subject is Hi Photo, someone has added 3 new photos
Cannot find the action My Action 4
Processing email 3 of 4 From: "Tiny" <note@tiny.com>
To: neuro@yahoo.com
Subject: Hi Photo, someone has added 3 new photos
[...]
The email contains the following fields:
Subject Hi Photo, someone has added 3 new photos ......
From "Tiny" <note@tiny.com>
To neuro@yahoo.com
Body someone has posted a Tiny photo: ......
Body_HTML <!doctype html><html xmlns="http://www.w3.org/1999/xhtml" ......
DateTimeSent 2017-09-03 10:46:25
DateTimeReceived 2018-02-26 23:30:55
RawHeader X-Apparently-To: neuro@yahoo.com; Sun, 03 Sep 2017 17:4 ......
CC empty
BCC empty
········ Running filter Tiny
The email subject contains "Tiny"
The email body contains "Tiny photo:"
Filter passed
········ Running action Action 2
Error. The parameter 'address' cannot be an empty string.
Parameter name: address.
Processing email 4 of 4 From: "Tiny" <note@tiny.com>
To: neuro@yahoo.com
Subject: Hi Photo, someone has added 2 new photos
[...]
The email contains the following fields:
Subject Hi Photo, someone has added 2 new photos ......
From "Tiny" <note@tiny.com>
To neuro@yahoo.com
Body someone has posted a Tiny photo: ......
Body_HTML <!doctype html><html xmlns="http://www.w3.org/1999/xhtml" ......
DateTimeSent 2017-09-03 10:29:20
DateTimeReceived 2018-02-26 23:30:56
RawHeader X-Apparently-To: neuro@yahoo.com; Sun, 03 Sep 2017 17:2 ......
CC empty
BCC empty
········ Running filter Tiny
The email subject contains "Tiny"
The email body contains "Tiny photo:"
Filter passed
········ Running action Action 2
An email has been sent from "Tiny" <note@tiny.com> and the subject is Hi Photo, someone has added 2 new photos
Cannot find the action My Action 4
········ Finished
Attachments
Last edited by neurolizer on Tue Feb 27, 2018 5:28 pm, edited 2 times in total.
Hi there,
I think that this is a bug that was already fixed in the next version (which will be released in a couple of weeks). Can you give the beta version a try and let me know if the problem still happens?
You can download it at https://www.EmailParser.com/beta
It can be installed on top of the old version, it will update it and keep your current settings
I think that this is a bug that was already fixed in the next version (which will be released in a couple of weeks). Can you give the beta version a try and let me know if the problem still happens?
You can download it at https://www.EmailParser.com/beta
It can be installed on top of the old version, it will update it and keep your current settings
Thank you for the quick reply. I was using Email Parser 4.6 (4.3 also had the problem), but just upgraded to Email Parser 4.7 beta and it seems to have resolved the issue for me 
