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
Latest version of Perceval does not create an instance of a backend for a given BackendCommand class. This instance is created when the command is run and not during the object initialization.
Moreover, GELK code needs an instance of a backend and not the backend class. That's what Backend.BACKEND is: a class object and not an instance.
The issue #225 will try to fix this problem, refactorizing how Perceval is used within GELK.
When trying to use the master/HEAD for perceval, perceval-mozilla and perceval-opnfv, it seems grimoire_elk fails. For example, when running p2o.py:
I can patch grimoire_elk/arthur.py to get rid of this error:
But I still get more errors:
Any idea?
The text was updated successfully, but these errors were encountered: