Closed talhazan closed 3 years ago
Solved it with pip3 install git+https://github.com/pytgcalls/pytgcalls -U
SUBIN can you please share a 'working example' of app.json ?
Not clear about where to put hash and app id etc.
aurax@aurax:~/VCPlayerBot$ python3 main.py [11-Sep-21 01:14:43 - WARNING] - logger - YouTube Stream is set as STARTUP STREAM Traceback (most recent call last): File "main.py", line 16, in
from utils import start_stream File "/home/aurax/VCPlayerBot/utils.py", line 24, in from user import group_call, USER File "/home/aurax/VCPlayerBot/user.py", line 17, in from config import Config File "/home/aurax/VCPlayerBot/config.py", line 42, in class Config: File "/home/aurax/VCPlayerBot/config.py", line 46, in Config API_ID = int(os.environ.get("API_ID", '')) ValueError: invalid literal for int() with base 10: ''
Hi There, just trying out your application, getting a python exception
Python 3.7.3 (default, Jan 22 2021, 20:04:44)