mirror of
https://github.com/B16f00t/whapa.git
synced 2026-04-25 10:55:56 +03:00
[GH-ISSUE #139] Getting multiple error with connectionpool.py and ssl.py #125
Labels
No labels
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whapa#125
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@B16f00t commented on GitHub (Oct 12, 2021):
Use an earlier version of python
@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
@B16f00t commented on GitHub (Nov 21, 2021):
Downgrade your requests version. Use whapa requirements