-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update Aranya-Example #59
base: main
Are you sure you want to change the base?
Conversation
cc: @gknopf-aranya I'm having trouble actually getting the example to run on my machine. This new version gives me the error:
while the old one gives me:
|
New errors, seems like a client doesn't have a graph generated yet:
|
@nikki-aranya sometimes syncs timeout and show a sync error in the logs. These errors are not fatal. Try increasing the verbosity of the tracing to see that the example runs to completion: I see this in my logs indicating the example completed successfully: |
We may want to change the log level of the message that prints out when the example app completes successfully so it's easier to tell when the application has completed. Or change the sync timeout log level so it shows up as a warning rather than an error. |
no such storage seems to be a race condition, and we should be investigating the underlying cause to actually fix it because otherwise this will come back to bite us in the future. This also happens consistently with every run.
It does complete successfully, I needed the poll fix for it to actually resolve though. |
Updates the example to use the latest release of aranya, removes the loose dependency to AFC, and polishes the READMEs. Package versions are based off what's already in supply-chain/config.toml.