Skip to content
Discussion options

You must be logged in to vote

Ok so I tested it extensively and the feature still works as intended, so I'm assuming it probably doesn't work your end for one of these reasons:

  • the image format is unsupported (e.g. formats enabling alpha channels are invalid)
  • the image colorspace is unsupported
  • the image aspect ratio is unsupported
  • some other issues with the image…

But in order to be sure, do you mind changing the logging level and sending me on Telegram the output (as it for sure contains sensitive info so don't post it here)?

Endpoint.Media.Posts.upload(image: image, captioned: "test")
            .unlocking(with: secret)
            .task { (response) in
                if case .success(let unit) = response {

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by sbertix
Comment options

You must be logged in to vote
2 replies
@sbertix
Comment options

@khaliddd
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #120 on December 21, 2020 19:47.