Shaun
Shaun
Just realized I have this issue as well. Seemed like it's an old issue - probably Telegram servers themselves? https://github.com/gram-js/gramjs/issues/280 My workaround is to set a cronjob to call `getMe()`...
@b10c77 Nope. I just do a cron job to restart the service every 6 hours. Working well till now.
For those that copied pasted the code from README, remove the `transform` method from the `new Scraper`. It worked for me.
@jaraujo-ob sadly not, haven't touch this library for more than a year. I've previously tried different ways to fix it but to no avail. Might be a good time to...
The `uri` parameter requires a `file://` infront of the image path. Use this to convert into a `uri` before passing it into the CropImageActivity . `Uri.fromFile(new File(IMAGE_PATH))`
Can we merge this in since it's a simple JS change. Reference: https://github.com/mvt-project/mvt/blob/main/mvt/android/modules/adb/packages.py