You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It shows this error when i try to run both scripts
~/DDos-Attack-OVH- $ python 80port.py
Traceback (most recent call last):
File "/data/data/com.termux/files/home/DDos-Attack-OVH-/80port.py", line 2, in
import ovh
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/ovh/init.py", line 29, in
from .client import Client
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/ovh/client.py", line 49, in
from .vendor.requests import request, Session
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/ovh/vendor/requests/init.py", line 58, in
from . import utils
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/ovh/vendor/requests/utils.py", line 30, in
from .cookies import RequestsCookieJar, cookiejar_from_dict
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/ovh/vendor/requests/cookies.py", line 164, in
class RequestsCookieJar(cookielib.CookieJar, collections.MutableMapping):
AttributeError: module 'collections' has no attribute 'MutableMapping'
The text was updated successfully, but these errors were encountered:
It shows this error when i try to run both scripts
~/DDos-Attack-OVH- $ python 80port.py
Traceback (most recent call last):
File "/data/data/com.termux/files/home/DDos-Attack-OVH-/80port.py", line 2, in
import ovh
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/ovh/init.py", line 29, in
from .client import Client
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/ovh/client.py", line 49, in
from .vendor.requests import request, Session
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/ovh/vendor/requests/init.py", line 58, in
from . import utils
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/ovh/vendor/requests/utils.py", line 30, in
from .cookies import RequestsCookieJar, cookiejar_from_dict
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/ovh/vendor/requests/cookies.py", line 164, in
class RequestsCookieJar(cookielib.CookieJar, collections.MutableMapping):
AttributeError: module 'collections' has no attribute 'MutableMapping'
The text was updated successfully, but these errors were encountered: