CIRCL / AIL-framework

AIL framework - Analysis Information Leak framework. Project moved to https://github.com/ail-project
https://github.com/ail-project/ail-framework
GNU Affero General Public License v3.0
1.29k stars 283 forks source link

Upgrade breaks dependencies? #494

Closed xme closed 4 years ago

xme commented 4 years ago

I upgraded and restarted my AIL instance, not I'm seeing this from the Crawler:

Launching Crawler: http://xxxxxxxxxxx.onion
Traceback (most recent call last):
  File "./torcrawler/tor_crawler.py", line 8, in <module>
    from TorSplashCrawler import TorSplashCrawler
  File "/opt/AIL-framework/bin/torcrawler/TorSplashCrawler.py", line 14, in <module>
    from scrapy.spidermiddlewares.httperror import HttpError
ModuleNotFoundError: No module named 'scrapy'
b''

Any idea?

xme commented 4 years ago

Manually installed

Looks to be working now...

Terrtia commented 4 years ago

Hi @xme !

This is indeed really weird. I added them in the default requirement (and reinstall them in the v3.1 update) to avoid this kind of issue.