Lord_dubious

Results 7 issues of Lord_dubious

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",...

![Screenshot (180)](https://github.com/shamhi/YesCoinBot/assets/26337383/780868f9-a9db-4d9f-bfcb-d123cf7a6589)

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...

how do we use custom models with base url?