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

Bug Report: Unhandled exception "AttributeError: module 'sgmllib' has no attribute 'SGMLParser'" (#dee2af45) #973

Closed
commixreporter opened this issue Nov 3, 2024 · 1 comment

Comments

@commixreporter
Copy link

Commix version: 4.0-dev#106
Python version: 3.11.9
Operating system: posix
Command line: commix.py [options]

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'
Copy link

github-actions bot commented Dec 7, 2024

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

This action has been performed automatically by a bot.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants