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
Traceback (most recent call last):
File \"commix.py", line 36, in <module>
main()
File \"commix.py", line 31, in main
import src.core.main
File \"main.py", line 28, in <module>
from src.utils import logs
File \"logs.py", line 25, in <module>
from src.utils import session_handler
File \"session_handler.py", line 24, in <module>
from src.core.injections.controller import checks
File \"checks.py", line 39, in <module>
from src.core.requests import proxy
File \"proxy.py", line 21, in <module>
from src.core.requests import requests
File \"requests.py", line 29, in <module>
from src.utils import crawler
File \"crawler.py", line 31, in <module>
from src.thirdparty.beautifulsoup.beautifulsoup import BeautifulSoup
File \"beautifulsoup.py", line 1055, in <module>
class BeautifulStoneSoup(Tag, sgmllib.SGMLParser):
^^^^^^^^^^^^^^^^^^
AttributeError: module 'sgmllib' has no attribute 'SGMLParser'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: