-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I fix the error in sirmordred docker logs? #643
Comments
Project.json { SETUP.cfg [general] [projects] [es_collection] [es_enrichment] [sortinghat] [panels] [phases] #[bugzillarest] #[confluence] #[discourse] #[git] #[github] [gitlab:issues] #[gitlab:issue] [gitlab:merge] #[jira] #[pipermail] #[mediawiki] #[meetup] #[stackexchange] #[slack] #[supybot] #[twitter] studies based on enriched indexes#[enrich_demography:git] #[enrich_areas_of_code:git] #[enrich_onion:git] [enrich_onion:gitlab-issue] # (optional) |
What's your |
Project.json { |
The projects.json is wrong, you don't need to add Try again using this one:
|
This error prevents the data from coming to the web interface when I run grimoerilab. It causes a no result found error.
2024-03-22 10:39:11,322 - GrimoireLab - sirmordred.task_collection - INFO - [gitlab:issues] collection phase starts
2024-03-22 10:39:11,323 - GrimoireLab - sirmordred.task_manager - ERROR - [gitlab:issues] Exception in Task Manager list index out of range
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/sirmordred/task_manager.py", line 98, in run
task.execute()
File "/usr/local/lib/python3.8/site-packages/sirmordred/task_collection.py", line 116, in execute
backend_args = self._compose_perceval_params(self.backend_section, repo)
File "/usr/local/lib/python3.8/site-packages/sirmordred/task.py", line 145, in _compose_perceval_params
params = ocean.get_perceval_params_from_url(repo)
File "/usr/local/lib/python3.8/site-packages/grimoire_elk/raw/gitlab.py", line 98, in get_perceval_params_from_url
owner = repo.split('/')[-2]
IndexError: list index out of range
2024-03-22 10:39:11,371 - GrimoireLab - sirmordred.task_collection - INFO - [gitlab:merge] collection phase starts
2024-03-22 10:39:11,372 - GrimoireLab - sirmordred.task_manager - ERROR - [gitlab:merge] Exception in Task Manager list index out of range
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/sirmordred/task_manager.py", line 98, in run
task.execute()
File "/usr/local/lib/python3.8/site-packages/sirmordred/task_collection.py", line 116, in execute
backend_args = self._compose_perceval_params(self.backend_section, repo)
File "/usr/local/lib/python3.8/site-packages/sirmordred/task.py", line 145, in _compose_perceval_params
params = ocean.get_perceval_params_from_url(repo)
File "/usr/local/lib/python3.8/site-packages/grimoire_elk/raw/gitlab.py", line 98, in get_perceval_params_from_url
owner = repo.split('/')[-2]
IndexError: list index out of range
GrimoireLab - sirmordred.task_manager - ERROR - [gitlab:issues] Exception in Task Manager list index out of range
Traceback (most recent call last):
The text was updated successfully, but these errors were encountered: