Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help #20

Open
Reaperv2 opened this issue Dec 18, 2021 · 0 comments
Open

Help #20

Reaperv2 opened this issue Dec 18, 2021 · 0 comments

Comments

@Reaperv2
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant