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

Remove unused ba and br in RegStateRecord state fn #669

Conversation

kentbull
Copy link
Contributor

@kentbull kentbull commented Feb 3, 2024

I was getting an error when reloading a registry after a cold-start KERIA as the following error message shows. Removing ba and br from the vdr.eventing.state function resolved things for me.

Error

2024-02-03 12:27:01 [FALCON] [ERROR] GET /identifiers/{my_aid}/registries => Traceback (most recent call last):
  File "falcon/app.py", line 365, in falcon.app.App.__call__
  File "/path/to/keria/src/keria/app/credentialing.py", line 92, in on_get
    state=asdict(registry.tever.state())
                 ^^^^^^^^^^^^^^^^^^^^^^
  File "/path/to/keripy/src/keri/vdr/eventing.py", line 800, in state
    br = self.cuts
         ^^^^^^^^^
AttributeError: 'Tever' object has no attribute 'cuts'

@pfeairheller pfeairheller merged commit ca41fdc into WebOfTrust:release-1.1.0-rc.1 Feb 4, 2024
6 checks passed
@kentbull kentbull deleted the kentbull/br-ba-removal-RegStateRecord branch May 15, 2024 22:34
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

Successfully merging this pull request may close these issues.

2 participants