прямого доступа в инет. Для вьхода в инет юзается Прокси. Но requests запросьі не хотят ходить по указаному пути...
Для конкретного запроса помагает
proxies={
'http': 'http://proxy/',
'https': 'http://proxy/',
},
Но не всю же оду переписать...
Может у кого есть идеи?
When the proxies configuration is not overridden per request as shown above, Requests relies on the proxy configuration defined by standard environment variables http_proxy, https_proxy, no_proxy, and all_proxy https://github.com/psf/requests/blob/96b22fa18c00831656ee4b286bf1c9062459b00a/docs/user/advanced.rst#proxies
Обсуждают сегодня