You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Theissue seem be a bad use of Git command by Graal :
2021-02-14 05:47:34,789 - grimoire_elk.elk - ERROR - Error feeding raw from cocom (https://github.com/openzim/docker-publish-action): git command - 'git <command> [<revision>...] -- [<file>...]'
(return code: 128)
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/grimoire_elk/elk.py", line 162, in feed_backend
ocean_backend.feed(**params)
File "/usr/local/lib/python3.7/dist-packages/grimoire_elk/raw/elastic.py", line 228, in feed
self.feed_items(items)
File "/usr/local/lib/python3.7/dist-packages/grimoire_elk/raw/elastic.py", line 244, in feed_items
for item in items:
File "/usr/local/lib/python3.7/dist-packages/perceval/backend.py", line 226, in fetch
for item in self.fetch_items(category, **kwargs):
File "/usr/local/lib/python3.7/dist-packages/graal/graal.py", line 184, in fetch_items
for commit in commits:
File "/usr/local/lib/python3.7/dist-packages/perceval/backends/core/git.py", line 163, in fetch_items
for commit in commits:
File "/usr/local/lib/python3.7/dist-packages/perceval/backends/core/git.py", line 258, in parse_git_log_from_iter
for commit in parser.parse():
File "/usr/local/lib/python3.7/dist-packages/perceval/backends/core/git.py", line 534, in parse
for line in self.stream:
File "/usr/local/lib/python3.7/dist-packages/perceval/backends/core/git.py", line 1046, in log
for line in self._exec_nb(cmd_log, cwd=self.dirpath, env=self.gitenv):
File "/usr/local/lib/python3.7/dist-packages/perceval/backends/core/git.py", line 1276, in _exec_nb
raise RepositoryError(cause=cause)
perceval.errors.RepositoryError: git command - 'git <command> [<revision>...] -- [<file>...]'
(return code: 128)
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions.
Concern theses repos :
Theissue seem be a bad use of Git command by Graal :
The text was updated successfully, but these errors were encountered: