C
C
Castiel2021-12-29 14:55:57
Python
Castiel, 2021-12-29 14:55:57

Why does python requests work on one version but not on another version?

Good afternoon. Faced with an incomprehensible situation.

There are two versions of python (3.9 and 3.7), when a request is made to a resource from version 3.9, I get locks on the IP address, but when a request is made from version 3.7, the request passes normally. The code is the same, only the python version changes.

I ask experts to push in which direction to dig the information for understanding)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Kuts, 2021-12-29
@fox_12

If without details, then the problem may be with an unsupported version of the ssl protocol on the server

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question