gpt4 book ai didi

ruby-on-rails - 回形针错误 : NotIdentifiedByImageMagickError

转载 作者:行者123 更新时间:2023-12-04 01:32:34 25 4
gpt4 key购买 nike

我已经安装了一个带有 Paperclip 的 rails ,现在可以正常工作一段时间了,在最近的部署中它已经坏了。我相信它与 gemfile 更新同时发生,因为机器上的其他任何东西都没有改变。错误是:

Command :: file -b --mime :file
[paperclip] Error while determining content type: Command 'file -b --mime :file' returned 1. Expected 0

这是我已验证为有效的 png 文件。当我在图像上运行 'file -b --mime' 时,我得到:
image/png; charset=binary

之后我也得到了这个:
Command :: identify -format %wx%h :file
[paperclip] An error was received while processing: #<Paperclip::Errors::NotIdentifiedByImageMagickError: /tmp/song_waveform_3010520121008-23335-165xag4.png20121008-23335-j8e18p is not recognized by the 'identify' command.>

我做了一个 which 文件,它给了我/usr/bin 所以我尝试在 production.rb 中设置 Paperclip.options[:command_path] = "/usr/bin/"没有任何变化。

我想不出为什么会发生这种情况。也许它没有指向正确的目录?我有点迷失在这里。

最佳答案

这很可能是由可卡因 4 中的 API 更改引起的,而 Paperclip 尚未 catch 。通过将此行插入您的 Gemfile 来尝试使用早期版本的可卡因:

gem "cocaine", "= 0.3.2" 

关于ruby-on-rails - 回形针错误 : NotIdentifiedByImageMagickError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12793158/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com