Samim Pezeshki
Samim Pezeshki
@vstet Are you using my pull request for tg or the master branch of tg?
@vstet Then it is a limit from Telegram API, you can fetch 3000 by 3000 using offsets.
@ToMas-hack I have not tested this scripts for channels.
There are limits in Telegram API. You can only fetch 3000 messages on every request. You can send multiple requests getting 3000 each time. To do this you can use...
@Maverobot By the way, this repo is not longer maintained. The new repo for this project is at https://github.com/orgzly-revived/orgzly-android-revived
@Maverobot No, not supported.
The file does not exist and I give the auth params in the command line (--user and --pass).
I tried the one in AUR and also using `go get`, same results. `Runki --version` says 2.0. I also checked and I am able to login to ankiweb.net with the...
I have the same problem in arch linux. I get the same error. I just cloned the repo and did the install.
I get it running using Docker. This is my Dockerfile. ``` FROM ubuntu RUN apt-get update -y && apt-get install -y luajit luarocks libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev libjansson-dev...