Closed stdweird closed 7 years ago
it's some decoding error on el5
# VERBOSE decoded_content failed utf8 "\xEB" does not map to Unicode at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/Encode.pm line 173.
# at /home/quattor/quattordev/repos/CCM/target/lib/perl/EDG/WP4/CCM/Fetch/Download.pm line 152
it's very odd, content type from the response is
# 'content-type' => [
# 'text/html; charset=UTF-8',
# 'text/html;charset=utf-8'
# ],
the failing chars are
nowrap="">Belgi<EB></div>
(dutch for belgium)
@jrha build_all_repos on el6 and el7 is fully succesful and does not have this
the unittest 20 that retrieves
https://www.google.com
returns an empty filereader on el5; altough the response object has valid_content
attribute and is considered success (it has code 200); it looks thedecoded_content
method returns an undef.this is the response instance