mirror of
https://github.com/mrh0wl/Cloudmare.git
synced 2026-04-26 02:15:58 +03:00
[PR #61] [ FIXED: error [!]WARNING: thirdparty.urllib3.packages.six.moves ] #64
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloudmare#64
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?
📋 Pull Request Information
Original PR: https://github.com/mrh0wl/Cloudmare/pull/61
Author: @4n4l1st-ch4rl3s
Created: 2/25/2025
Status: 🔄 Open
Base:
master← Head:fix📝 Commits (3)
c076854[ FIXED: error [!]WARNING: thirdparty.urllib3.packages.six.moves (even after installing six and urllib3)]3827f62fix: improve error handling and connection reliability3682f43.📊 Changes
48 files changed (+11730 additions, -2562 deletions)
View changed files
📝
data/APIs/api.conf(+4 -3)📝
data/txt/domains.txt(+22 -0)📝
lib/tools/bruter.py(+3 -0)📝
lib/tools/dnslookup.py(+125 -27)📝
lib/tools/ispcheck.py(+58 -16)📝
lib/tools/sublist3r.py(+65 -70)📝
thirdparty/.six/__init__.py(+0 -0)➕
thirdparty/.six/moves/six.py(+1003 -0)➕
thirdparty/.six/six.py(+1003 -0)➕
thirdparty/six.py(+1003 -0)📝
thirdparty/urllib3/__init__.py(+144 -20)➕
thirdparty/urllib3/_base_connection.py(+165 -0)📝
thirdparty/urllib3/_collections.py(+286 -143)➕
thirdparty/urllib3/_request_methods.py(+278 -0)📝
thirdparty/urllib3/_version.py(+16 -2)📝
thirdparty/urllib3/connection.py(+854 -234)📝
thirdparty/urllib3/connectionpool.py(+489 -346)➕
thirdparty/urllib3/contrib/emscripten/__init__.py(+16 -0)➕
thirdparty/urllib3/contrib/emscripten/connection.py(+255 -0)➕
thirdparty/urllib3/contrib/emscripten/emscripten_fetch_worker.js(+110 -0)...and 28 more files
📄 Description
even after installing six and urllib3 the error [!]WARNING: thirdparty.urllib3.packages.six.moves still persisted. I had to edit the thirdparty folder for the urllib3 folder and I removed the six folder and replaced it with six.py file.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.