You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yup! Many of the default methods in the indigo codebase assume that there are defined structs/types for the records being marshalled/unmarshalled. This "registration" happens when relevant packages (like the api/bsky package) are imported.
Hello! I am trying to parse the contents of the
repo.car
file that I downloaded from BlueSky just now, using the sample code at https://docs.bsky.app/blog/repo-export#parse-records-from-car-file-as-json. I'm getting a util.ErrUnrecognizedType from Repo.GetRecord for every record in the archive.Here's my code. Am I missing a step? Thanks in advance.
The text was updated successfully, but these errors were encountered: