Start Issue
Posted by devils in discord-bots.
[12:02:58]container if [[ d .git ]] && [[ "${AUTO UPDATE}" == "1" ]]; then git pull; fi; if [[ ! z "${PY PACKAGES}" ]]; then pip install U prefix .local ${PY PACKAGES}; fi; if [[ f /home/container/${REQUIREMENTS FILE} ]]; then pip install U prefix .local r ${REQUIREMENTS FILE}; fi; /usr/local/bin/python /home/container/${PY FILE} [12:02:58]Requirement already satisfied: davey in ./.local/lib/python3.11/site packages (from r requirements.txt (line 2)) (0.1.6) [12:02:58]WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip. vendor.urllib3.connection.HTTPSConnection object at 0x7f3b98edf5d0 : Failed to establish a new connection: [Errno 3] Temporary failure in name resolution')': /simple/davey/ [12:02:58]WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip. vendor.urllib3.connection.HTTPSConnection object at 0x7f3b98e2bf10 : Failed to establish a new connection: [Errno 3] Temporary failure in name resolution')': /simple/davey/ [12:02:58]WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip. vendor.urllib3.connection.HTTPSConnection object at 0x7f3b98ce9010 : Failed to establish a new connection: [Errno 3] Temporary failure in name resolution')': /simple/davey/ [12:02:58]WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip. vendor.urllib3.connection.HTTPSConnection object at 0x7f3b98ce9dd0 : Failed to establish a new connection: [Errno 3] Temporary failure in name resolution')': /simple/davey/ [12:02:58]WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip. vendor.urllib3.connection.HTTPSConnection object at 0x7f3b98cea690 : Failed to establish a new connection: [Errno 3] Temporary failure in name resolution')': /simple/davey/ [12:02:58]Requirement already satisfied: python dotenv in ./.local/lib/python3.11/site packages (from r requirements.txt (line 3)) (1.2.2) [12:02:58]WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip. vendor.urllib3.connection.HTTPSConnection object at 0x7f3b98d2c450 : Failed to establish a new connection: [Errno 3] Temporary failure in name resolution')': /simple/python dotenv/ I try to start my bot but this is what the console tells me