[Unity] Everything was working, but now I get a " Header value contains invalid characters" error

0 votes

So, everything was working fine, and now Unity says "InvalidOperationException: Header value contains invalid characters".

My code is amazingly simple, 

void Start ()
        {
        App42API.Initialize ("*****", "*******");
        EmailService emailService = App42API.BuildEmailService();  
        emailService.GetEmailConfigurations(new EmailCallBack());   
        }

What could this be????

asked Apr 5, 2018 in App42PaaS & BPaaS by nico gaudenzi (10 points)

1 Answer

0 votes
Hi Nico,

Could you please share the complete exception logs which you are getting after the execution of this function GetEmailConfiguration function.

It will help us to provide better support to you from our end.

 

Regards,

Priyanka Singh

App42 Team
answered Apr 6, 2018 by anonymous
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...