-
fails to update to required 1.1.8
-
Traceback (most recent call last):
File "/Users/manjulsigdel/Projects/my-tgcf/.venv/bin/tgcf-web", line 8, in
sys.exit(main())
^^^^^^
File "/Users/manjulsigdel/Projects/my-tg…
-
**Is your feature request related to a problem? Please describe.**
tgcf-web can't auto-start start tgcf nor store it info about running state of tgcf that is permanent.
So in Docker you have to writ…
-
debian11
Has anyone encountered this? Everything else is done, now I am trying to install docker
-
I follow the instructions:
```
$ mkdir my-tgcf
$ cd my-tgcf
$ python3 -m venv .venv
$ source .venv/bin/activate
```
```
$ pip install tgcf
Collecting tgcf
Using cached tgcf-1.1.8-py3-n…
-
**Is your feature request related to a problem? Please describe.**
When someone has several instances of tgcf running on the same machine the instances grab the next free port, beginning with 8501.
…
-
The following issues will be addressed in the upcoming release:
## Core
- Interface to login telegram user accounts (no need to manually generate session string) https://github.com/aahnik/tgcf/i…
-
Running Python 3.9.6 on Mac OS Sonoma
newest Version of Pillow 10.02 get to following error:
ile "/Users/******/Documents/GitHub/my-tgcf/.venv/lib/python3.12/site-packages/setuptools/_distutils/c…
-
**Describe the bug**
streamlit will throw error when tgcf-web started:
```
AttributeError: module 'streamlit.components' has no attribute 'v1'
File "C:\Users\tianl\.virtualenvs\tele-zCVQ2SYF\lib\…
-
**Describe the bug**
When I setup simple connection for just newly created test channel to forward to another channel - it works fine.
When I try to set it up for some real world channels I use eve…