Jay Kaku
Jay Kaku
> I am not able to reproduce using the script. Could you provide a non-password protected reproducible example? So it's working perfectly?
> Tried with my LinkedIn account and it does not reproduce as well. Could you provide a CDP log as described here https://pptr.dev/guides/debugging#log-devtools-protocol-traffic ? Make sure to remove your passwords...
> ```ts > await page.$(".feed-shared-update-v2"); > ``` so this is where the error comes for me login and feed is all good, I might've missed to mention this
[scraper_log.txt](https://github.com/puppeteer/puppeteer/files/15030676/scraper_log.txt) Is this the type of file you were expecting @OrKoN ? This is the 4th command that is being run
@OrKoN here, is this the one? [scraper_log_full.txt](https://github.com/puppeteer/puppeteer/files/15043032/scraper_log_full.txt)
> Thanks! I can see that there is a message in > > ``` > 2024-04-19T16:10:10.237Z puppeteer:protocol:RECV ◀ [ > '{"method":"Inspector.detached","params":{"reason":"Render process gone."},"sessionId":"B43DC6AB5A76928A2BDD988BFBF40F9B"}' > ] > ``` > > Which...
> @JayKaku could you try with the latest Canary build of Chrome? Canary builds looks a little more unstable, ` await page.goto("https://www.linkedin.com/feed/");` too leads to Attempted to used detached Frame...
> @JayKaku could you test without the `args: ["--disable-features=site-per-process"]`? Let me try this out and get back
Hey @bleggett, I work with Istio frequently and was looking to pick this up as a way to start contributing, is there any specific section of cni that should be...
Sure! lemme take a look at ztunnel unit test and do lemme know where can I watch the discussions for this! Thanks!