Coder Social home page Coder Social logo

Comments (4)

BenLloydPearson avatar BenLloydPearson commented on July 30, 2024

Here's some debugging I did.

I added the following line to the volumes: portion of the mordred section in docker-compose.yml

-devel/mordred/:/home/bitergia/mordred/

devel/mordred on the host machine contains a clone of the mordred git repo.

This seems to have taken care of the error I saw before, however, I now receive the following error after mordred handles all of the entries in orgs_file.json:

Exception in thread Thread-3: Traceback (most recent call last): File "/usr/lib/python3.4/threading.py", line 920, in _bootstrap_inner self.run() File "./mordred/task_manager.py", line 87, in run task.run() File "./mordred/task_panels.py", line 283, in run menu = self.__get_dash_menu() File "./mordred/task_panels.py", line 268, in __get_dash_menu ds_menu = self.__get_menu_entries() File "./mordred/task_panels.py", line 242, in __get_menu_entries dash_name = get_dashboard_name(subentry['panel']) File "./grimoire_elk/panels.py", line 333, in get_dashboard_name with open(import_file, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: 'panels/dashboards/github_issues_timing-organizations.json'

Once again, github_issues_timing-organizations.json is missing from the docker container.

from grimoirelab-sirmordred.

BenLloydPearson avatar BenLloydPearson commented on July 30, 2024

I did some more digging.

It seems my original problem was a result of me using the bitergia/morded:latest docker image, when I needed to use bitergia/morded:catwoman to match what was configured in requirements.json. The Mordred tutorial should probably be updated to indicate these values need to match.

The error I identified in my previous comment seems to be a separate error that I'm still seeing. However, I have commits that have now been imported to elasticsearch, I just don't have any metadashboards in Kibana. This isn't too big of an issue for me because I'll be using my own dashboards, but it might warrant more investigation anyways.

from grimoirelab-sirmordred.

canasdiaz avatar canasdiaz commented on July 30, 2024

Hi @BenLloydPearson, you are right. The latest docker image is not compatible with previous versions. We are discussing whether we should take care of this or not so in the meantime I recommend you to use the latest version available at https://github.com/Bitergia/mordred/tree/master/docker/unified_releases with the latest docker image.

I'm updating the documentation asap.

Thank you for your contribution 👍

from grimoirelab-sirmordred.

canasdiaz avatar canasdiaz commented on July 30, 2024

@BenLloydPearson I've just include a couple of notes in the doc as you suggested. 6fb4711

I'm closing the issue now. Please reopen if you think it is not clear enough.

from grimoirelab-sirmordred.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.