-
This evening nctelegram just stopped working, here is the output I received. Tries to load and then crashes straight away.
```
Traceback (most recent call last):
File "/usr/bin/nctelegram", line 79…
-
https://github.com/luckydonald/pytg/issues/78
> Install issue was just solved by removing python 3.4 and installing 3.5.1 with pip 8.1.1.
> It looks like issue was cause by old pip version.
``` shel…
-
### The problem
When passing a png file path to send_file method, it sends the file as photo (instead of uncompressed file)
### Your environment
Python3.4.3 on Manjaro
### Steps to reproduce
Run te…
-
`sender.message_get` requires int/long, but new Permanent Message IDs are alphanumeric so it doesn't work.
-
Hi.
I want to get the info of a channel and I need to call resolve_username method.
Here is how I use it:
``` python
sender.resolve_username(username, retry_connect=retry_times)
a = sender.channel_in…
-
try a simple script and the program warns `bind: Address already in use` on stdout.
``` Python
from pytg import Telegram
tg = Telegram(telegram="./tg/bin/telegram-cli",
pubkey_file="./…
-
Hi there..
first, i really enjoy and appreciate your work,
i've found some issues like i attached the image below bro
![dsc_0164](https://cloud.githubusercontent.com/assets/6335497/11607932/80e4c5…
drr3d updated
8 years ago
-
The old logic did replies as such:
### Old Message IDs
Incoming message
``` bash
1 [05:29] luckydonald >>> Test
```
now we answer that message with id = 1 like this:
``` sh
[reply=1] msg luckydon…
-
I've tried `telegram_backup` so many times to backup my chat, but always failed.
This is when `sudo python setup.py install` for the first time:
``` bash
Traceback (most recent call last):
File "s…
-
int as argument does not work.
Fails concatenating the final command string `arg_string = " ".join([u(x) for x in args])`
`````` python
s.history('user_name', 10)
# log/stacktrace shows:
DEBUG:pytg.s…