Closed devilxsam closed 9 months ago
Traceback (most recent call last): File "/home/epiksam14/terabox-downloader-bot/main.py", line 9, in from terabox import get_data, init_download File "/home/epiksam14/terabox-downloader-bot/terabox.py", line 6, in from tools import extract_surl_from_url, get_formatted_size File "/home/epiksam14/terabox-downloader-bot/tools.py", line 301, in async def is_user_on_chat(bot: Client, chat_id: int, user_id: int) -> ChatMember | bool: TypeError: unsupported operand type(s) for |: 'type' and 'type'
Your python version
3.9.2
try 3.12
Traceback (most recent call last): File "/home/epiksam14/terabox-downloader-bot/main.py", line 9, in
from terabox import get_data, init_download
File "/home/epiksam14/terabox-downloader-bot/terabox.py", line 6, in
from tools import extract_surl_from_url, get_formatted_size
File "/home/epiksam14/terabox-downloader-bot/tools.py", line 301, in
async def is_user_on_chat(bot: Client, chat_id: int, user_id: int) -> ChatMember | bool:
TypeError: unsupported operand type(s) for |: 'type' and 'type'