v-dev-cl

Results 10 comments of v-dev-cl

any updates on this issue? My bot stop polling after some hours or days, its random, it returns isPolling() as true though.

i can confirm this is still happening, if you execute a single request that opens and closes a new puppeteer instance then the file puppeteer_dev_profile gets deleted but if you...

> @v-dev-cl are you using the init-process in your deployment? e.g., by starting the container with the `--init` flag? no, i'm using k3s and implemented other solution by manually deleting...

> @v-dev-cl if you do not have an init process in the container, the multi-process containers might not work as expected (e.g., the browser process might not get killed based...

I'm also having this "issue", using current version and prev .17 with a stable net connection, tested on a vps and my local PC

> guys, if someone will find a solution, text here, please not a solution but I've been running a service without issues in functionality even with the disconnect messages, besides...

I just read the logs of my service and there aren't more disconnect messages (no code changes), so it could have been something from Telegram side

> > Is this project still alive? > > No. At least, I didn't do anything in like three years or so and don't have desire to pick this back...

I think the issue is in gramjs/client/users.ts This keeps adding more records to the set without checking whether they already exist https://github.com/gram-js/gramjs/blob/master/gramjs/client/users.ts#L63

i'm using a health check endpoint to check the acc. connection with the getMe() method, so if that method fails then it will restart the service.