Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imaginary autorotate post call times out too quickly for large HEIC panorama image #662

Closed
tejus opened this issue May 5, 2023 · 2 comments

Comments

@tejus
Copy link

tejus commented May 5, 2023

I have a 16382x3762 panorama image from an iPhone in HEIC format. The background_job task fails at an autorotate operation here with this image due to a timeout of 30s:

Error generating temporary image in Imaginary: cURL error 28: Operation timed out after 30001 milliseconds with 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://imaginary:9000/pipeline?operations=%5B%7B%22operation%22%3A%22autorotate%22%7D%2C%7B%22operation%22%3A%22resize%22%2C%22params%22%3A%7B%22width%22%3A3702%2C%22height%22%3A850%2C%22stripmeta%22%3A%22true%22%2C%22type%22%3A%22png%22%2C%22norotation%22%3A%22true%22%2C%22force%22%3A%22true%22%7D%7D%5D

My imaginary instance seems to need a bit more time to complete processing this request.

172.28.0.7 - - [05/May/2023 08:03:09] "POST /info HTTP/1.1" 200 122 0.0936
172.28.0.7 - - [05/May/2023 08:03:42] "POST /pipeline?operations=%5B%7B%22operation%22%3A%22autorotate%22%7D%2C%7B%22operation%22%3A%22resize%22%2C%22params%22%3A%7B%22width%22%3A3702%2C%22height%22%3A850%2C%22stripmeta%22%3A%22true%22%2C%22type%22%3A%22png%22%2C%22norotation%22%3A%22true%22%2C%22force%22%3A%22true%22%7D%7D%5D HTTP/1.1" 200 3916 33.0521
@matiasdelellis
Copy link
Owner

Hi @tejus
Imaginary is bringing many problems with HEIC files.. 😞

In particular:

And seems that I at least have to prevent autorotate.. 😞

I will investigate it a little more. thanks for the report

@matiasdelellis
Copy link
Owner

Hi again,
I have this pending.. I hope to do it soon.. 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants