Lord_dubious
Lord_dubious
proxy
can i run it with residential proxies for each stack
can we simply swap out the captcha extention
Object does not exist Traceback (most recent call last): File "/home/dark/.local/lib/python3.10/site-packages/pyrogram/dispatcher.py", line 240, in handler_worker await handler.callback(self.client, *args) File "/home/dark/Desktop/NotCoinBot/bot/plugins/nc_manage.py", line 73, in send_stats start_balance = await get_start_balance(session_id=session_id) File "/home/dark/Desktop/NotCoinBot/db/functions.py",...
errors

Fix: prevent KeyError in _stream by safely removing 'content-type' header - Changed headers.pop('content-type') to headers.pop('content-type', None) in the _stream function. - This prevents a KeyError if the header is missing...
base url
how do we use custom models with base url?