agg icon indicating copy to clipboard operation
agg copied to clipboard

Error: application/octet-stream is not supported

Open richierg opened this issue 4 months ago • 2 comments

Describe the bug Get error Error: application/octet-stream is not supported when trying to convert url to gif with command like: https://asciinema.mydomain.com/a/MUmPbyFMlDiGTjzT8wVjeClcm output.gif This seems to be related to S3 storage usage.

To Reproduce Steps to reproduce the behavior:

  1. Configure your asciinema server to store data to S3
  2. Upload a cast
  3. Convert the cast from the generated url to GIF with agg
  4. See error

Expected behavior The gif should be generated

Versions:

  • OS: macOS 14.7 && Ubuntu 22.04
  • agg: 1.4.3

Additional context I disable S3 storage, and use local one -> works like a charm. So the download from storage on S3 could be a lead.

richierg avatar Oct 17 '24 09:10 richierg