Untitled

 avatar
unknown
plain_text
2 years ago
5.4 kB
31
Indexable
Wellington Matheus, [15:35]
Wellington Matheus, [28/02/2023 08:12]
Traceback (most recent call last):
  File "C:\Users\mathe\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 703, in urlopen
    httplib_response = self._make_request(
  File "C:\Users\mathe\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 449, in _make_request
    six.raise_from(e, None)
  File "<string>", line 3, in raise_from
  File "C:\Users\mathe\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 444, in _make_request
    httplib_response = conn.getresponse()
  File "C:\Users\mathe\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 1374, in getresponse
    response.begin()
  File "C:\Users\mathe\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 318, in begin
    version, status, reason = self._read_status()
  File "C:\Users\mathe\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 287, in _read_status
    raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\mathe\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\adapters.py", line 489, in send
    resp = conn.urlopen(
  File "C:\Users\mathe\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 787, in urlopen
    retries = retries.increment(
  File "C:\Users\mathe\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\retry.py", line 550, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "C:\Users\mathe\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\packages\six.py", line 769, in reraise
    raise value.with_traceback(tb)
  File "C:\Users\mathe\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 703, in urlopen
    httplib_response = self._make_request(
  File "C:\Users\mathe\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 449, in _make_request
    six.raise_from(e, None)
  File "<string>", line 3, in raise_from
  File "C:\Users\mathe\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 444, in _make_request
    httplib_response = conn.getresponse()
  File "C:\Users\mathe\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 1374, in getresponse
    response.begin()
  File "C:\Users\mathe\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 318, in begin
    version, status, reason = self._read_status()
  File "C:\Users\mathe\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 287, in _read_status
    raise RemoteDisconnected("Remote end closed connection without"
urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

During handling of the above exception, another exception occurred:

Wellington Matheus, [15:35]
Wellington Matheus, [28/02/2023 08:12]
Traceback (most recent call last):
  File "c:\Users\mathe\OneDrive\BOT's PYTHON\πŸ™ -π•„π”Όπ•Œπ•Š 𝔹𝕆𝕋'π•Š β„™β„π•†β„•π•‹π•†π•Š\ROLETA_BRASILEIRA_\ROLETA BRASILEIRA.py", line 232, in <module>
    verificar_alerta(data)
  File "c:\Users\mathe\OneDrive\BOT's PYTHON\πŸ™ -π•„π”Όπ•Œπ•Š 𝔹𝕆𝕋'π•Š β„™β„π•†β„•π•‹π•†π•Š\ROLETA_BRASILEIRA_\ROLETA BRASILEIRA.py", line 94, in verificar_alerta
    correcao(numeros, colunas, indicacao1, indicacao2)
  File "c:\Users\mathe\OneDrive\BOT's PYTHON\πŸ™ -π•„π”Όπ•Œπ•Š 𝔹𝕆𝕋'π•Š β„™β„π•†β„•π•‹π•†π•Š\ROLETA_BRASILEIRA_\ROLETA BRASILEIRA.py", line 119, in correcao
    green()
  File "c:\Users\mathe\OneDrive\BOT's PYTHON\πŸ™ -π•„π”Όπ•Œπ•Š 𝔹𝕆𝕋'π•Š β„™β„π•†β„•π•‹π•†π•Š\ROLETA_BRASILEIRA_\ROLETA BRASILEIRA.py", line 168, in green
    bot.send_message(chat_id=chat_id, text=texto, parse_mode="html")
  File "C:\Users\mathe\AppData\Local\Programs\Python\Python310\lib\site-packages\telebot\__init__.py", line 1549, in send_message
    apihelper.send_message(
  File "C:\Users\mathe\AppData\Local\Programs\Python\Python310\lib\site-packages\telebot\apihelper.py", line 264, in send_message
    return _make_request(token, method_url, params=payload, method='post')
  File "C:\Users\mathe\AppData\Local\Programs\Python\Python310\lib\site-packages\telebot\apihelper.py", line 156, in _make_request
    result = _get_req_session().request(
  File "C:\Users\mathe\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\sessions.py", line 587, in request
    resp = self.send(prep, **send_kwargs)
  File "C:\Users\mathe\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\sessions.py", line 701, in send
    r = adapter.send(request, **kwargs)
  File "C:\Users\mathe\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\adapters.py", line 547, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
Editor is loading...