前提・実現したいこと
RedmineでClipboard image pasteプラグインを導入しています。
プラグインを利用して画像を貼り付けるところまではうまくいくのですが
そこから「確認」ボタンを押下すると[Internal error]が発生して
しまします。
エラーを発生させずにClipboard image pasteで貼り付けた画像を
保存するにはどうすればよろしいでしょうか。
色々と調べてみても情報がないので困っています。
発生している問題・エラーメッセージ
サムネイル自体は表示できている模様ですしファイル名も
きちんと取得はできているみたいです。このまま「確認」をクリックします。
上記エラーが発生した時のredmineのlog/production.logの出力結果です。
Completed 500 Internal Server Error in 28ms (ActiveRecord: 6.4ms) ArgumentError (:data must be provided as a String, Pathname, File, or an object that responds to #read and #eof?): plugins/redmine_s3/lib/redmine_s3/connection.rb:114:in `put' plugins/redmine_s3/lib/redmine_s3/attachment_patch.rb:26:in `put_to_s3' lib/plugins/acts_as_attachable/lib/acts_as_attachable.rb:92:in `block in save_attachments' lib/plugins/acts_as_attachable/lib/acts_as_attachable.rb:88:in `each' lib/plugins/acts_as_attachable/lib/acts_as_attachable.rb:88:in `save_attachments' plugins/clipboard_image_paste/lib/clipboard_image_paste/attachment_patch.rb:41:in `save_attachments_with_pasted_images' app/controllers/issues_controller.rb:165:in `update' lib/redmine/sudo_mode.rb:63:in `sudo_mode'
試したこと
Clipboard image pasteを使わずに、通常の「参照」ボタンで
ファイルを添付して「確認」ボタンを押した際にはエラーは発生しません。
wikiでも試してみましたが同様にInternal errorとなります。
補足情報(FW/ツールのバージョンなど)
他のプラグインは正常に動作していますがClipboard image paste
プラグインのみが正常に動作していません。
- Ubuntu18.0.4LTS
- nginx1.14.0
- Ruby rbenvにて2.5.1を導入
- Postgres SQL 10.4
- Redmine3.4.6
- Clipboard image paste 1.12
- Easy Gantt plugin 1.11
- Issue Importer 1.2.2
- Redmine Issue Badge plugin 0.0.6
- Redmine Issue Evm plugin 4.0
- Redmine Issue Templates plugin 0.2.0
- Knowledgebase 3.3.1
- Redmine Local Avatars plugin 1.0.3
- Redmine Logs plugin 0.1.1
- S3 0.0.3
- Redmine Wiki Extensions plugin 0.8.1
- Redmine Work Time plugin 0.3.4
- Redmine XLSX format issue exporter 0.1.5
- View Customize plugin 1.1.4
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/11/07 01:23
2018/11/09 04:26