NexvisionLab / Darkweb-search-engine

Dark Web & Deep Web Search Engine. Data Crawler and indexer for Darkweb , OSINT Tools for the Dark Web
GNU Affero General Public License v3.0
62 stars 12 forks source link

The web-general docker image in crashloop #16

Open ak2766 opened 1 month ago

ak2766 commented 1 month ago

To get the docker compose build to complete successfully, I had to remove version numbers for the following packages:

attrs
pydantic
Twisted
zope.interface

Additionally, after running docker compose up, the darkweb-search-engine-web-general container enters a crash loop.

Web General Container Crash Log ``` Cannot import language library. Traceback (most recent call last): File "/opt/torscraper/web/app.py", line 13, in from tor_db import * File "/opt/torscraper/lib/tor_db/__init__.py", line 15, in from tor_db.models import * File "/opt/torscraper/lib/tor_db/models/__init__.py", line 1, in from tor_db.models.domain import * File "/opt/torscraper/lib/tor_db/models/domain.py", line 10, in import bitcoin File "/opt/torscraper/lib/bitcoin.py", line 9, in import coinaddr File "/usr/local/lib/python3.8/site-packages/coinaddr/__init__.py", line 21, in from . import interfaces, currency, validation File "/usr/local/lib/python3.8/site-packages/coinaddr/validation.py", line 44, in class ValidatorBase(metaclass=ValidatorMeta): File "/usr/local/lib/python3.8/site-packages/coinaddr/validation.py", line 53, in ValidatorBase attr.validators.provides(IValidationRequest) AttributeError: module 'attr.validators' has no attribute 'provides' ```

EDIT: Removed duplicate crash log messages.

ak2766 commented 1 month ago

FYI: This is on Ubuntu 24.04 host. I'll try again on Ubuntu 20.04 to see if I can get a different outcome.

Gharib110 commented 1 month ago

yes I have forked it and made some changes, even I built some of its docker images but I still have problem with web general. https://github.com/Gharib110/Darkweb-search-engine

ak2766 commented 1 month ago

Same outcome on Ubuntu 20.04. Hopefully there's help around the corner...