coffinxp/loxs

Error when running loxs.py

Closed this issue · 5 comments

Traceback (most recent call last):
File "/root/loxs/loxs.py", line 51, in
import aiohttp
File "/usr/local/lib/python3.11/dist-packages/aiohttp/init.py", line 6, in
from .client import (
File "/usr/local/lib/python3.11/dist-packages/aiohttp/client.py", line 32, in
from . import hdrs, http, payload
File "/usr/local/lib/python3.11/dist-packages/aiohttp/http.py", line 7, in
from .http_parser import (
File "/usr/local/lib/python3.11/dist-packages/aiohttp/http_parser.py", line 15, in
from .helpers import NO_EXTENSIONS, BaseTimerContext
File "/usr/local/lib/python3.11/dist-packages/aiohttp/helpers.py", line 98, in
old_debug = coroutines._DEBUG # type: ignore
^^^^^^^^^^^^^^^^^
AttributeError: module 'asyncio.coroutines' has no attribute '_DEBUG'

are u using ubuntu debian

are u using ubuntu debian

I'm using kali linux

Hello,

try to update aiohttp :

pip install --upgrade aiohttp

pip install --upgrade aiohttp

Worked, thanks

Hello,

try to update aiohttp :

pip install --upgrade aiohttp

my problem get solved but new problem get arised
Uploading Screenshot 2024-10-26 005803.png…