Email-builder / grunt-email-builder

Build Emails from HTML / CSS code in grunt
Other
94 stars 14 forks source link

Getting intermittent Litmus fails #16

Closed iDVB closed 10 years ago

iDVB commented 10 years ago

Without changing a line of code, the test in litmus will sometimes error out and other times work. More times then not it will fail. err

When it works, in litmus I can see that its processing all 13 applications and that the subject line is correct. However, when it does not work, I can see that all 13 applications are processing but the subject line reads "No Subject".

err1

any ideas?

yargalot commented 10 years ago

Ping @jeremypeter

jeremypeter commented 10 years ago

Hello @iDVB , I wasn't able to replicate the issue. However, I have had similar issues before and it was usually because Litmus was having issues with their api. I'm not sure if this was the case in your instance. You can check the status of Litmus and re-run the test if things are working ok. If not, could you paste the code you're using (minus your user and pass of course) so I can try and replicate the issue?

iDVB commented 10 years ago

Yes, it seems like it was just Litmus' API that was the issue. Things run great now.

yargalot commented 10 years ago

Should the litmus plugin communicate when there is an issue with the api? Like say it's down at the moment or something?

jeremypeter commented 10 years ago

Yeah that's probably a good idea. I'll see if I can figure out a way to do that

yargalot commented 10 years ago

I'll reopen this in the meantime then

yargalot commented 10 years ago

Jeremy Fixed this issue, so gonna close this up!