[PR #61] [ FIXED: error [!]WARNING: thirdparty.urllib3.packages.six.moves ] #64

Open
opened 2026-03-03 15:57:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mrh0wl/Cloudmare/pull/61
Author: @4n4l1st-ch4rl3s
Created: 2/25/2025
Status: 🔄 Open

Base: masterHead: fix


📝 Commits (3)

  • c076854 [ FIXED: error [!]WARNING: thirdparty.urllib3.packages.six.moves (even after installing six and urllib3)]
  • 3827f62 fix: improve error handling and connection reliability
  • 3682f43 .

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mrh0wl/Cloudmare/pull/61 **Author:** [@4n4l1st-ch4rl3s](https://github.com/4n4l1st-ch4rl3s) **Created:** 2/25/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `fix` --- ### 📝 Commits (3) - [`c076854`](https://github.com/mrh0wl/Cloudmare/commit/c076854c295d4f107ada78ad4d2df027988e9b77) [ FIXED: error [!]WARNING: thirdparty.urllib3.packages.six.moves (even after installing six and urllib3)] - [`3827f62`](https://github.com/mrh0wl/Cloudmare/commit/3827f62e2607737ab021722691adac0f5f028962) fix: improve error handling and connection reliability - [`3682f43`](https://github.com/mrh0wl/Cloudmare/commit/3682f43ff9bc9394de5ce57bf5b3670150677b5c) . ### 📊 Changes **48 files changed** (+11730 additions, -2562 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
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/Cloudmare#64
No description provided.