nttcom / redmine_objectstorage

Redmine plugin to use object storage for attachments
MIT License
3 stars 4 forks source link

Error after trying to add an image #1

Open ghost opened 7 years ago

ghost commented 7 years ago

Get the following error after trying to add an image in issues.

Excon::Error::Socket (getaddrinfo: Name or service not known (SocketError)):
  plugins/redmine_objectstorage/lib/redmine_objectstorage/attachment_patch.rb:50:in `objectstorage_bucket'
  plugins/redmine_objectstorage/lib/redmine_objectstorage/attachment_patch.rb:87:in `save_to_objectstorage'
  app/controllers/attachments_controller.rb:97:in `upload'
  lib/redmine/sudo_mode.rb:63:in `sudo_mode'

Any ideas?

vinznsk commented 7 years ago

Yep, I have the same problem