MJML server received too many data error firing and not sure why
See original GitHub issueHi. 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:
- Created 5 years ago
- Comments:9 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The problem has been fixed in 0.8.0 version.
Thanks, I’ll try to fix this issue at this week.