served with unsupported charset/encoding: ISO-88509-1

Reclaiming failed request back to the list or queue. Resource http://www.etmoc.com/look/Looklist?Id=47463 served with unsupported charset/encoding: ISO-88509-1
4 Replies
Hall
Hall2mo ago
Someone will reply to you shortly. In the meantime, this might help: -# This post was marked as solved by iDora. View answer.
azzouzana
azzouzana2mo ago
try setting forceResponseEncoding to utf-8 like below: (docs) const crawler = new CheerioCrawler({ requestHandler: async ({ $, request }) => { ...... }, forceResponseEncoding: 'utf-8', // Forces UTF-8 encoding for all responses }); try that otherwise try to set it to latin1 instead
absent-sapphire
absent-sapphireOP2mo ago
Thank you, this solved my problem
azzouzana
azzouzana2mo ago
Cool. marking this as solved

Did you find this page helpful?