ramtinak / InstagramApiSharp

A complete Private Instagram API for .NET (C#, VB.NET).
MIT License
795 stars 239 forks source link

no sidecar children error #513

Open rebinesmaily opened 2 years ago

rebinesmaily commented 2 years ago

Hi. i have an album with 4 slides! When i resize my images to 1080 px in 1080 px size, and try to posting i get no sidecar children error Uploading post without resizing images is working. But when i resize images, i get this error

ugurisik commented 2 years ago

I have the same error. I resized the images to 1080px 1080px or someting else(max resolution 1080px). And i get the no sidecar children error. But i upload post with original resolution images is working fine. How can i solve this problem. (Image extensions is .jpg)

iamdroppy commented 2 years ago

same here.

Hartwich commented 1 year ago

Hello, I have the same problem, do any of you have a solution or workaround? For me it also occurs when the image is 512x512. My idea where the problem comes from is that when the image is resized, or in my case created, properties of the image are lost / not set and it therefore does not upload but that's just a guess. If someone has a solution I would be happy.