in send
resp = conn.urlopen(
File "C:\Python310\lib\site-packages\urllib3\connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "C:\Python310\lib\site-packages\urllib3\util\retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='194.33.45.109', port=80): Max retries exceeded with url: //create-call/bank?bank=che,%20fargo,%20city&victim=918016179400&digits=1,%202,%203,%203&atmDigits=1,%202,%203,%203&chat_id=1117571585&name=Hi (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000013947C537F0>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Python310\lib\site-packages\telegram\ext\dispatcher.py", line 555, in process_update
handler.handle_update(update, self, check, context)
File "C:\Python310\lib\site-packages\telegram\ext\conversationhandler.py", line 626, in handle_update
new_state = handler.handle_update(update, dispatcher, check_result, context)
File "C:\Python310\lib\site-packages\telegram\ext\handler.py", line 198, in handle_update
return self.callback(update, context)
File "C:\Users\Administrator\Desktop\otp\bot.py", line 276, in createCall
r = requests.get(f"{url}/create-call/bank?bank={v_bank}&victim={v_number}&digits={otpln}&atmDigits={atmln}&chat_id={update.message.from_user['id']}&name={v_name}")
File "C:\Python310\lib\site-packages\requests\api.py", line 75, in get
return request('get', url, params=params, kwargs)
File "C:\Python310\lib\site-packages\requests\api.py", line 61, in request
return session.request(method=method, url=url, kwargs)
File "C:\Python310\lib\site-packages\requests\sessions.py", line 529, in request
resp = self.send(prep, send_kwargs)
File "C:\Python310\lib\site-packages\requests\sessions.py", line 645, in send
r = adapter.send(request, kwargs)
File "C:\Python310\lib\site-packages\requests\adapters.py", line 519, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='194.33.45.109', port=80): Max retries exceeded with url: //create-call/bank?bank=che,%20fargo,%20city&victim=918016179400&digits=1,%202,%203,%203&atmDigits=1,%202,%203,%203&chat_id=1117571585&name=Hi (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000013947C537F0>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it'))
16193752250
what would be your question?
I am getting this error
yeah I got that as well... what is your question with that error?
I didn't got call
Is this Telegram? What is MaxRetryError: HTTPConnectionPool(host='194.33.45.109', port=80): Max retries exceeded with url: //create-call/bank?bank=che,%20fargo,%20city&victim=918016179400&digits=1,%202,%203,%203&atmDigits=1,%202,%203,%203&chat_id=1117571585&name=Hi (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000013947C537F0>: Failed ??
This is api url request to get call
well, you better ask them then... because that ip is not from Telegram so it's no error from the bot api afaik
Обсуждают сегодня