Results 28 comments of Igor Kurkov

Finally, deal with it. Official docs btw are better than all this code above. Thank you @alik0211 ! *** HOW TO LOGIN: - set api_id in api.js file from telegram...

any updates on this topic? how to receive updates without ugly pulling by `updates.getState`?

Hi guys, soon 1 year anniversary of this case. Nothing special, but I think any dev meet this issue want to ask why so obvious bugs don't fix for so...

In current 2021 with puppeteer 8.x.x it doesn't work as described in **tompere**'s comment. In `message.args()` there no object.description from ` JSHandle`. So we need to get it from `executeContext`...

@laurence-myers it would be great if you make just another one package with this fix :) like ltn-angular-g-p-auto ....

yeah sure! :) Old applications cause a lot of problems. Thank you for your fix, I already forked it for freezing this case by using `npm i /#` directly

Now `message.stacktrace()` looks ununderstandable. just array of locations. ![image](https://user-images.githubusercontent.com/29090227/112349436-6413ba00-8cd1-11eb-9ce0-ffb65a1752d0.png) How to receive ordinary stack trace from browser page?

Figured it out :) Will hope it will help someone else ``` import { ConsoleMessage, Page, JSHandle } from 'puppeteer'; const chalk = require('chalk'); export const listenPageErrors = async (page:...