Open derlin opened 4 years ago
After some investigation, it seems like there is a gzp decoding issue. Shouldn't this raise an exception ?
Hi @derlin , it looks like this project has been abandoned. You may want to consider the active fork pyppeteer2. Your issue will persist with latest version, however, when the pup2.1.1
migration is complete, this issue will like be solved.
Hi, For some URLs, the
goto
method does not fail, but still returnsNone
.For example:
Here is a minimal example (using pyppeteer 0.0.25 and Python 3.7.4):
Output:
Using curl or the chrome browser, I can still see the response headers and status codes. Any idea where this comes from / how to fix it ?