rasa: Getting errors when connecting to Git with rasa-x 0.26
Rasa version: 1.8
Rasa SDK version (if used & relevant): 1.8
Rasa X version (if used & relevant): 0.26
Python version: 3.6
Operating system (windows, osx, …): ubuntu
Issue: I updated rasa-x to 0.26, I followed the guide for connecting it to GitHub using the UI, I display all my data on my Rasa X UI, but I can’t train a model. When I try it I get the following error:
Error (including full traceback):
rasa-x_1 | INFO:rasax.community.services.integrated_version_control.git_service:Cloning git repository from URL 'git@github.com:tiz-lab/smartpdt-chatbot.git'.
rasa-x_1 | Job "GitService.run_background_synchronization (trigger: cron[minute='*'], next run at: 2020-03-10 12:53:00 UTC)" raised an exception
rasa-x_1 | Traceback (most recent call last):
rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/apscheduler/executors/base.py", line 125, in run_job
rasa-x_1 | retval = job.func(*job.args, **job.kwargs)
rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 826, in run_background_synchronization
rasa-x_1 | git_service.synchronize_project(force_data_injection)
rasa-x_1 | File "uvloop/loop.pyx", line 1456, in uvloop.loop.Loop.run_until_complete
rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 674, in synchronize_project
rasa-x_1 | self.clone()
rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 400, in clone
rasa-x_1 | repository_url, target_path, env=environment, depth=1, no_single_branch=True
rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/git/repo/base.py", line 1017, in clone_from
rasa-x_1 | return cls._clone(git, url, to_path, GitCmdObjectDB, progress, multi_options, **kwargs)
rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/git/repo/base.py", line 958, in _clone
rasa-x_1 | finalize_process(proc, stderr=stderr)
rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/git/util.py", line 328, in finalize_process
rasa-x_1 | proc.wait(**kwargs)
rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/git/cmd.py", line 408, in wait
rasa-x_1 | raise GitCommandError(self.args, status, errstr)
rasa-x_1 | git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
rasa-x_1 | cmdline: git clone --depth=1 --no-single-branch -v git@github.com:tiz-lab/smartpdt-chatbot.git /app/git/1
rasa-x_1 | stderr: 'Cloning into '/app/git/1'...
rasa-x_1 | Could not create directory '/root/.ssh'.
rasa-x_1 | Warning: Permanently added 'github.com,140.82.118.3' (RSA) to the list of known hosts.
rasa-x_1 | git@github.com: Permission denied (publickey).
rasa-x_1 | fatal: Could not read from remote repository.
rasa-x_1 |
rasa-x_1 | Please make sure you have the correct access rights
rasa-x_1 | and the repository exists.
Command or request that led to error: Train a model from Rasa X UI
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 21 (8 by maintainers)
Thanks for the issue, @JustinaPetr will get back to you about it soon!
You may find help in the docs and the forum, too 🤗