On Tue, 2019-02-12 at 01:42 +0100, Giuseppe G. A. Celano wrote:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 5390: ordinal not in range(128)
A guess - sounds like an encoding error - 0xE2 is รข in Unicode, and 128 suggests US ASCII was expected - check the encoding declaration on the XML, or maybe it's a locale difference?