DeokHong Kim (a.k.a insanehong)

Results 4 comments of DeokHong Kim (a.k.a insanehong)

i have same problem. ![1 irteam cvbelli-crawler02 bash 0030-04-30 09-34-27](https://user-images.githubusercontent.com/1558742/39412578-bc277f6c-4c59-11e8-9c89-ae348904e8bf.jpg) ![1 irteam cvbelli-sidebar01 pm2 logs bash 0030-04-30 09-34-17](https://user-images.githubusercontent.com/1558742/39412579-bd634bcc-4c59-11e8-87d8-38b3c52f06ee.jpg) logrotate is not working

I think not bad. I use this code. ```` private async getPublicPem(der: Buffer): Promise { try { const pkcs: RSA.FormatPem = 'pkcs8-public-pem'; const key: RSA = new RSA(); key.importKey(der, 'pkcs8-public-der');...

We have the same issue and updating Puppeteer did not fix the issue.