Daniel Langer

Results 14 comments of Daniel Langer

Hi - great idea! I bet there's something we could pass to `lxml` to have those suppressed unless in verbose mode. I'll have a look in a few weeks when...

@joecascio Was there a traceback or anything with the crashing?

Looks like we're hitting `cssselect.py` with an XPath expression it's not used to/wasn't designed to support. I might try swapping out that whole file with [`cssselect`](https://github.com/SimonSapin/cssselect). Also, possibly related to...

It's also worth pointing out that even when/if we get this working, you're almost certainly Gonna Have A Bad Time trying to email a page you've built out with Bootstrap,...

The way this thing works, it only supports the properties listed in `css_compliance.csv` - and that file hasn't been updated from Campaign Monitor's [canonical list](https://www.campaignmonitor.com/blog/email-marketing/2010/04/css3-support-in-email-clients/) in a while. (That link...

Interesting - `requests` is certainly the proximate cause, but I'd still call it an `inlinestyler` issue as it's something that used to work but doesn't anymore. To help debugging when...

The actual error that `requests` is throwing is `InvalidSchema: No connection adapters were found for 'data:text/css,...`, which is its way of saying that it doesn't know how to handle (can't...

If I had to guess, you're having the same issue which caused #18 - there's something wrong with your root certificate store (for whatever reason, `requests` isn't seeing the root...

I'm not crazy about adding an option to disable SSL certificate checking, but I'll consider it if we can't fix this otherwise. Is the production server where you're running this...

That's probably the right call - as the README says, this is pretty much unmaintained.