TS SDK (atproto/sync): correct way to handle "deleted blob" type errors? #3044
Unanswered
bleonard252
asked this question in
How to do it?
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get errors like this one a lot:
I'm not concerned with deletions right now, only new posts, and I also don't do anything with blobs. This clogs my logs and makes finding any actual errors more difficult. How can I hide this particular error? Is there a type check function I can do to suppress these errors (in the firehose's onError field, I expect)?
Beta Was this translation helpful? Give feedback.
All reactions