-
Notifications
You must be signed in to change notification settings - Fork 9
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
Bucket not found error #169
Comments
@utsavbatra5, was this the latest version of Tr1d1um? |
@joe94 Its v0.5.5 for Tr1d1um. |
Hi @joe94 The issue is only with inmem DB as of now. Here is the issue Lines 56 to 59 in d54494d
Here we are returning an error (Bucket not found) and here it is not handled. Lines 80 to 89 in d54494d
Fix of this issue will be either remove bucket check from inmem DB or code changes in endpooint.go like below.
|
Ah, good catch 👍 I don't think the |
Do you want us to fix this in issue in otel PR which is opened today by Utsav or you will be fixing this in another PR? |
I'll fix it in its own PR 👍 |
Hi, While posting hook from tr1d1um to argus v0.3.13, we are getting bucket not found error. It works fine on v0.3.11. Can you please advise why it is happening?
The text was updated successfully, but these errors were encountered: