Skip to content

Instantly share code, notes, and snippets.

@katapad
Created February 7, 2013 01:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save katapad/4727618 to your computer and use it in GitHub Desktop.
Save katapad/4727618 to your computer and use it in GitHub Desktop.
TumblrでのGIFアニ 送信後→サーバー側のリサイズエラーでのレスポンス
{
"meta" :
{
"status" : 200,
"msg" : "OK"
},
"response" :
[
{
"original_filename" : "_wn.gif",
"error" : "Magick error: sh: line 1: 10322 Killed /usr/local/bin/convert - -coalesce -resize \"400x600>\" gif:-\n"
}
]
}
@katapad
Copy link
Author

katapad commented Feb 7, 2013

ローカルでやってもエラーにはならない。Tumblrのみエラーが起きる

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment