-
**Checklist**
* [x] The error is in the library's code, and not in my own.
* [x] I have searched for this issue before posting it and there isn't a duplicate.
* [x] I ran `pip install -U https://gi…
-
Hello, there's a problem with the use here, here's this:`VSCodium/User/extensions.json` After the file change, the extension inside the file is not fully installed, only a part of the file is installe…
-
```
from ton.sync import TonlibClient
from ton.utils import wallet
client = TonlibClient()
TonlibClient.enable_unaudited_binaries()
client.init_tonlib()
wallet = client.import_wallet('фраз…
ghost updated
2 years ago
-
hi i use pipe install and error at the config ->
Enter code: 68842
Traceback (most recent call last):
File "/home/XX/.local/bin/telepathy", line 8, in
sys.exit(cli())
File "/home/XX.loc…
-
Hi,
first of all, I greatly enjoy using your library!
I was wondering whether you could give me an idea how to get participants counts form the past (to understand the growth of a channel).
A…
-
I am scraping new images received in a Telegram channel using Telethon. My code works ok (it scrapes messages and download files using the preset naming convention) but I cannot seem to set my own fil…
-
[+] Enter a Number: 0
[+] Fetching Members ...
Traceback (most recent call last):
File "C:\Users\USER\Desktop\TelegramScraper-master\scraper.py", line 85, in
all_participants = client.get_p…
-
This method caused an error
```
client.init_tonlib()
```
Error log:
```
Traceback (most recent call last):
File "", line 1, in
File "/ton/ton/sync.py", line 18, in syncified
return…
-
Get balance wallet method raises an error.
```
Traceback (most recent call last):
File "/src/errors/handle.py", line 24, in wrapper
ad = func(*args, **kwargs)
File "/src/api/handle.py",…
-
I try to write code to download all messages and media from specific channel. Getting messages without downloading media works fine. But with file download it is failed usually earlier than on 10 iter…