Dart SHELF Logger exception
Closed this issue · 1 comments
pedropastor commented
Hi,
When sending an email the shelf logger typically used as a middleware raises an exception because the server response probably does not follow a standard http request format.
I am not being able to see what the smtp server reply is so I can capture it (and send the info to the guys at google) if anyone has this info (it would be great if the response follows a MAIL method like PUT POST GET... so it's easier to intercept) please leave your comments.
I am also asking Suragch who made the tutorial, and if I fix it, will check with him to add this info to it.
pedropastor commented
Just please forget this... Dart is "GREAT" sending debug messages and it was a completely different error in a completely different place.