The pymongo driver is very strict and if it can't decode a mongo document it raises an exception.
This is turning up in export where apparently (after 12 minutes or so) a Post with an encoding error turns up and crashes the entire export process. Which is bad.
The pymongo driver is very strict and if it can't decode a mongo document it raises an exception.
This is turning up in export where apparently (after 12 minutes or so) a Post with an encoding error turns up and crashes the entire export process. Which is bad.