klausi / mastodon-twitter-sync

Synchronizes posts from Mastodon to Twitter and back
GNU General Public License v3.0
245 stars 24 forks source link

Sync fails for media directly added to the tweet #69

Closed nfrankel closed 1 year ago

nfrankel commented 1 year ago

This tweet cannot be synchronized because it contains a GIF. I already had the same issue when I added an image directly to the tweet.

The error is:

Error posting toot to Mastodon: Error {
    context: "Failed downloading attachment ",
    source: reqwest::Error {
        kind: Builder,
        source: RelativeUrlWithoutBase,
    },
}
klausi commented 1 year ago

Thanks for reporting, I think this is a duplicate of #63

nfrankel commented 1 year ago

Sorry, I checked but I didn't see it.