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.3k stars 282 forks source link

AIL Framework Flask not starting on current -dev branch #601

Closed SteveClement closed 10 months ago

SteveClement commented 10 months ago

After installing libretranslatepy the following error occurs:

Traceback (most recent call last):
  File "/home/ail/ail-framework/var/www/./Flask_server.py", line 36, in <module>
    from blueprints.crawler_splash import crawler_splash
  File "/home/ail/ail-framework/var/www/blueprints/crawler_splash.py", line 29, in <module>
    from lib import Language
  File "/home/ail/ail-framework/bin/lib/Language.py", line 317, in <module>
    LIST_LANGUAGES = LanguageTranslator().languages()
  File "/home/ail/ail-framework/bin/lib/Language.py", line 265, in __init__
    self.lt = LibreTranslateAPI(get_translator_instance())
  File "/home/ail/ail-framework/AILENV/lib/python3.9/site-packages/libretranslatepy/api.py", line 37, in __init__
    assert len(self.url) > 0
AssertionError