I'm using Python and I have a couple threads. One is adding buckets and data to buckets and one is deleting data from buckets.
At random times I get this error and I'm not sure how to debug it.
File "/usr/local/lib/python3.12/site-packages/nats/js/errors.py", line 86, in from_error
raise NotFoundError(**err)
nats.js.errors.NotFoundError: nats: NotFoundError: code=404 err_code=10059 description='stream not found'
It doesn't give me a clue about what is not found and I never get the exception into my code.