I upgraded Rasa X to version 0.26, I connected it to GitHub with the new Integrated version control, then I tried to train a model, but I got the following error:
rasa-x_1 | INFO:rasax.community.services.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 10:02: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/git_service.py", line 742, 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/git_service.py", line 593, in synchronize_project
rasa-x_1 | self.clone()
rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/git_service.py", line 344, in clone
rasa-x_1 | self._repository = Repo.clone_from(repository_url, target_path, env=environment)
rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/git/repo/base.py", line 1026, 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 967, 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 332, in finalize_process
rasa-x_1 | proc.wait(**kwargs)
rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/git/cmd.py", line 412, 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 -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.
rasa-x_1 | '
Anybody knows how to help me?
Thank you, Tiziano