[GH-ISSUE #139] Getting multiple error with connectionpool.py and ssl.py #125

Closed
opened 2026-02-25 20:34:42 +03:00 by kerem · 3 comments
Owner

Originally created by @crazyfrog89 on GitHub (Oct 4, 2021).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/139

httplib_response = self._make_request(conn, method, url,
File "C:\Users\Dell\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 598, in urlopen
httplib_response = self._make_request(conn, method, url,
httplib_response = self.make_request(conn, method, url,
File "C:\Users\Dell\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\util\ssl
.py", line 329, in ssl_wrap_socket
File "C:\Users\Dell\AppData\Local\Programs\Python\Python39\lib\ssl.py", line 1309, in do_handshake

Originally created by @crazyfrog89 on GitHub (Oct 4, 2021). Original GitHub issue: https://github.com/B16f00t/whapa/issues/139 httplib_response = self._make_request(conn, method, url, File "C:\Users\Dell\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 598, in urlopen httplib_response = self._make_request(conn, method, url, httplib_response = self._make_request(conn, method, url, File "C:\Users\Dell\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\util\ssl_.py", line 329, in ssl_wrap_socket File "C:\Users\Dell\AppData\Local\Programs\Python\Python39\lib\ssl.py", line 1309, in do_handshake
kerem closed this issue 2026-02-25 20:34:42 +03:00
Author
Owner

@B16f00t commented on GitHub (Oct 12, 2021):

Use an earlier version of python

<!-- gh-comment-id:941204696 --> @B16f00t commented on GitHub (Oct 12, 2021): Use an earlier version of python
Author
Owner

@crazyfrog89 commented on GitHub (Oct 14, 2021):

i was actually trying to use WhAGoDrive feature. When i tried listing the files, it lists all the file name but when i try to download by giving "All" i am getting error. Like you suggested, tried with previous version 3.8 for which i am getting the below error.
[i] Searching...

Requesting Google access...
Granted

Requesting authentication for Google Drive...
Granted

Traceback (most recent call last):
File "C:\Users\Dell\AppData\Local\Programs\Python\Python38\lib\site-packages\urllib3\connectionpool.py", line 597, in urlopen
httplib_response = self._make_request(conn, method, url,
File "C:\Users\Dell\AppData\Local\Programs\Python\Python38\lib\site-packages\urllib3\connectionpool.py", line 343, in _make_request
self._validate_conn(conn)
File "C:\Users\Dell\AppData\Local\Programs\Python\Python38\lib\site-packages\urllib3\connectionpool.py", line 839, in validate_conn
conn.connect()
File "C:\Users\Dell\AppData\Local\Programs\Python\Python38\lib\site-packages\urllib3\connection.py", line 337, in connect
self.sock = ssl_wrap_socket(
File "C:\Users\Dell\AppData\Local\Programs\Python\Python38\lib\site-packages\urllib3\util\ssl
.py", line 345, in ssl_wrap_socket

Kindly help

<!-- gh-comment-id:943656049 --> @crazyfrog89 commented on GitHub (Oct 14, 2021): i was actually trying to use WhAGoDrive feature. When i tried listing the files, it lists all the file name but when i try to download by giving "All" i am getting error. Like you suggested, tried with previous version 3.8 for which i am getting the below error. [i] Searching... Requesting Google access... Granted Requesting authentication for Google Drive... Granted Traceback (most recent call last): File "C:\Users\Dell\AppData\Local\Programs\Python\Python38\lib\site-packages\urllib3\connectionpool.py", line 597, in urlopen httplib_response = self._make_request(conn, method, url, File "C:\Users\Dell\AppData\Local\Programs\Python\Python38\lib\site-packages\urllib3\connectionpool.py", line 343, in _make_request self._validate_conn(conn) File "C:\Users\Dell\AppData\Local\Programs\Python\Python38\lib\site-packages\urllib3\connectionpool.py", line 839, in _validate_conn conn.connect() File "C:\Users\Dell\AppData\Local\Programs\Python\Python38\lib\site-packages\urllib3\connection.py", line 337, in connect self.sock = ssl_wrap_socket( File "C:\Users\Dell\AppData\Local\Programs\Python\Python38\lib\site-packages\urllib3\util\ssl_.py", line 345, in ssl_wrap_socket Kindly help
Author
Owner

@B16f00t commented on GitHub (Nov 21, 2021):

Downgrade your requests version. Use whapa requirements

<!-- gh-comment-id:974787221 --> @B16f00t commented on GitHub (Nov 21, 2021): Downgrade your requests version. Use whapa requirements
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whapa#125
No description provided.