Skip to content
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

Broken change on the KERIA update on Nov 20, 2023 #136

Closed
nkongsuwan opened this issue Nov 23, 2023 · 1 comment
Closed

Broken change on the KERIA update on Nov 20, 2023 #136

nkongsuwan opened this issue Nov 23, 2023 · 1 comment

Comments

@nkongsuwan
Copy link

Here is an error message.

2023-11-23 13:41:53 [FALCON] [ERROR] POST /boot => Traceback (most recent call last):
  File "falcon/app.py", line 365, in falcon.app.App.__call__
  File "/Users/nkongsuwan/Workspace/WebOfTrust/keria/src/keria/app/agenting.py", line 765, in on_post
    agent = self.agency.create(caid=caid)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/nkongsuwan/Workspace/WebOfTrust/keria/src/keria/app/agenting.py", line 196, in create
    agent = Agent(agentHby, agentRgy, agentHab,
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/nkongsuwan/Workspace/WebOfTrust/keria/src/keria/app/agenting.py", line 331, in __init__
    protocoling.loadHandlers(hby=self.hby, exc=self.exc, notifier=self.notifier)
TypeError: loadHandlers() missing 1 required positional argument: 'rgy'
@lenkan
Copy link
Collaborator

lenkan commented Nov 23, 2023

That argument was removed here: https://github.com/WebOfTrust/keripy/pull/605/files#diff-0912bd4e804593a32046652e439fce8b194a81b80c20cc664dbf0640119ffa1cR317. You need to update the keripy dependency to get it. For example pip install -r requirements.txt --force-reinstall, should do the trick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants