We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
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.
pip install -r requirements.txt --force-reinstall
Sorry, something went wrong.
No branches or pull requests
Here is an error message.
The text was updated successfully, but these errors were encountered: