Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 29, 20204 yr A member of my community has a Samsung S10 and gets a -200 message when he tries to upload a photo. I have not been able to find any documentation that details what this message means. We are using S3 to store the images. Any guidance would be greatly appreciated!
April 30, 20204 yr We have slightly improved this error for 4.5, but the underlying problem remains the same - the image they uploaded most likely was very large and the image manipulation libraries ran out of memory trying to create a thumbnail.
May 10, 20204 yr Author Thanks for the information. I suspected it was memory related but could not find anything that definitively said so.
July 2, 20204 yr On 4/30/2020 at 2:30 PM, bfarber said: We have slightly improved this error for 4.5, but the underlying problem remains the same - the image they uploaded most likely was very large and the image manipulation libraries ran out of memory trying to create a thumbnail. It is not about the size. It has something to do with the timeout and slower connection. My users couldn't upload 1.5 MB heavy photos. I, on the other hand, have 120 Mbps connection, can upload 50 MB image with no problems. I've tested this thoroughly on all types of connections and the problem is always the same - slow UL speed.
July 2, 20204 yr Had same problem when should upload image (animated gif 1.5 kb) in chatbox+ announcement. - get -200 error. (IPS 4.4.10)
July 6, 20204 yr The -200 error just generally means there was an error uploading the file. It can happen for multiple reasons, but with images specifically it often occurs because of memory limitations. That isn't, however, the only cause. A slow upload speed could cause an upload failure as well, yes.
July 6, 20204 yr 1 minute ago, bfarber said: The -200 error just generally means there was an error uploading the file. It can happen for multiple reasons, but with images specifically it often occurs because of memory limitations. That isn't, however, the only cause. A slow upload speed could cause an upload failure as well, yes. Like said in my case was image 1.5 kb and never had problems with uploading of images in posts and gallery. Maybe is something wrong with code in chatbox+? Here is image
July 7, 20204 yr 18 hours ago, bosss said: Like said in my case was image 1.5 kb and never had problems with uploading of images in posts and gallery. Maybe is something wrong with code in chatbox+? Here is image Sometimes it is possible to use your developer tools in your browser to verify the actual response from the server, which may give a clue as to the problem. I would suggest if you are only having an issue in that one application, however, then yes it's likely an issue with that application specifically.
July 7, 20204 yr 31 minutes ago, bfarber said: Sometimes it is possible to use your developer tools in your browser to verify the actual response from the server, which may give a clue as to the problem. I would suggest if you are only having an issue in that one application, however, then yes it's likely an issue with that application specifically. Thanks for reply - i informed developer of that application. (never before had this error message).