Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View MartinJaskulla's full-sized avatar

Martin Jaskulla MartinJaskulla

View GitHub Profile
@MartinJaskulla
MartinJaskulla / gist:0e9511314c15718f10fd942c55a1164f
Created October 13, 2020 13:59
sudo docker-compose logs rasa-worker
rasa-worker_1 | Traceback (most recent call last):
rasa-worker_1 | File "/opt/venv/lib/python3.7/site-packages/rasa/nlu/registry.py", line 173, in get_component_class
rasa-worker_1 | return class_from_module_path(component_name)
rasa-worker_1 | File "/opt/venv/lib/python3.7/site-packages/rasa/utils/common.py", line 210, in class_from_module_path
rasa-worker_1 | m = importlib.import_module(module_name)
rasa-worker_1 | File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
rasa-worker_1 | return _bootstrap._gcd_import(name[level:], package, level)
rasa-worker_1 | File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
rasa-worker_1 | File "<frozen importlib._bootstrap>", line 983, in _find_and_load
rasa-worker_1 | File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
@MartinJaskulla
MartinJaskulla / gist:38708969429ce59b929b1ee370e5c6bd
Created October 13, 2020 13:55
sudo docker-compose logs rasa-x
sudo: unable to resolve host ip-10-0-1-248
Attaching to rasa_rasa-x_1
rasa-x_1 | INFO:alembic.runtime.migration:Context impl PostgresqlImpl.
rasa-x_1 | INFO:alembic.runtime.migration:Will assume transactional DDL.
rasa-x_1 | INFO:alembic.runtime.migration:Running upgrade -> 2a216ed121dd, Initial migration
rasa-x_1 | INFO:alembic.runtime.migration:Running upgrade 2a216ed121dd -> 9d4a16758d6e, Addition of `is_default` and `description` columns to `user_role` table.
rasa-x_1 | INFO:alembic.runtime.migration:Running upgrade 9d4a16758d6e -> e3a3a2789e20, Add index to `conversation_id` column of table `conversation_event`.
rasa-x_1 | INFO:alembic.runtime.migration:Running upgrade e3a3a2789e20 -> 59b7be3ad5fc, Add `extractor` column to table `nlu_training_data_entity`.
rasa-x_1 | INFO:alembic.runtime.migration:Running upgrade 59b7be3ad5fc -> 1dfbf67d6ae2, Support for individually unfeaturized entities in domain.
rasa-x_1 | INFO:alembic.
PROMPT="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )"
PROMPT+=' %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)$(git_prompt_status)$(git_remote_status)'
# git_prompt_info
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%})"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
# git_prompt_status