When the og:image URL returns a status code other than 200, as in the case of https://www.mof.go.jp/index.htm, bsky is unable to post the message.
$ bsky post https://www.mof.go.jp/index.htm
failed to create post: XRPC ERROR 400: InvalidMimeType: Referenced Mimetype does not match stored blob. Expected: */*, Got: text/plain; charset=utf-8
In such instances, bsky should bypass to embed the og:image and proceed to post the message successfully.
When the og:image URL returns a status code other than 200, as in the case of https://www.mof.go.jp/index.htm, bsky is unable to post the message.
In such instances, bsky should bypass to embed the og:image and proceed to post the message successfully.