You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2022. It is now read-only.
When a user uploads a GIF instead of recording one, the group photo creation fails silently.
Steps to reproduce
Upload the GIF below to a deploy and also record a GIF the regular way. Then create a group photo with curl -X POST http://localhost:3001/createGroupPhoto. See error in log from that POST request. It will look something like this. Unfortunately I cannot figure out how to get a stack trace, but I believe the error comes from these lines of code -- specifically the composite() function call.
[Error: VipsImage: memory area too small --- should be 480000 bytes, you passed 360000
]
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When a user uploads a GIF instead of recording one, the group photo creation fails silently.
Steps to reproduce
Upload the GIF below to a deploy and also record a GIF the regular way. Then create a group photo with
curl -X POST http://localhost:3001/createGroupPhoto
. See error in log from that POST request. It will look something like this. Unfortunately I cannot figure out how to get a stack trace, but I believe the error comes from these lines of code -- specifically thecomposite()
function call.The text was updated successfully, but these errors were encountered: