miyakogi / pyppeteer

Headless chrome/chromium automation library (unofficial port of puppeteer)
Other
3.56k stars 372 forks source link

UTF-8 characters are coming as garbage #291

Open bazinga012 opened 4 years ago

bazinga012 commented 4 years ago

Hi all, I'm using pyppeteer==0.0.25. UTF-8 characters are coming as garbage. I have tried setting

await page.setExtraHTTPHeaders({'Accept-Charset': 'utf-8', 'Content-Type': 'text/html; charset=utf-8',}) but it doesn't work. Any help is appreciated.

Mattwmaster58 commented 4 years ago

Hi @bazinga012 , it looks like this project has been abandoned. You may want to consider the active fork pyppeteer2. Feel free to create an issue there if your problem persists with the updated libary.