d60/twikit

ERROR: self.attachment: str | None = attachment['media_url_https'] KeyError: 'media_url_https'

Closed this issue · 1 comments

To reproduce: tweet is shared in group chat.

d60 commented

Thank you.

First, I changed message.attachment to directly include the attachment information returned from the API, instead of including the URL as before. I think this solved the problem in #20.
8fe6512

However, for images, none of the URLs in the information seem to work. I also could not find a way to access these images.