question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MJML server received too many data error firing and not sure why

See original GitHub issue

Hi. I’m not sure if this is due to me running python3 and the latest Django but when i try and send an email the following lines are triggered in tcpserver.js

} else if (total_data.length > data_size) {
            result = 'MJML server received too many data';
            conn.write('1');
        } else {

I’m guessing the check here is simply to see if data sizes match? I was racking my brains as to how to resolve this but couldnt come up with anything. So i have just commented out that condition and the emails are now sending.

So firstly - have I created a bigger issue by letting this error go unchecked? And secondly, do you have any ideas how I should fix this?

Thanks!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
liminspacecommented, Jul 29, 2019

The problem has been fixed in 0.8.0 version.

1reaction
liminspacecommented, Jun 18, 2019

Thanks, I’ll try to fix this issue at this week.

Read more comments on GitHub >

github_iconTop Results From Across the Web

mjml-guides – Documentation for MJML - The Responsive ...
This tag allows you to add custom attributes on any html tag of the generated html, using css selectors. It's not needed for...
Read more >
pimcore/pimcore - Gitter
Hi all, I am just trying to get started with pimcore, but am already failing with the installation - would be awesome to...
Read more >
Troubleshooting Journey Builder Integration with Debug Logs
Here is a step-by-step guide to setting up and initiating Debug Logs for Journey Builder. The whole process takes part in Sales/Service Cloud, ......
Read more >
MJML: The only Framework That Makes Responsive-email Easy
You can install MJML with NPM to use it with NodeJS or the Command Line Interface. If you're not sure what those are,...
Read more >
Are you all in on LiveView? How are you using it? - Elixir Forum
I designed the frontend so that the user rarely has to hit the server unless they actually new data, so I am not...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found