Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
837 views
in Technique[技术] by (71.8m points)

python - Error HTTPSConnectionPool: Max retries exceeded with url: (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1123)')))

I have purchased a bot from a developer who provided an .exe and a .py file. The .exe works completely fine and accepts my proxies.

I have needed to make minor design changes as the end result is outputted to a discord bot however when I try run both the original and the new script I receive the error above.

Imports at top of script:

from discord import Embed, Streaming, Color
from discord.ext import commands
from datetime import datetime
import requests
from re import search
import os
import sys

My PIP list:

https://pastebin.com/0jZB6i5f

My pyinstaller error log from when I try compile to an .exe;

https://pastebin.com/8Zy0zxh8

I have tried installing every one of these but they either give out errors or say they are already installed. Even after succesfully installing some they don't disappear. I have updated my RDP, installed certificates and so on and am currently pulling my hair out trying to figure this out.

question from:https://stackoverflow.com/questions/66058357/error-httpsconnectionpool-max-retries-exceeded-with-url-caused-by-sslerrorss

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...