wiktorpikosz

Results 4 comments of wiktorpikosz

I have very similarly a bug. But it's when I use nodejs 10. On nodejs 8.X works fine. It's very interesting and I can't fine a solution for this problem.

Thanks for your fast answer! I don't have this problem: ![image](https://user-images.githubusercontent.com/15103711/81690960-5c05af80-945c-11ea-9729-5bf67919b396.png) Maybe you have a ban, because has tested something on your localhost :D You can change IP? VPN?

Ok, thanks! Yeah, but pupeeteer uses headless and needs instance of chromium if I understand their description. It's barier for me.

My mistake in the client: ``` const httpClient = (url: URL, options: any = {}) => { return baseFetchHydra(url, { ...options, headers: getHeaders, }); }; ``` This was the reason...